summaryrefslogtreecommitdiff
path: root/mail
AgeCommit message (Collapse)AuthorFilesLines
2003-12-03Masao Uebayashi asked me to back out this change.ben2-8/+6
My apologies for any inconveniences from the original change.
2003-12-02print correct path to config files in spamd usage message.grant2-4/+28
2003-12-02formatting fixes, clarify a sentence.grant2-16/+16
2003-12-02This package would install a directory and two files on the build machineben3-6/+8
that do make it into the binary package. Under the default configuration on NetBSD these files are erroneous. This fix should resolve PR 20852 Here are the details: 1) /etc/mail/statistics This file is created like so: statistics: ${CP} /dev/null statistics This file is not needed because sendmail is configured to use: O StatusFile=/var/log/sendmail.st To avoid creating this file, I added to devtools/OS/NetBSD: define(`confNO_STATISTICS_INSTALL', `') 2) /etc/mail/submit.cf This file is not needed because we install it as: ${PREFIX}/share/sendmail/cf/submit.cf To avoid installing /etc/mail/submit.cf, I added to devtools/OS/NetBSD: define(`confINST_DEP', `') If confINST_DEP is undefined, then it will default to: `${DESTDIR}/etc/mail/submit.cf ${DESTDIR}${MSPQ}' 3) /var/db/pkg/sendmail-8.12.8nb1/+INSTALL This is now created by pkg_add with the binary package. It appears the problem is resolved. 4) /var/spool/clientmqueue This directory is not needed because sendmail is configured to use: O QueueDirectory=/var/spool/mqueue To avoid installing this directory, I added to devtools/OS/NetBSD: define(`confINST_DEP', `')
2003-12-01Remove DNSBL rules using *.easynet.nl (shut down today, see ↵heinz5-3/+47
http://abuse.easynet.nl/dynablocker.html
2003-12-01reorder lines to appease pkglint (hi, zuntum!)grant1-3/+4
2003-12-01New version 2.36. It'a leaf package and 2.36 fixes a build problem Grantheinz6-33/+37
Beattie encountered on Linux. Relevant changes sinc 2.22: o Better compatibility of Makefile.PL with new MakeMaker o C Code compiles with C compilers other than GCC. o Detect and skip body parts that only contain MIME headers. o Fixed a bug where razor-check would terminate prematurely on messages for which it could not compute a signature. o Introduced SOCKS support. Net::SOCKS is required in order to use SOCKS. Specify socks_server in the config file. o Fixed a bug where the MIME boundary was being spuriously set in certain cases. o A bug in the selection of zone prefixes in bootstrap discovery was fixed. o Razorhome is gleaned from the config file passed to razor-agents, if all else fails. "razor-report -conf=/etc/razor/razor.conf spam" will use /etc/razor as its home if no other home is found (eg in $HOME/.razor). To force a particular Razorhome value, use the -home=path option. o Force bootstrap discovery when all discovery servers are unavailable. This fixes a bug where by razor-agents would try to connect to the old Razor2 discovery server found in servers.discovery.lst.
2003-11-30whitespace policegrant1-2/+2
2003-11-26Only install smtpd.conf if we're using SASL. Fixes bulk build breakagejlam1-2/+2
from Al's 20031124 results.
2003-11-25Update exim to 4.22nb3 and exim-exiscan to 4.22-12nb1. Default exim_flags to ↵abs3-4/+6
"-bd -q30m", so setting exim=YES in rc.conf works
2003-11-25upgrade to 20031117. properly handle mailcap. some stability fixes.itojun2-7/+6
2003-11-23dirname -> ${DIRNAME}, id -> ${ID}salo1-3/+3
From Soren Jacobsen via PR pkg/23542.
2003-11-23basename -> ${BASENAME}, from Soren Jacobsen via PR pkg/23541.salo1-2/+2
2003-11-22Adjust comment, exmh will also support security/gnupg if presentdsainty1-1/+2
2003-11-21A few more whitespace nits.jlam1-13/+13
2003-11-21Whitespace fixes and rearrange a few lines to group related stuff together.jlam1-23/+22
2003-11-21* With SASL2, the correct pwcheck_method to use the /etc/sasldb2 isjlam2-17/+22
"auxprop". * Modify the package so that the smtpd.conf file is initially stored with the other example files and copied over to its true location via CONF_FILES. This allows modifying the postfix installation to use some other SASL authenticaion method, e.g. PLAIN with saslauthd through TLS. * Only allow using one SASL library or the other, and prefer SASL2 to SASL1.
2003-11-14When constructing WRKSRC, also strip off PKGREVISION.jschauma1-2/+2
Fixes problem seen in latest bulk-build.
2003-11-13Update distinfo after removing patch-am and patch-an.taca1-3/+1
Noted by wiz@ and thanks much.
2003-11-12Fix dependence problem caused by "openssl" package version bump madness.tron1-2/+2
2003-11-12PKGREVISION++ after openssl update.jschauma27-41/+54
2003-11-12PKGREVISION++ due to devel/popt update.salo4-7/+8
2003-11-10Sync with cyrus-sasl2's buildlink2.mk reality.kleink1-3/+3
2003-11-08Update PHP to 4.3.4jdolecek1-3/+3
From release announcemenet: After a lengthy QA process, PHP 4.3.4 is finally out! This is a medium size maintenance release, with a fair number of bug fixes. All users are encouraged to upgrade to 4.3.4. Bugfix release PHP 4.3.4 contains, among others, following important fixes, additions and improvements: * Fixed disk_total_space() and disk_free_space() under FreeBSD. * Fixed FastCGI support on Win32. * Fixed FastCGI being unable to bind to a specific IP. * Fixed several bugs in mail() implementation on win32. * Fixed crashes in a number of functions. * Fixed compile failure on MacOSX 10.3 Panther. * Over 60 various bug fixes! For full list of changes in PHP 4.3.4, see ChangeLog: http://www.php.net/ChangeLog-4.php#4.3.4
2003-11-07Set USE_GCC_SHLIB. Fixes linking on Solaris.gavan3-3/+6
2003-11-06- Remove extra patch to yatconfd. Those patches were accidently addedtaca3-46/+2
by mistake. - Bump PKGREVISION.
2003-11-05upgrade to 6.2.5. incorporates security patch (was in patches/patch-ag).itojun5-162/+7
IMAP and some other improvements.
2003-11-04Use ${MAKE} and ${INSTALL} instead of make and install.dmcmahill3-10/+17
Also don't check for /usr/X11R6 before running mkfontdir. This package is already marked as USE_X11. Fixes install on Solaris and other systems which use bmake instead of make.
2003-11-04spamassassin builds and works fine with perl 5.6.0jdolecek1-2/+2
2003-11-03Change maintainer to myself.kim3-6/+6
2003-11-03Update to version 2.60 (fixes PR pkg/23318):heinz23-1876/+448
Summary of changes since 2.5x ----------------------------------- - spamd supports UNIX-domain sockets - SSL support for spamc/spamd now usable - improved Bayes text analysis - improved expiration of Bayes-DB - better detection of 'invisible text' and other obfuscation techniques in HTML - new RBL (eg SORBS, SpamCop, Osirusoft dropped) - better handling of RBL timeouts - support for Razor V1 dropped - more flexible header and report rewriting - Perl taint mode enabled by default - bug fixes - new rules
2003-11-02PKGREVISION++salo2-1/+108
- Some partial BODY[part] fetches may have returned data incorrectly, patch-ad fixes it.
2003-11-02PKGREVISION++salo1-16/+18
- Some partial BODY[part] fetches may have returned data incorrectly, patch-ad fixes it. - Add missing BUILD_DEFS, sort.
2003-11-01Be the MAINTAINER for this package.martti1-2/+2
2003-10-29Upgrade to 3.2.1. Patch sent by Soren Jacobsen in PR pkg/23299.xtraeme3-7/+7
Changes since 3.1.7: * Add command_add_fromline directive to control prepending mbox-style From_ lines to command deliveries. Defaults to 1, the previous behaviour. Set to 0 to disable. * Add workaround for differences in Python poplib; an incompatible change was introduced (apparently in 1.6) to Python's library, where session.retr() previous returned raw lines, but now it returns the un-stuffed lines. getmail now has to conditionally un-stuff lines depending on the version of the Python interpreter in use. * Change the "over max message size of %(max_message_size)i, skipping ..." message from informational to warning so it can be seen when using -q/--quiet/verbose=0. Thanks to Volker Kuhlmann for the report. -Change error message resulting from failed APOP attempt
2003-10-29upgrade to 10/27 snapshot. better charset guessing, accept more iso-2022itojun2-6/+6
escape sequences, do not confuse decoded comment as structured field separator
2003-10-27Snert's license: no redistribution.manu2-2/+16
2003-10-27Libsnert is a support library for milter-sender, which is iitself amanu1-1/+3
real-time sender address validation milter for sendmail
2003-10-27Milter-sender is a real-time sender address validation milter for sendmailmanu8-0/+168
2003-10-27Libsnert is a support library for milter-sender, a real-time sendermanu8-0/+176
address validation milter for sendmail
2003-10-23Since image viewer plugin is disbabled, sylpheed-claws doesn't depend oncube1-3/+2
gdk-pixbuf anymore. Remove dependency and bump PKGREVISION.
2003-10-22Pull-up security patch from CVS. Bump PKGREVISION.cube3-3/+17
Fixes a format string error leading to a crash from malicious SMTP servers. http://www.guninski.com/sylph.html
2003-10-21Add missing entry in PLIST.seb2-2/+4
Bump PKGREVISION.
2003-10-21Accept package revisions of the "db3" package, too.tron1-2/+2
2003-10-20Added milter-regex-0.6manu1-1/+2
2003-10-20The milter-regex plugin can be used with the milter API of sendmail(8) tomanu4-0/+30
filter mails using regular expressions matching SMTP envelope parameters and mail headers and body.
2003-10-19For SunOS case, add -DSYSV to CFLAGS, don't override CFLAGS with it.bouyer1-2/+2
2003-10-19Work around a gcc-2.95 arm bug that makes compiling the tryulong32.ckristerw2-1/+20
configuration test take ~forever.
2003-10-18Whitespace fixescjep1-2/+1
2003-10-18Bump revision due to gnutls update (libtasn dependency removed).jmmv1-2/+2