summaryrefslogtreecommitdiff
path: root/mail
AgeCommit message (Collapse)AuthorFilesLines
2004-04-10Russ Nelson, Charles Cazabon, Dave Sill, Peter Samuel, and Henningschmonz22-41/+500
Brauer have prepared a distribution of qmail, called "netqmail": "We have done this because in our opinion, too many new users are confused by the out-of-date INSTALL file, and too much time is spent arguing on the mailing list over bugs. We have tried to stick to the barest minimum number of changes. We have fixed only those things which are out-and-out wrong, or which have been approved by djb (specifically QMAILQUEUE)." This package already includes the QMAILQUEUE patch. Add netqmail 1.05's other patches, with the exception that patches to documentation files which are not installed have been lovingly omitted. This package also already includes a patch to handle oversized DNS packets. It's still here, too. pkgsrc changes: * Add qmail-smtpd rc.d script (and ensuing dependency on net/ucspi-tcp). * Update qmail rc.d script: respect $qmail_flags, treating it as the default delivery instruction. * Remove non-working MASTER_SITES. From the netqmail changelog: 20040121 code: qmail-smtpd is protected from exceedingly long (eg 2GB) header lines 20040121 code: qmail_lspawn, qmail-newmrh, qmail-newu, and qmail-rspawn are protected from misbehaving on hosts where the size of an integer is not the same as the size of a character pointer (eg 64 bit hosts with 32 bit ints) 20031027 doc: qmail.7 identifies installation as netqmail and points to http://qmail.org/ 20031027 doc: qmail-queue.8 adds explanation of $QMAILQUEUE 20031027 doc: qmail-log.5 adds reference to errors from $QMAILQUEUE script 20031027 code: qmail-smtpd identifies itself as netqmail 20031027 code: if $QMAILQUEUE is set, it's invoked instead of qmail-queue 20031024 code: changed errno from int to #include. 20031024 code: fixed .qmail parsing bug. 20031024 code: recognize 0.0.0.0 as a local address. 20031024 code: sendmail's -f flag now overrides environment variables. And for all this, bump PKGREVISION. Pre-flight checks by snj@.
2004-04-09Style nits: use tabs to indent and get rid of a variable that was only usedjmmv1-12/+10
once.
2004-04-09Insert blank line between commands and text. Make the point aboutschmonz1-9/+8
POP3 and QMQP more concisely. Pipe paragraphs through fmt(1).
2004-04-08Set INSTALLATION_DIRS=bin.jmmv1-1/+3
2004-04-08Another minor change, remove one superflous line.xtraeme1-2/+1
2004-04-08Minor changes suggested by jmmv@.xtraeme1-11/+9
2004-04-08Added columba.xtraeme1-1/+2
2004-04-08Initial import of columba-1.0M2.xtraeme4-0/+67
Columba is an Email Client written in Java, featuring a user-friendly graphical interface with wizards and internationalization support.
2004-04-08+gmimerecht1-1/+2
2004-04-08initial import of gmime-2.1.3recht6-0/+233
GMime is a set of utilities for parsing and creating messages using the Multipurpose Internet Mail Extension (MIME) as defined by the following RFCs: * 0822: Standard for the Format of Arpa Internet Text Messages * 1521: MIME (Multipurpose Internet Mail Extensions) Part One: Mechanisms for Specifying and Describing the Format of Internet Message Bodies * 1847: Security Multiparts for MIME: Multipart/Signed and Multipart/Encrypted * 1864: The Content-MD5 Header Field (Obsoletes rfc1544) * 2015: MIME Security with Pretty Good Privacy (PGP) * 2045: Multipurpose Internet Mail Extensions (MIME) Part One: Format of Internet Message Bodies * 2046: Multipurpose Internet Mail Extensions (MIME) Part Two: Media Types * 2047: Multipurpose Internet Mail Extensions (MIME) Part Three: Message Header Extensions for Non-ASCII Text * 2048: Multipurpose Internet Mail Extensions (MIME) Part Four: Registration Procedures * 2049: Multipurpose Internet Mail Extensions (MIME) Part Five: Conformance Criteria and Examples * 2183: Communicating Presentation Information in Internet Messages: The Content-Disposition Header Field * 2184: MIME Parameter Value and Encoded Word Extensions: Character Sets, Languages, and Continuations * 2231: MIME Parameter Value and Encoded Word Extensions: Character Sets, Languages, and Continuations (Obsoletes rfc2184) * 3156: MIME Security with OpenPGP (Updates rfc2015)
2004-04-07DIST_SUBDIR should use PKGNAME_NOREV.tv1-2/+2
2004-04-06Update of mail/nail to 10.7.cjep2-6/+7
Changes since 10.6 (see the ChangeLog supplied with the source for more details): o Inclusion of POSIX documentation. o Bug fixes and changes including: - exit with the correct status when sendwait is set - fix Base64 decoding - fix handling of addresses with / in them - fix handling of autocc and autobcc variables - Obey POSIX standards for ~w - Handling escape sequences in quoted arguments in commands for compatibility with System V mailx and POSIX.
2004-04-06Quickly revert previous. I didn't see that libmilter had already beentv7-14/+9
changed in a CVS merge somewhere.
2004-04-06Make libmilter a build-time dependency only (it's a static library); bumptv7-9/+14
PKGREVISION of its dependencies.
2004-04-06metamail doesn't really need X11, so remove USE_X11; bump PKGREVISION.xtraeme1-3/+2
While here, fix previous entry (hi martin!).
2004-04-02depend on libsoup-devel instead of libsouprecht2-4/+4
2004-04-01Fix path, and move .endif statement to the correct place.xtraeme1-4/+3
2004-04-01Add and enable evolution-data-server.jmmv1-1/+2
2004-04-01Initial import of evolution-data-server, version 0.0.90:jmmv5-0/+717
Evolution Data Server is responsible for managing calendar and addressbook information within the GNOME desktop.
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