summaryrefslogtreecommitdiff
path: root/mail/popa3d/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* onvert to UCL & cleanup pkg-message (categories l-m)Mathieu Arnold2019-08-131-3/+6
| | | | Notes: svn path=/head/; revision=508882
* Rename mail/ patch-xy patches to reflect the files they modify.Adam Weinberger2014-07-282-0/+0
| | | | Notes: svn path=/head/; revision=363275
* - escape shell namesDirk Meyer2012-01-141-1/+1
| | | | Notes: svn path=/head/; revision=289167
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other. Notes: svn path=/head/; revision=289156
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* - force -D flagDirk Meyer2010-01-221-1/+1
| | | | | | | Submitted by: dougb Notes: svn path=/head/; revision=248354
* - fix flags in rcng scriptDirk Meyer2010-01-171-1/+2
| | | | | | | Submitted by: marck Notes: svn path=/head/; revision=248021
* - make pkg-message prefix awareDirk Meyer2010-01-162-0/+13
| | | | | | | | | - use rcng style start script PR: 142799 Submitted by: Sevan Janiyan Notes: svn path=/head/; revision=247976
* - fix rc script for option WITH_STANDALONE in FreeBSD 4.xDirk Meyer2006-08-031-1/+1
| | | | | | | Reported by: subdue on irc Notes: svn path=/head/; revision=169600
* - update OPTION WITH_SETPROCTITLE to be cleanerDirk Meyer2006-07-311-1/+1
| | | | | | | Submitted by: osa Notes: svn path=/head/; revision=169217
* - new option WITH_SETPROCTITLEDirk Meyer2006-07-261-0/+10
| | | | | | | Submitted by: marck (Dmitry Morozovsky) Notes: svn path=/head/; revision=168832
* - conversion to rc_subr and OPTIONS styleDirk Meyer2006-07-251-13/+13
| | | | | | | | | | | | PR: 100773 Submitted by: marck (Dmitry Morozovsky) - keep compatibility checks - make optiosn overriadeabel flor slave ports - force UNIQUENAME to avoid conflichts between ports Notes: svn path=/head/; revision=168713
* - allow build without optimisation flags.Dirk Meyer2004-05-121-1/+1
| | | | | | | | PR: 66527 Submitted by: Yar Tikhiy Notes: svn path=/head/; revision=108969
* - use DOCSDIRDirk Meyer2003-12-041-0/+16
| | | | | | | | | | | | - new option STANDALONE_POP3 Submitted by: osa - USE_REINPLACE for all options - cleanup targets Submitted by: dinoex Notes: svn path=/head/; revision=94864
* - update to 0.6.4Dirk Meyer2003-11-171-5/+5
| | | | Notes: svn path=/head/; revision=94147
* - Update to 0.6.2Dirk Meyer2003-03-231-1/+2
| | | | | | | - extend popauth.m4 with optional timecheck Notes: svn path=/head/; revision=77196
* - Update to 0.6Dirk Meyer2003-02-211-18/+0
| | | | Notes: svn path=/head/; revision=76012
* - Update to 0.5.9Dirk Meyer2003-01-282-5/+28
| | | | | | | | | - 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
* - Update popa3d-0.5Dirk Meyer2002-01-125-50/+313
| | | | | | | | | | | - Cleanup POP_AFTERR_SMTP patches - honor CFLAGS - claim maintainership no response from previous maintainer since August 2001 Notes: svn path=/head/; revision=52969
* various port fixesMichael Haro2000-04-012-12/+20
| | | | | | | | 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-192-0/+52
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