aboutsummaryrefslogtreecommitdiff
path: root/mail/qmail
Commit message (Collapse)AuthorAgeFilesLines
* - 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
* Permit big_todo and ext_todo be applied togetherRenato Botelho2006-08-112-8/+14
| | | | | | | Reported by: Carlos A. Talhati <cat at iqsc.usp.br> Notes: svn path=/head/; revision=170367
* Register CONFLICTS between qmail master and all slave portsRenato Botelho2006-08-101-1/+2
| | | | Notes: svn path=/head/; revision=170281
* Prevent BIG_TODO and EXT_TODO patches to be installed together, they cannotRenato Botelho2006-08-101-0/+8
| | | | | | | | | coexist Reported by: Carlos A. Talhati <cat at iqsc.usp.br> Notes: svn path=/head/; revision=170275
* Fix outgoingip.patch-spamcontrol MASTER_SITE_SUBDIRRenato Botelho2006-08-031-1/+1
| | | | Notes: svn path=/head/; revision=169594
* Remove old PORT_NOTES and PORT_NOTES_FreeBSD_40-RELEASE, they are not so usefulRenato Botelho2006-08-033-188/+1
| | | | | | | these days. Notes: svn path=/head/; revision=169572
* Add OUTGOINGIP patch to qmail-spamcontrol and qmail-tls slaveportsRenato Botelho2006-08-012-1/+11
| | | | Notes: svn path=/head/; revision=169410
* - Change spamcontrol's spf patch to log when deny an emailRenato Botelho2006-07-284-202/+20
| | | | | | | - Move auth patches from FILESDIR to MASTER_SITE_LOCAL Notes: svn path=/head/; revision=168984
* Fix auth patch for qmail-tlsRenato Botelho2006-07-281-1/+1
| | | | | | | Submitted by: Luiz Souza <luiz at visualconnect.com.br> by email Notes: svn path=/head/; revision=168963
* Add SPF checker to qmail-spamcontrol portRenato Botelho2006-07-282-9/+25
| | | | Notes: svn path=/head/; revision=168956
* Add ext_todo patch, and external high performance todo manager.Renato Botelho2006-07-273-1/+48
| | | | Notes: svn path=/head/; revision=168903
* Back out last commit and remove DomainKeys support. I'm going to add it as aRenato Botelho2006-07-183-61/+14
| | | | | | | separate port. Notes: svn path=/head/; revision=168161
* Add DomainKeys implementation to qmail-spamcontrol and qmail-mysqlRenato Botelho2006-07-173-14/+61
| | | | Notes: svn path=/head/; revision=168107
* Add dns patch to read answers > 512 bytes to qmail-spamcontrolRenato Botelho2006-07-171-1/+1
| | | | Notes: svn path=/head/; revision=168097
* Add maildirquota++.patch support for qmail-spamcontrolRenato Botelho2006-07-171-1/+5
| | | | Notes: svn path=/head/; revision=168095
* Add big-concurrency patch to qmail-spamcontrolRenato Botelho2006-07-171-2/+5
| | | | Notes: svn path=/head/; revision=168077
* Make localtime-date-patch available for qmail-spamcontrol and qmail-ldapRenato Botelho2006-07-051-4/+2
| | | | Notes: svn path=/head/; revision=166978
* - Update to spamcontrol 2.4.15:Renato Botelho2006-06-302-7/+7
| | | | | | | | | 2.4.15 FIXED missing IP information in Received header. ADDED ucspi-ssl-0.70_ucspitls-0.4.patch_. CHNGD order of qmail-smtpd reject conditions. Notes: svn path=/head/; revision=166667
* Adapt qmail-smtpd to work fine with new rblsmtpd functionality, checking envvarRenato Botelho2006-06-082-1/+53
| | | | | | | | set by rblsmtpd when IP matched on a RBL list and deny email is user is not authenticated. Notes: svn path=/head/; revision=164861
* Add qmail-mfrules.8, forgotten when i updated qmail-spamcontrol to 2414Renato Botelho2006-06-081-1/+1
| | | | Notes: svn path=/head/; revision=164847
* - Update qmail-spamcontrol to 2.4.14, finally with STARTTLS supportRenato Botelho2006-05-293-39/+10
| | | | | | | | Full ChangeLog at: http://www.fehcom.de/qmail/spamcontrol.html Notes: svn path=/head/; revision=163839
* Fix MASTER_SITES for spf patchRenato Botelho2006-05-131-1/+1
| | | | | | | Reported by: Giovanni <jumpyboy at infinito.it> Notes: svn path=/head/; revision=162237
* Update qmail-mysql to 1.1.15Renato Botelho2006-04-031-3/+3
| | | | Notes: svn path=/head/; revision=158731
* More cleanups on Makefile, mostly related with DOCS installRenato Botelho2006-03-241-47/+40
| | | | Notes: svn path=/head/; revision=158073
* - Use PORTDOCS facility and clean a bit Makefile and pkg-plistRenato Botelho2006-03-242-93/+17
| | | | Notes: svn path=/head/; revision=158061
* Update qmail-ldap to 20060201Renato Botelho2006-03-051-3/+3
| | | | | | | Approved by: portmgr (linimon) Notes: svn path=/head/; revision=156965
* - Add qmail-smtpd-auth-0.31.tar.gz to my area on MASTER_SITE_LOCAL, fileRenato Botelho2006-02-131-2/+4
| | | | | | | | | seems to be unfetchable. Noticed by: Vyacheslav Sotnikov <bsdforfree@rambler.ru> Notes: svn path=/head/; revision=155937
* Add TARPIT patch by Chris Johnson <dcj-qmaildoc@palomine.net>Renato Botelho2006-02-092-0/+12
| | | | | | | | | | | | | | | What's tarpitting? It's the practice of inserting a small sleep in an SMTP session for each RCPT TO after some set number of RCPT TOs. The idea is to thwart spammers who would hand your SMTP server a single message with a long list of RCPT TOs. If a spammer were to attempt to use your server to relay a message with, say, 10,000 recipients, and you inserted a five-second delay for each recipient after the fiftieth, the spammer would be "tarpitted" and would likely assume that his connection had stalled and give up. Asked by: Joao Ricardo Mendes Pecanha <joao@redepegasus.com.br> Notes: svn path=/head/; revision=155571
* - Add SPF patch on qmail-tls slaveport [1]Renato Botelho2006-02-032-64/+80
| | | | | | | | | - Indent if's and for's on qmail's Makefils Thanks to: Manuel Mausz <manuel@mausz.at> [1] Notes: svn path=/head/; revision=155122
* Add qmail-smtpd-auth-close3.patch when SMTP_AUTH_PATCH is selected.Renato Botelho2006-01-312-4/+10
| | | | | | | | This is useful to fix a minor bug that occours after a failed authentication if you have morercpthosts configured. Notes: svn path=/head/; revision=154893
* - One more fix for tls+auth patches, now I hope all are working fine.Renato Botelho2006-01-311-4/+4
| | | | | | | Submitted by: Manuel Mausz <manuel@mausz.at> Notes: svn path=/head/; revision=154887
* - qmail-tls is not working fine with auth, fix it printing STATTLS alone inRenato Botelho2006-01-312-6/+9
| | | | | | | | | | | one line on EHLO command [1] - Add ECHO_CMD to SUB_LIST, it's necessary to boot files PR: ports/92574 [1] Submitted by: Cristiano Deana <cris@gufi.org> [1] Notes: svn path=/head/; revision=154875
* - Revert last commit and back to use alias user, that is the default.Renato Botelho2006-01-302-4/+4
| | | | | | | - Fix mkaliasdir accordingly Notes: svn path=/head/; revision=154836
* - Fix username creation on pkg-install - s/alias/qalias/gRenato Botelho2006-01-301-2/+2
| | | | | | | Reported by: B. Cook <bcook@bsdwebsolutions.com> Notes: svn path=/head/; revision=154778
* - Fix 'all-depends-list' target in cases if dependencies list isKirill Ponomarev2006-01-211-12/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | very long and if some dependencies can't be added into the list. [1] - Fix FAM support. Make gamin the default FAM system. [2] - Introduce new 'quicksearch' target to show only port, path and info section of the matching ports. [3] - Introduce new category - rubygems. [4] - Fix stale dependencies while installing qmail slaveport and another port that depends on qmail. [5] - Add commentary for describes target in bsd.port.mk. [6] - Fix warning issued during make index on archs !368. [7] - Add USE_DOS2UNIX variable. If set to "YES", remove the ^M from all files under ${WRKSRC}. If set to a string, remove in all files under ${WRKSRC} with one of these names the ^Ms. [8] - Add new variables PERL_RUN_DEPENDS and PERL_BUILD_DEPENDS by checking the existance of the Perl modules with the "perl -e 'use module;'" command. [9] - Fix bsd.port.mk variable quoting issues. No quoting is necessary anymore either in the Makefile or on the command line. Affected variables include: BROKEN FORBIDDEN IGNORE MANUAL_PACKAGE_BUILD NO_CDROM NO_PACKAGE RESTRICTED [10] - Add NOFETCHFILES variable. If set, don't download these files from the ${MASTER_SITES} or ${MASTER_SITE_BACKUP} (but do from ${MASTER_SITE_OVERRIDE}). [11] - Improve 'search' target output. [12] - Add a new virtual category for Amateur Radio - hamradio. [13] - Cleanup some old/unused pathes in bsd.port.mk. [14] - Add @dirrmtry for plists which does the same as: "@unexec rmdir %D/foo 2>/dev/null || true" [15] - Remove virtual category - offix. [16] - Use portsnap instead of cvsup or cvs on "make update" in /usr/ports. [17] - Move location of bsd.autotools.mk within bsd.port.mk [18] - Add bsd.linux-rpm.mk, fix INSTALLS_SHLIB for Linux ports [19] - Use new USE_RC_SUBR format for FreeBSD version >= 700007 [20] - Replace the string "FreeBSD" by "The FreeBSD Project" in the security warning [21] - Add bsd.local.mk for local modification to ports framework. [22] - Replace rcNG spelling by rc.d [23] - Remove superfluous USE_REINPLACE. [24] Special thanks to: linimon for spending hours with all these patches clement for fixes kris for help with pointyhat PR: ports/86310 [1], ports/89498 [2], ports/83530 [3], ports/83789 [4], ports/84053 [5], ports/86281 [6], ports/87214 [7], ports/87234 [8], ports/87318 [9], ports/87396 [10], ports/87605 [11], ports/87840 [12], ports/88230 [13], ports/88493 [14], ports/88711 [15], ports/88751 [16], ports/89281 [17], ports/89999 [18], ports/90031 [19], ports/90150 [20], ports/90668 [21], ports/91433 [23], ports/88754 [24] Submitted by: mi [1], marcus [2], Lars Engels <lars.engels@0x20.net> [3], pav [4, 16, 20, 24], garga [5], cperciva [6], vd [7], edwin [8, 9, 11, 15, 21], fenner [10], Arseny Nasokin <tarc.po.cs.msu.su@tarc.po.cs.msu.su> [12], Carl Makin <carl@stagecraft.cx> [13], arved [14], NIIMI Satoshi <sa2c@sa2c.net> [17], thierry [18], jylefort [19], linimon [22], dougb [23] Notes: svn path=/head/; revision=154065
* - s/cram-md5/cram_md5/ to fix the spamcontrol option WITH_AUTHCRAMRenato Botelho2006-01-161-2/+2
| | | | | | | Noticed by: Jan-Erik Moon <jan@1kdigital.com> Notes: svn path=/head/; revision=153652
* - Permit DISTFILES var be overwritted by slave portsRenato Botelho2005-12-131-1/+1
| | | | | | | Noticed by: Wendell Martins Borges <wendell@ramenzoni.com.br> Notes: svn path=/head/; revision=151111
* - Use last version of qmail-tls patch that fix build problemRenato Botelho2005-12-122-11/+5
| | | | | | | - Remove smtp_auth+tls lines forgotten on distinfo Notes: svn path=/head/; revision=151013
* - Remove mail/qmail-smtp_auth+tls since you can choose SMTP_AUTH_PATCH onRenato Botelho2005-12-124-88/+8
| | | | | | | qmail-tls port. Notes: svn path=/head/; revision=151005
* - Add SMTP Authentication on qmail-tls slave port, after that, i'll removeRenato Botelho2005-12-122-3/+99
| | | | | | | port mail/qmail-smtp_auth+tls, since it won't be necessary anymore Notes: svn path=/head/; revision=151000
* - Add patch to provide SMTP Authentication on main qmail port.Renato Botelho2005-12-123-2/+130
| | | | Notes: svn path=/head/; revision=150987
* - Fix patch-install.c, like qmail-ldapRenato Botelho2005-12-091-1/+1
| | | | Notes: svn path=/head/; revision=150737