diff options
author | martti <martti@pkgsrc.org> | 2002-06-06 13:48:32 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2002-06-06 13:48:32 +0000 |
commit | 3c131edb265f5a3d7ebf414abddb9f6f5b6a4e45 (patch) | |
tree | 34c735f93838fd1d9a97682af4f237cf31ec1c81 /mail/postfix/Makefile | |
parent | 4d81e95b7590642524cca60d4e1636b038f02718 (diff) | |
download | pkgsrc-3c131edb265f5a3d7ebf414abddb9f6f5b6a4e45.tar.gz |
Updated postfix to 1.1.11
* Cleanup: Mailbox-Line: message header labels should be X-Mailbox-Line: labels
* The SMTP server now disallows RCPT TO:<"">, just like it disallows RCPT TO:<>
* Replace domain.name by domain.tld in the example config files
* The Postfix sendmail command did not export the MAIL_CONFIG environment
setting to the postdrop command
Diffstat (limited to 'mail/postfix/Makefile')
-rw-r--r-- | mail/postfix/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile index ccfdee09f26..618830e94f1 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.63 2002/05/15 07:09:23 martti Exp $ +# $NetBSD: Makefile,v 1.64 2002/06/06 13:48:32 martti Exp $ -DISTNAME= postfix-1.1.10 +DISTNAME= postfix-1.1.11 CATEGORIES= mail MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ |