summaryrefslogtreecommitdiff
path: root/mail/popa3d (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - update to 0.6.4Dirk Meyer2003-11-173-7/+7
| | | | Notes: svn path=/head/; revision=94147
* - update MASTER_SITESDirk Meyer2003-11-121-2/+1
| | | | Notes: svn path=/head/; revision=93826
* - Update to 0.6.3Dirk Meyer2003-04-152-2/+2
| | | | Notes: svn path=/head/; revision=78999
* - Update to 0.6.2Dirk Meyer2003-03-233-3/+4
| | | | | | | - extend popauth.m4 with optional timecheck Notes: svn path=/head/; revision=77196
* - Update to 0.6.1Dirk Meyer2003-03-052-2/+2
| | | | Notes: svn path=/head/; revision=76898
* - Update to 0.6Dirk Meyer2003-02-213-27/+2
| | | | Notes: svn path=/head/; revision=76012
* - retire pkg-commentDirk Meyer2003-02-211-1/+0
| | | | Notes: svn path=/head/; revision=76006
* - add COMMENTDirk Meyer2003-02-201-0/+1
| | | | Notes: svn path=/head/; revision=75965
* - Update to 0.5.9Dirk Meyer2003-01-285-9/+34
| | | | | | | | | - Fix bug found by nunotex@pt-quorum.com - discussion at http://marc.theaimsgroup.com/?l=popa3d-users&m=104354856516116&w=2 - Extend Documentation Notes: svn path=/head/; revision=74175
* - add some notes about testingDirk Meyer2003-01-151-0/+5
| | | | Notes: svn path=/head/; revision=73186
* Suggested by: marck@woozle.rinet.ruDirk Meyer2003-01-082-9/+20
| | | | | | | | | | | - Use of /var/empty is it exists. - Split defines to make portlint happy. - record installation option SMTP_AFTER_POP3 better PR: 46802 Notes: svn path=/head/; revision=72722
* update MASTER_SITESDirk Meyer2002-10-291-3/+2
| | | | Notes: svn path=/head/; revision=69125
* - Get rid of PERL and use SEDDirk Meyer2002-06-161-2/+6
| | | | Notes: svn path=/head/; revision=61375
* Update to popa3d-0.5.1Dirk Meyer2002-05-092-3/+2
| | | | | | | | PR: 37873 Submitted by: dominic_marks@btinternet.com Notes: svn path=/head/; revision=58776
* - Install manpage too.Dirk Meyer2002-04-061-1/+3
| | | | | | | Suggested by: lex@itv.kiev.ua Notes: svn path=/head/; revision=57360
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;Akinori MUSHA2002-01-291-2/+2
| | | | | | | | | the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command. Notes: svn path=/head/; revision=53958
* - Fix creation of chroot dir again, the packed did not created it.Dirk Meyer2002-01-172-2/+3
| | | | Notes: svn path=/head/; revision=53274
* - moved chroot dir from /var/empty to ${PREFIX}/emptyDirk Meyer2002-01-132-1/+8
| | | | | | | | - create chroot dir by default - bumped PORTREVISION Notes: svn path=/head/; revision=53013
* - Update popa3d-0.5Dirk Meyer2002-01-1213-166/+225
| | | | | | | | | | | - Cleanup POP_AFTERR_SMTP patches - honor CFLAGS - claim maintainership no response from previous maintainer since August 2001 Notes: svn path=/head/; revision=52969
* Added new functionality:Dirk Meyer2001-09-1610-7/+238
| | | | | | | | | | | | | | SMTP_RELAY aftersucessfull POP3 authentification. Option: SMPT_AFTER_POP=yes Documentation and popauth.m4 is included in this port. PR: 29906 Notes: svn path=/head/; revision=47862
* Spaces->tabs in the mail category.Jimmy Olgeni2001-02-051-1/+1
| | | | | | | (I know, I look boring and pedant :o) Notes: svn path=/head/; revision=37983
* Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} isSatoshi Asami2000-10-081-2/+2
| | | | | | | | | spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear. Notes: svn path=/head/; revision=33576
* Update to use PORTNAME/PORTVERSIONChris Piazza2000-04-131-2/+2
| | | | Notes: svn path=/head/; revision=27500
* various port fixesMichael Haro2000-04-019-86/+84
| | | | | | | | PR: 17180 Submitted by: maintainer Notes: svn path=/head/; revision=27220
* Make port respect CFLAGSChris D. Faulhaber2000-02-191-3/+4
| | | | Notes: svn path=/head/; revision=26008
* popa3d is a POP3 server with the following goals:Chris D. Faulhaber2000-02-199-0/+179
1. Security (to the extent that is possible with POP3 at all, of course). 2. Reliability (again, as limited by the mailbox format and the protocol). 3. RFC compliance (slightly relaxed to work with real-world POP3 clients). 4. Performance (limited by the more important goals, above). PR: 16652 Submitted by: Sergey Samoyloff <techline@hotmail.ru> Notes: svn path=/head/; revision=26003