summaryrefslogtreecommitdiff
path: root/mail
AgeCommit message (Collapse)AuthorFilesLines
2004-03-31update to 2.0.17recht5-19/+32
changes: - build on GNOME-2.6 - fix some GPGME interaction problems. - yet another set of minor fixes.
2004-03-31Ensure that we use the db3 library, even if the db4 one gets pulled injlam1-4/+11
as an indirect dependency.
2004-03-31Convert to use krb5.buildlink3.mk.jlam1-10/+28
2004-03-31Miscellaneous nits and reorderings to more closely matchjlam1-21/+23
cyrus-imapd22/Makefile.
2004-03-31Miscellaneous nits.jlam1-7/+7
2004-03-31Install files one by one to workaround more feeble install programs.jlam1-7/+10
2004-03-31Miscellenous Makefile cleanups.jlam1-7/+10
2004-03-30Fix dependence broken by recent package revision bump.tron1-2/+2
2004-03-30Make sure the socket file is removed before starting clamd, as suggestedxtraeme1-1/+2
by Piotr Stolc in PR pkg/24644.
2004-03-30bl3ifyxtraeme2-7/+29
2004-03-29+p5-Mail-SRStv1-1/+2
2004-03-29Moved from pkgsrc-wip (http://pkgsrc-wip.sourceforge.net/):tv5-0/+70
The Sender Rewriting Scheme preserves .forward functionality in an SPF-compliant world. SPF requires the SMTP client IP to match the envelope sender (return-path). When a message is forwarded through an intermediate server, that intermediate server may need to rewrite the return-path to remain SPF compliant. If the message bounces, that intermediate server needs to validate the bounce and forward the bounce to the original sender. SRS provides a convention for return-path rewriting which allows multiple forwarding servers to compact the return-path. SRS also provides an authentication mechanism to ensure that purported bounces are not arbitrarily forwarded.
2004-03-29+p5-Mail-Miltertv1-1/+2
2004-03-29Mail::Milter is a set of modules useful to mail filter writers who aretv4-0/+29
using the Sendmail::Milter and/or Sendmail::PMilter APIs to interface directly to the SMTP transaction.
2004-03-29+p5-Sendmail-PMiltertv1-1/+2
2004-03-29Sendmail::PMilter is a mail filtering API implementing the Sendmailtv4-0/+42
milter protocol in pure Perl. This allows Sendmail servers (and perhaps other MTAs implementing milter) to filter and modify mail in transit during the SMTP connection, all in Perl. This also includes a drop-in replacement for the Sendmail::Milter API, making it possible for legacy perl milters to function as-is with the PMilter engine.
2004-03-29Update milter-greylist to 1.0.2manu2-5/+5
Fix the mising units in ps output for -a and -w Accept any e-mail address as specified in RFC 2821 from config and dump Fix typos
2004-03-29Update to getmail-3.2.2.snj2-6/+5
From the changelog: * Add an error handler for the case where a POP3 server returns a message that isn't even close to valid 822 format, particularly one where the first line in the message header is a continuation line (starts with whitespace).
2004-03-29Convert to use bdb.buildlink3.mk and krb5.buildlink3.mk.jlam1-22/+39
2004-03-29Supply a default mailq entry in mailer.conf.snj2-3/+4
Fixes PR pkg/21591.
2004-03-29Call /usr/sbin/sendmail instead of /usr/lib/sendmail. It's wrong tosnj6-6/+91
assume that we want /usr/sbin/sendmail, but we don't currently have a good solution to that problem, and this is consistent with an existing change that was made to this package. Closes PR pkg/24678.
2004-03-28Use bl3 and sort a section.snj1-3/+3
2004-03-28Enable pulsar.martin1-1/+2
2004-03-28Import pulsar, a simple POP3 daemon with built in SSL support.martin11-0/+257
2004-03-27Update "sendmail" and "libmilter" packages to version 8.12.11.tron4-8/+8
Changes since version 8.12.10: Use QueueFileMode when opening qf files. This error was a regression in 8.12.10. Problem detected and diagnosed Lech Szychowski of the Polish Power Grid Company. Properly count the number of queue runners in a work group and make sure the total limit of MaxQueueChildren is not exceeded. Based on patch from Takayuki Yoshizawa of Techfirm, Inc. Take care of systems that can generate time values where the seconds can exceed the usual range of 0 to 59. Problem noted by Randy Diffenderfer of EDS. Avoid regeneration of identical queue identifiers by processes whose process id is the same as that of the initial sendmail process that was used to start the daemon. Problem noted by Randy Diffenderfer of EDS. When a milter invokes smfi_delrcpt() compare the supplied recipient address also against the printable addresses of the current list to deal with rewritten addresses. Based on patch from Sean Hanson of The Asylum. BadRcptThrottle now also works for addresses which return the error mailer, e.g., virtusertable entries with the right hand side error:. Patch from Per Hedeland. Fix printing of 8 bit characters as octals in log messages. Based on patch by Andrey J. Melnikoff. Undo change of algorithm for MIME 7-bit base64 encoding to 8-bit text that has been introduced in 8.12.3. There are some examples where the new code fails, but the old code works. To get the 8.12.3-8.12.10 version, compile sendmail with -DMIME7TO8_OLD=0. If you have an example of improper 7 to 8 bit conversion please send it to us. Return normal error code for unknown SMTP commands instead of the one specified by check_relay or a milter for a connection. Problem noted by Andrzej Filip. Some ident responses contain data after the terminating CRLF which causes sendmail to log "POSSIBLE ATTACK...newline in string". To avoid this everything after LF is ignored. If the operating system supports O_EXLOCK and HASFLOCK is set then a possible race condition for creating qf files can be avoided. Note: the race condition does not exist within sendmail, but between sendmail and an external application that accesses qf files. Log the proper options name for TLS related mising files for the CACertPath, CACertFile, and DHParameters options. Do not split an envelope if it will be discarded, otherwise df files could be left behind. Problem found by Wolfgang Breyha. The use of the environment variables HOME and HOSTALIASES has been deprecated and will be removed in version 8.13. This only effects configuration which preserve those variable via the 'E' command in the cf file as sendmail clears out its entire environment. Portability: Add support for Darwin 7.0/Mac OS X 10.3 (a.k.a. Panther). Solaris 10 has unsetenv(), patch from Craig Mohrman of Sun Microsystems. LIBMILTER: Add extra checks in case a broken MTA sends bogus data to libmilter. Based on code review by Rob Grzywinski. SMRSH: Properly assemble commands that contain '&&' or '||'. Problem noted by Eric Lee of Talking Heads. New Files: devtools/OS/Darwin.7.0
2004-03-27Use PKGNAME_NOREV in MASTER_SITES; fixes bulk build.wiz1-2/+2
2004-03-26Reverse the use of USE_DB185 in bdb.buildlink3.mk -- it defaults tojlam4-8/+4
"yes" and packages that can't use the DB-1.85 API should set it to "no". This makes the native DB the preferred DB if it exists.
2004-03-26Introduce SPAMASSASSIN_VERSION. And most significantly use it instead ofseb1-4/+5
PKGVERSION in DISTNAME's definition so PKGREVISION's value does not render it useless. Okay'ed by wiz@.
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz56-85/+113
Buildlink files: RECOMMENDED version changed to current version.
2004-03-25update milter-greylist to 1.0manu2-6/+8
new features include multi-MX sync and auto whitelisting. And a lot of bugfixes
2004-03-25New IPv6 patchmartti2-6/+6
2004-03-21Uses no compiler, so USE_LANGUAGES is emptyheinz1-1/+2
2004-03-21Added HOMEPAGE. Uses no compiler, so USE_LANGUAGES is empty.heinz1-1/+3
2004-03-20configure --without-wc-funcs on Solaris; without this all chars are printedbouyer1-1/+5
as '?'. Looks like solaris's wchar functions don't work as mutt expect.
2004-03-20Fix build on sparc64 with gcc2. Correct a spelling error.snj2-2/+5
2004-03-18Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properlyjlam2-14/+8
by moving the inclusion of buildlink3.mk files outside of the protected region. This bug would be seen by users that have set PREFER_PKGSRC or PREFER_NATIVE to non-default values. BUILDLINK_PACKAGES should be ordered so that for any package in the list, that package doesn't depend on any packages to the left of it in the list. This ordering property is used to check for builtin packages in the correct order. The problem was that including a buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed from BUILDLINK_PACKAGES and appended to the end. However, since the inclusion of any other buildlink3.mk files within that buildlink3.mk was in a region that was protected against multiple inclusion, those dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
2004-03-18This uses rpcgen, so set NO_EXPORT_CPP.jlam1-1/+2
2004-03-17New IPv6 patch.martti2-5/+5
2004-03-16Don't pass $(top_srcdir)/intl to the compiler. It's unneeded sincejlam2-1/+15
the mutt Makefiles already automatically add "intl" to the list of directories to search for headers, and it fixes breakage when the shell tries to execute "top_srcdir".
2004-03-16Remove mew-xemacs.uebayasi1-2/+1
2004-03-16Replace mew-xemacs by enabling XEmacs (xemacs214, xemacs215) supportuebayasi6-249/+2
in mew3.
2004-03-16Add ruby to CATEGORIES.taca1-2/+2
2004-03-14Spelling and English fixes.snj1-7/+7
2004-03-14Add missing patch-afabs1-0/+31
2004-03-14Updated postfix to 2.0.19martti2-6/+5
- When mail is submitted at a high rate with the Postfix sendmail command, the pickup daemon is keps busy long enough that it it terminated by the watchdog timer (a feature that prevents Postfix from locking up permanently). - Malformed addresses in SMTP commands could result in table looks with zero-length search strings, causing trouble with NIS lookups.
2004-03-14USE_LANGUAGES=c c++ like I meant to do last time.markd1-2/+2
2004-03-14Fix build problem after db4's buildlink3.mk change. (define USE_DB185taca1-2/+2
instead of set BUILDLINK_TRANSFORM directly)
2004-03-13mewencode(1) uses zlib. Include zlib/buildlink3. Bl3fy.uebayasi3-3/+12
Fix build on non-NetBSD. Reported by A. L. Meyers.
2004-03-12Update to version 2.40heinz6-82/+16
No longer dependent on Digest::Nilsimsa External taint patches no longer necessary. Changes since 2.36 * Applied another Makefile.PL patch from Michael Schwern to correctly install manpages in part 5 of the manual set in various versions of perl. * Applied patch from Mark Martinec and Vivek Khera of Amavisd to untaint various file targets obtained from user input. This is the same patch pointed to by the SpamAssassin FAQ [http://www.spamassassin.org/released/Razor2.patch] * Support for HTTP 1.1 tunneling [SF patch #821324] by Jon Schewe. * Applied Anne Bennett's patch to Logger.pm to introduce a new log target, "syslog-sys", that talks to Syslog over a Unix socket rather than a TCP socket. * Applied Anne Bennett's patch to deHTML.xs to get rid of the type mismatch warning. * Removed computation of signatures that are no longer supported by the backend -- engines 1, 2 and 3. Digest::Nilsimsa no longer required by Razor Agents.
2004-03-11Skip broken check for iconv_open() which doesn't work with the "icon"tron1-2/+2
library and headers from the "libiconv" package. This fixes PR pkg/24444 by myself.