diff options
author | martti <martti@pkgsrc.org> | 2005-11-30 14:02:47 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2005-11-30 14:02:47 +0000 |
commit | 5c567da363151bae1409084a67442e048f38cca8 (patch) | |
tree | 8c6ed7ee20d6648b58ec38729e4e21de0c0f29de /mail/postfix-current/PLIST | |
parent | c820366a1330e33f6a0722397002df8194e1afd0 (diff) | |
download | pkgsrc-5c567da363151bae1409084a67442e048f38cca8.tar.gz |
Updated postfix to 2.3-20051128
- Configurable text for (non)delivery status notifications.
- Support for multiple ISP accounts, implemented with sender-dependent
relayhosts and with sender-dependent SASL passwords.
- Enhanced status codes per RFC 2034. This enables much improved
error reporting with mail client programs, possibly in the user's
own language.
- Complete support for (non)delivery status notifications (DSN)
per RFC 346[1-4]. This also enables improved error reporting.
Diffstat (limited to 'mail/postfix-current/PLIST')
-rw-r--r-- | mail/postfix-current/PLIST | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/postfix-current/PLIST b/mail/postfix-current/PLIST index de6c099412b..be1f3e9f426 100644 --- a/mail/postfix-current/PLIST +++ b/mail/postfix-current/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.8 2005/09/30 06:04:32 martti Exp $ +@comment $NetBSD: PLIST,v 1.9 2005/11/30 14:02:47 martti Exp $ bin/mailq bin/newaliases libexec/postfix/anvil @@ -43,6 +43,7 @@ man/man1/sendmail.1 man/man5/access.5 man/man5/aliases.5 man/man5/body_checks.5 +man/man5/bounce.5 man/man5/canonical.5 man/man5/cidr_table.5 man/man5/generic.5 @@ -148,6 +149,7 @@ share/examples/postfix/LICENSE share/examples/postfix/TLS_LICENSE share/examples/postfix/access share/examples/postfix/aliases +share/examples/postfix/bounce.cf.default share/examples/postfix/canonical share/examples/postfix/generic share/examples/postfix/header_checks |