aboutsummaryrefslogtreecommitdiff
path: root/mail/qmail
Commit message (Collapse)AuthorAgeFilesLines
* When server announce auth as "PLAIN LOGIN" instead of the common inverse orderRenato Botelho2010-09-202-0/+14
| | | | | | | "LOGIN PLAIN" make sure qmail-remote can authenticate. Notes: svn path=/head/; revision=261484
* Update spamcontrol patch to 2.6.23Renato Botelho2010-09-161-3/+3
| | | | Notes: svn path=/head/; revision=261276
* - Really fix qmail-spamcontrol build now, i was building ucspi-ssl afterRenato Botelho2010-08-111-21/+11
| | | | | | | | | install_spamcontrol.sh and it must run before since this script need to copy ssl.a to correct place - Bump PORTREVISION Notes: svn path=/head/; revision=259085
* - Add perl build dependency, missed on last commitRenato Botelho2010-08-101-0/+1
| | | | | | | | | - Bump PORTREVISION Reported by: QAT Notes: svn path=/head/; revision=259079
* Update spamcontrol to 2.6.22Renato Botelho2010-08-103-36/+56
| | | | Notes: svn path=/head/; revision=259074
* Fix build with utmpxRenato Botelho2010-04-062-1/+70
| | | | | | | Reported by: pointyhat by erwin@ Notes: svn path=/head/; revision=252316
* Remove references pointing to PORT_NOTE, a file that doesn't exist anymoreRenato Botelho2010-02-254-16/+0
| | | | | | | | Reported by: Elliot Denk <elliotdenk at googlemail.com> Feature safe: yes Notes: svn path=/head/; revision=250299
* Fix build on 9-CURRENT after utmp -> utmpxRenato Botelho2010-01-192-0/+68
| | | | | | | Provided by: ed@ Notes: svn path=/head/; revision=248142
* Define rules for PORTSCOUT checking in some of my portsRenato Botelho2010-01-051-0/+2
| | | | Notes: svn path=/head/; revision=247200
* Update spamcontrol patch to 2527Renato Botelho2009-12-232-10/+10
| | | | Notes: svn path=/head/; revision=246505
* Fix docs installation on qmail-ldapRenato Botelho2009-11-271-1/+1
| | | | | | | | PR: ports/140866 Submitted by: Hiroyuki Seino <seichan-ml@wakhok.ne.jp> Notes: svn path=/head/; revision=244844
* - Update (fix bug) SMTPEXTFORK code (affects only qmail-ldap port)Renato Botelho2009-11-042-5/+28
| | | | | | | | | | | - Add JMS's Greet Delay feature on Qmail-LDAP - Enhace qmail-smtpd logs (spamcontrol-like) on qmail-ldap PR: ports/140255 Submitted by: Patrick Tracanelli <eksffa@freebsdbrasil.com.br> Notes: svn path=/head/; revision=243794
* Fix qmtpc + outgoingip patch to prevent a segfault when both are appliedRenato Botelho2009-07-012-4/+4
| | | | | | | | PR: ports/136176 Submitted by: Bryan Drewery <bryan@shatow.net> Notes: svn path=/head/; revision=236874
* - Fix shell errors on make certificateRenato Botelho2009-06-281-2/+2
| | | | | | | | PR: ports/136082 Submitted by: Bryan Drewery <bryan@shatow.net> Notes: svn path=/head/; revision=236727
* - Update qmail-spamcontrol to 2525aRenato Botelho2009-06-162-12/+12
| | | | Notes: svn path=/head/; revision=236036
* - Update to 2523Renato Botelho2009-05-061-3/+3
| | | | Notes: svn path=/head/; revision=233321
* - Fix segfaulting on amd64 adding alloc.h on cdbmake_add.cRenato Botelho2009-04-211-0/+8
| | | | | | | | PR: ports/133709 Submitted by: Milos Vyletel <milos.vyletel@gmail.com> Notes: svn path=/head/; revision=232425
* - Make SENDERCHECK4 patch respect OPTIONSRenato Botelho2009-04-151-1/+1
| | | | | | | | | | - Bump PORTREVISION Submitted by: Martin Lesser <ml@bettercom.de> Approved by: portmgr (pav) Notes: svn path=/head/; revision=232343
* Mark all my ports as MAKE_JOBS_SAFE and MAKE_JOBS_UNSAFERenato Botelho2009-03-281-0/+2
| | | | Notes: svn path=/head/; revision=231204
* - Add SENDERCHECK4 patch for qmail-ldap, off by default, patch description:Renato Botelho2009-03-052-1/+12
| | | | | | | | | | | | | | This is a small change to SENDERCHECK feature in Qmail-LDAP which adds a new option called LOOSERELAY. It will allow the very same checks that "LOOSE" options do but exclusvely for RELAY clients. Therefore it is a split-horizon approach to the problem where our relayclients spoofs outgoing envelope sender causing abuses like phishing. Suggested by: Patrick Tracanelli (author) Notes: svn path=/head/; revision=229527
* - Update spamcontrol to 2522Renato Botelho2009-03-041-3/+3
| | | | | | | Submitted by: Erwin Hoffman (author) Notes: svn path=/head/; revision=229461
* - Remove qmail-custom-error patch for qmail-ldap, jmelo, that sent me this inRenato Botelho2009-03-032-16/+0
| | | | | | | | | | the past detected a big problem with this and couldn't find a solution yet, better removing it for now and wait new version. Sugested by: jmelo Notes: svn path=/head/; revision=229419
* - Update smtpdextfork patch for qmail-ldap to 20060201_3 versionRenato Botelho2009-03-022-4/+4
| | | | | | | Submitted by: Patrick Tracanelli9 (author) Notes: svn path=/head/; revision=229336
* - Update spamcontrol to 2521 to fix recipients problem included by last versionRenato Botelho2009-02-241-4/+3
| | | | | | | | | | - Remove spamcontrol spf patch MD% from distinfo, forgot un 2.5 upgrade PR: ports/131889 Submitted by: howard goldstein <hg@queue.to> Notes: svn path=/head/; revision=228987
* - Update spamcontrol patch to 2.5.20 version to fix some problems withRenato Botelho2009-02-182-7/+7
| | | | | | | | recupients - Update README.smtpdextfork distinfo entry, file was updated by author Notes: svn path=/head/; revision=228612
* - Spamcontrol patch 2.5.19 was rerolled, it's documented on errata section atRenato Botelho2009-02-181-3/+3
| | | | | | | | | | | website: [2.5.19] Rebuild: Updated README_spamcontrol, fixed fatal typo in qmail-queue.scan. - Bump PORTREVISION Notes: svn path=/head/; revision=228588
* - Update spamcontrol patch collection to 2519Renato Botelho2009-02-173-36/+51
| | | | | | | | | | | | For more information about this version, please check: http://fehcom.de/qmail/spamcontrol/README_spamcontrol.html Tested by: Sirko Zidlewitz <sz@bytecamp.net> Thanks to: Erwin Hoffmann <feh@fehcom.de> Notes: svn path=/head/; revision=228551
* - Update qmail-spamcontrol's smtpdextfork patch to last versionRenato Botelho2009-02-132-4/+4
| | | | | | | Submitted by: Patrick Tracanelli (Author by icq) Notes: svn path=/head/; revision=228214
* - Add qmail-custom-error, a new patch for qmail-ldap port, off by default. ItRenato Botelho2008-11-252-0/+16
| | | | | | | | | | permits you to set custom error messages for rejected messages. Sugested by: jmelo Tested by: jmelo Notes: svn path=/head/; revision=223381
* - Fix a bug detected on spamcontrol patch. This but is in qmail-smtpd.c, whenRenato Botelho2008-10-011-0/+2
| | | | | | | | | | | | qmail_close return a reason that starts with char 'D', smtpd rejects the message using a QHPSI virus_found message. - Bump qmail-spamcontrol's PORTREVISION Reported by: Wendell Martins Borges <wendellmartins@mac.com> Tested by: Wendell Martins Borges <wendellmartins@mac.com> Notes: svn path=/head/; revision=221093
* - Add a warning on pkg-install about rc.d/qmail.sh symlink and show to userRenato Botelho2008-08-192-1/+7
| | | | | | | | | | the way to have it working PR: ports/125740 Submitted by: G. Georgiev <roots_bg@yahoo.com> Notes: svn path=/head/; revision=218835
* - Fix pkg-install to create initial aliases correctly, broken when was rewrittenRenato Botelho2008-03-312-2/+4
| | | | | | | | from csh to sh - Bump PORTREVISION from all slave ports Notes: svn path=/head/; revision=210183
* - Fix qmail-tls to accept connections if control/tlsserverciphers doesn'tRenato Botelho2008-03-091-9/+11
| | | | | | | | | | | | exist [1] - Bump PORTREVISION - Cometic fixes, s/!defined(WITHOUT/defined(WITH/ PR: ports/119954 (based on) Submitted by: Luiz Otavio O Souza <loos.br@gmail.com> Notes: svn path=/head/; revision=208672
* - Fix pkg-install's user detectionRenato Botelho2008-01-241-1/+1
| | | | | | | | PR: ports/119935 Submitted by: Simon Shapiro <simon@niftywerks.com> Notes: svn path=/head/; revision=206137
* - Convert pkg-install from csh to sh, since it's the default on portsRenato Botelho2008-01-212-113/+82
| | | | | | | Reviewed by: miwi Notes: svn path=/head/; revision=205988
* - Fix segfault on 64-bit platforms on qmail-spamcontrol like was made onRenato Botelho2008-01-151-2/+1
| | | | | | | another slave ports. Notes: svn path=/head/; revision=205690
* - Fix a segfault on amd64 (except on qmail-spamcontrol and qmail-ldap) [1]Renato Botelho2007-12-264-1/+83
| | | | | | | | | | | | | - Add an rcNG startup example file to QMAIL_PREFIX/boot [2] - Bump PORTREVISION due to rcNG add (except for qmail-ldap) - Fix make certificate to add ciphers file to QMAIL_PREFIX/control [3] PR: ports/118117 [1], ports/117422 [2], ports/118198 [3] Submitted by: Andrew Reilly <areilly@bigpond.net.au> [1] [3] Nick@van-laarhoven.org [2] Notes: svn path=/head/; revision=204580
* - qmail license has changed to public domain, so, remove RESTRICTEDRenato Botelho2007-12-121-2/+0
| | | | | | | http://cr.yp.to/qmail/dist.html Notes: svn path=/head/; revision=203227
* - Add SMTPEXTFORK patch to qmail-ldapRenato Botelho2007-09-052-38/+58
| | | | | | | | - Add one more mastersite for this patch - Cosmetic changes Notes: svn path=/head/; revision=198871
* Revert last commit that added a rnCG example file, the script was totally outRenato Botelho2007-08-303-87/+0
| | | | | | | | | of defaults from Porters Handbook and was an error add it. Suggested by: many people Notes: svn path=/head/; revision=198536
* - Add a rcNG startup script to ${PREFIX}/bootRenato Botelho2007-07-283-0/+87
| | | | | | | | PR: ports/110109 Submitted by: kitsune <v.velox@vvelox.net> Notes: svn path=/head/; revision=196466
* - Update smtpextfork patch for qmail-spamcontrol:Renato Botelho2007-06-012-6/+11
| | | | | | | | | | | | | | o Use strncpy instead of strcpy o Limit memory buffers and fix QUIT_ASAP behavior on SMTP sessions, which may break some RFCs. Instead, the default behavior now is 100% RFC complaint. The old QUITASAP behavior, sometimes desired for a number of users (used to be default behavior on Spamcontrol in the past) is now a build option (XF_QUITASAP). Submitted by: Patrick Tracanelli (Author, by email) Notes: svn path=/head/; revision=192547
* - Update spamcontrol to 2.4.18Renato Botelho2007-05-252-8/+9
| | | | | | | - Some cosmetic changes Notes: svn path=/head/; revision=191771
* Add a simple but very functional native feature of qmail, the use of QUEUE_EXTRARenato Botelho2007-02-111-0/+8
| | | | | | | | | | | option, as described in http://cr.yp.to/qmail/faq/admin.html. Can be used with every slaveport. PR: ports/108987 Submitted by: Patrick Tracanelli <eksffa@freebsdbrasil.com.br> Notes: svn path=/head/; revision=184890
* Add smtpextfork patch to qmail-spamcontrol.Renato Botelho2007-02-052-8/+28
| | | | | | | | | | | | | | | This is a patch made by Patrick Tracanelli <eksffa@freebsdbrasil.com.br> that allow qmail-smtpd to fork external programs and wait for return code to answer a permanent or temporary failure. More information on: http://www6.freebsdbrasil.com.br/~eksffa/l/dev/qmail-smtpextfork/patches/README.smtpextfork A version to qmail-ldap is comming soon. Notes: svn path=/head/; revision=184329
* Update spamcontrol to 2417Renato Botelho2007-02-011-3/+3
| | | | Notes: svn path=/head/; revision=183872
* - RBL2SMTPD patch was not logging URL referenceRenato Botelho2007-01-311-8/+17
| | | | | | | Reported by: Patrick Tracanelli <eksffa@freebsdbrasil.com.br> Notes: svn path=/head/; revision=183792
* Fix WITH / WITHOUT OPTIONS checkRenato Botelho2006-09-081-2/+2
| | | | | | | Noted by: oliver Notes: svn path=/head/; revision=172573
* RESTRICTED is intended instead of NO_PACKAGEKris Kennaway2006-09-031-1/+1
| | | | Notes: svn path=/head/; revision=171994
* Fix DISTFILES entry to ext_todo that is killing SPF patch on spamcontrolRenato Botelho2006-08-141-1/+1
| | | | | | | Reported by: Marcos Tischer Vallim <tischer at gmail.com> Notes: svn path=/head/; revision=170617