summaryrefslogtreecommitdiff
path: root/mail (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to 2.63Mathieu Arnold2004-01-213-15/+2
| | | | get rid of this so short lived patch
* Provide support for Berkeley DB 4.2, through WITH_BDB_VER=42.Sheldon Hearn2004-01-211-3/+7
| | | | Submitted by: eik
* - Update to version 20040119Kirill Ponomarev2004-01-202-3/+3
| | | | | PR: 61594 Submitted by: maintainer
* Fix for perl < 5.6Mathieu Arnold2004-01-202-0/+13
| | | | PR: 61609
* This 2.0.16 distfile was rerolled to include a last-minute bug fix:Joe Marcus Clarke2004-01-202-1/+2
| | | | | | "show window before setting `From:' address so its text doesn't get selected." There were also some translation updates, and some spec file changes.
* Fix problems in RC directory handling, and keep with standards in scriptDavid E. O'Brien2004-01-192-15/+4
| | | | | | naming. Also remove duplicates in SED_SCRIPT. Portlint. Approved by: mat
* Update to 2.62Mathieu Arnold2004-01-193-17/+15
| | | | Have the least thing possible between bsd.port.pre.mk and post.mk
* - Update to 8.12.11Dirk Meyer2004-01-194-4/+4
|
* Update to 20040104Tilman Keskinoz2004-01-193-2/+4
| | | | | PR: 61573 Submitted by: maintainer
* - Update to 0.13.0Sergei Kolobov2004-01-192-2/+2
|
* - change spaces to tab to make portlint a little happierMathieu Arnold2004-01-191-5/+5
| | | | | | | | | | - allow users override RC_DIR and RC_SUFX - fix install spamd.sh in RC_DIR, not PREFIX/etc/rc.d - do not pollute WRKSRC with generated files, use WRKDIR instead (it's IMHO better style) PR: 61560 Submitted by: Sergey Matveychuk <sem@ciam.ru>
* Update to 2.0.16.Joe Marcus Clarke2004-01-194-11/+15
|
* Repocopy the MailScanner-devel port to mailscanner-devel, so as to retainJosef Karthauser2004-01-1814-1093/+1
| | | | the status quo of low case directory names.
* Revive mailscanner/ in favour of MailScanner/ (which was repocopiedJosef Karthauser2004-01-1814-1089/+1
| | | | | from mailscanner and updated, but then frowned upon because of the capitals in the directory name).
* - Add memrchr().Clement Laforet2004-01-182-4/+24
| | | | | | - Maintainer informed. Requested by: many
* Update to 1.5.5. No longer need hack for running autogen.sh.Mike Heffner2004-01-183-32/+4
|
* - switch to Makefile.kdeClement Laforet2004-01-181-6/+4
| | | | | | | | - Respect CFLAGS. PR: 61532 Submitted by: Markus Brueffer <brueffer@phoenix-systems.de> (maintainer) Approved by: erwin (mentor) (implicitly)
* s/memrchr/memchr/.Clement Laforet2004-01-181-0/+4
| | | | | | | It fixes an 'undefined reference to `memrchr''. Approved by: maintainer Approved by: erwin (mentor) (implicitly)
* Switch to my @FreeBSD.org email address.Alex Dupre2004-01-182-2/+2
| | | | Approved by: nork (mentor)
* Add qsf 0.9.18, a small fast spam filter intended to be used withClement Laforet2004-01-186-0/+45
| | | | | | | | | | | | | procmail. Quick Spam Filter (qsf) is a lightweight statistical spam filter written in C. It is designed to be small, fast, reliable, easy to install, and simple to use in a procmail recipe WWW: http://www.ivarch.com/programs/qsf.shtml PR: 61486 Submitted by: liamfoy@sepulcrum.org Approved by: erwin (mentor) (implicitly)
* Configuration of the Cyrus databases is now runtime. The cyrus dbHajimu UMEMOTO2004-01-176-12/+108
| | | | | backend used for each database can be specified with an imapd.conf option.
* Add smtp-vilter, a milter backend for scanning viruses.Martin Blapp2004-01-178-0/+158
| | | | Submitted by: dan@imp.ch
* Add smtp-vilterMartin Blapp2004-01-171-0/+1
|
* Support Berkeley DB 4.2.Hajimu UMEMOTO2004-01-179-33/+114
| | | | | | | | Since our db42 requires to include db.h to use. existing configure script cannot detect our db42. AC_CHECK_LIB() simply test if a function exists. :( Requested by: Dmitry Sorokin <dmitry_sorokin@yahoo.ca>
* we don't need this file anymore.Hajimu UMEMOTO2004-01-173-42/+0
|
* Remove master_sites:Edwin Groothuis2004-01-171-8/+5
| | | | | | | | | | | | | | | portlint complains if there is no / at the end, while the do-fecth doesn't work with a / at the end. Use fetch_site in this case. Make do-fetch working Replace WWWUID and WWWGROUP with WWWOWN and WWWGRP Noticed by: bento log http://bento.freebsd.org/errorlogs/i386-4-exp-latest/postfixadmin-2.0.2_1.log Informed maintainer
* - Update to version 20040115Kirill Ponomarev2004-01-172-3/+3
| | | | | PR: 61468 Submitted by: maintainer
* - add 2nd checksum for distfile, no package changeDirk Meyer2004-01-171-0/+1
| | | | | | | | distfile was recreated with: changed files: HISTORY, TODO added files: contrib/portugese.diff Reported by: milter@free.fr
* - Fix typoClement Laforet2004-01-171-1/+1
| | | | | Pointed out by: stefanf@irc Approved by: erwin (mentor) (implicitly)
* - Update to 0.94Clement Laforet2004-01-173-10/+6
| | | | | | | - Use PORTDOCS macro - cleanups Approved by: erwin (mentor) (implicitly)
* upgrade to 2.2.9Michael Haro2004-01-162-2/+2
| | | | | | - Fixed a compatibility problem using Parse::RecDescent version 1.94 - Fixed problem in migrate that caused problems in versions of perl earlier than 5.6.
* Add the p5-Mail-SPF-Query portMichael Haro2004-01-165-0/+40
| | | | | | | | The SPF protocol relies on sender domains to publish a DNS whitelist of their designated outbound mailers. Given an envelope sender, Mail::SPF::Query determines the legitimacy of an SMTP client IP.
* Update to 0.7. Don't treat warnings as errors.Trevor Johnson2004-01-162-6/+4
| | | | | PR: 61410 Submitted by: dinoex
* Update to 1.0.2.Joe Marcus Clarke2004-01-163-5/+4
| | | | | | | | | | | * patch applied to smtp-tls.c and examples/mail-file.c for Balsa * smtp-tls.c - fixed typo in check_file() - domain name check is now done using the wildcard match per RFC 2818 - better error reporting for check_file() and check_directory() PR: 61434 Submitted by: maintainer
* Updated to 1.11Sergey Skvortsov2004-01-162-2/+2
|
* - udpate to 1.1.2Dirk Meyer2004-01-164-4/+4
|
* - Cleanups.Clement Laforet2004-01-165-20/+5
| | | | | Notice by: From: lou <lou@0xffff.org> Approved by: erwin (mentor) (implicitly)
* - Update to 2.0.2Clement Laforet2004-01-163-3/+8
| | | | | | PR: 61385 Submitted by: Rob Evers <rob@debank.tv> (maintainer) Approved by: erwin (mentor) (implicitly)
* Update to 2.2.3.Hajimu UMEMOTO2004-01-1533-324/+75
|
* - Update to 0.44.2Sergei Kolobov2004-01-1512-239/+348
| | | | | | | | | | | | | | | | | | | | | | | - Fix LDAP support build problems - CONFLICTS has been expanded - WITH_GHOSTSCRIPT_AFPL support has been changed to honor GSPORT - WITH_TRANSPORT+=uucp changed since uucp is no longer part of the base system and NOUUCP is no longer a /etc/make.conf tunable for buildworld - WITH_EXPECT not being set now adds --disable-changepass which causes the suid authdaemon.passwd to not be installed. - devel/fam dependency is now non-optional since the port will use the library if it finds it regardless of one's intention to use it or not. For instance if libfam is installed and one doe not want it used by courier but chosses the WITH_LDAP support than libfam will get sucked in as well. Then the user deletes fam and courier breaks because the user had no idea courier depended on it. So until courier gets a configure --without-fam tunable this should be a mandatory dependency. - and last but not least etc/rc.d/courier.sh startup script has been rewritten to work with rc.subr which allows one to move it to /etc/rc.d/courier and have it just work. :) PR: 61112 Submitted by: Yarema <yds@CoolRat.org>
* - Use db-4.2 in LIB_DEPENDSKirill Ponomarev2004-01-152-4/+2
| | | | | | | - Remove contiguous blank line PR: 61375 Submitted by: maintainer
* Add vodmr 0.13, an ODMR/ATRN server for vpopmail/qmail.Peter Pentchev2004-01-157-0/+101
| | | | | PR: 47002 Submitted by: James Raftery <james@now.ie>
* Add Sourceforge site, to make fetchable.Trevor Johnson2004-01-152-4/+10
| | | | Submitted by: ijliao
* - Update to 0.15.13.2, to fix Alpha SIGFPE (we use -mieee now)Kirill Ponomarev2004-01-144-10/+44
| | | | | | | | | | - Support WITH_DB_VER=42 to build against db42 rather than default db4 - Switch to bz2 to reduce download time and data volume. - Fix up forgotten src/version.c update to 0.15.13.2 PR: 61284 Submitted by: maintainer
* Use bsd.php.mk.Alex Dupre2004-01-141-6/+5
| | | | | | | PR: ports/61359 Submitted by: Xin LI Reviewed by: Simon Dick (maintainer) Approved by: nork (mentor/implicitly)
* - Restore a fix for breakage when run under cron(8) introduced inSergei Kolobov2004-01-141-0/+2
| | | | | | Makefile revision 1.21 and mistakenly ommitted during upgrade to 3.2.1 Noticed by: Ori Peleg <orip@humaneyes.com>
* add WITH_IDLE option which takes poll, idled or no. Default is pollHajimu UMEMOTO2004-01-149-0/+90
| | | | | | as Cyrus IMAPd's default. Requested by: ervin.nemeth@niif.hu
* Make the command we use for finding a PID really work. Bump PORTREVISION.Pete Fritchman2004-01-144-2/+4
| | | | Submitted by: Shawn Yeager <mail@shawnyeager.com>
* - Add WITHOUT_NLS knobKirill Ponomarev2004-01-132-0/+13
| | | | | PR: 61314 Submitted by: maintainer
* - fix *squirrelmail ports.Clement Laforet2004-01-132-5/+56
| | | | | | | | - add slaveport-target - fix INDEX build - add forgotten file Approved by: erwin (mentor)