openbsd-ports/mail/postfix/snapshot/patches/patch-master.cf

40 lines
1.4 KiB
CFEngine3
Raw Normal View History

--- conf/master.cf.orig Tue Jan 8 16:08:32 2002
+++ conf/master.cf Tue Jan 8 16:18:38 2002
@@ -68,22 +68,22 @@
1999-06-13 12:15:57 -04:00
# service type private unpriv chroot wakeup maxproc command + args
# (yes) (yes) (yes) (never) (50)
# ==========================================================================
-smtp inet n - n - - smtpd
-#628 inet n - n - - qmqpd
-pickup fifo n - n 60 1 pickup
-cleanup unix n - n - 0 cleanup
1999-06-13 12:15:57 -04:00
-qmgr fifo n - n 300 1 qmgr
-#qmgr fifo n - n 300 1 nqmgr
1999-06-13 12:15:57 -04:00
-rewrite unix - - n - - trivial-rewrite
-bounce unix - - n - 0 bounce
-defer unix - - n - 0 bounce
-flush unix n - n 1000? 0 flush
1999-06-13 12:15:57 -04:00
-smtp unix - - n - - smtp
-showq unix n - n - - showq
-error unix - - n - - error
+smtp inet n - - - - smtpd
2001-08-09 03:37:37 -04:00
+#628 inet n - - - - qmqpd
+pickup fifo n - - 60 1 pickup
+cleanup unix n - - - 0 cleanup
1999-06-13 12:15:57 -04:00
+qmgr fifo n - - 300 1 qmgr
+#qmgr fifo n - - 300 1 nqmgr
1999-06-13 12:15:57 -04:00
+rewrite unix - - - - - trivial-rewrite
+bounce unix - - - - 0 bounce
+defer unix - - - - 0 bounce
+flush unix n - - 1000? 0 flush
1999-06-13 12:15:57 -04:00
+smtp unix - - - - - smtp
+showq unix n - - - - showq
+error unix - - - - - error
local unix - n n - - local
update to postfix snapshot-20010130. Incompatible changes with snapshot-20010128 =========================================== REJECT in header/body_checks is now flagged as policy violation rather than bounce, for consistency in postmaster notifications. The mailbox size limit for local delivery is no longer controlled by the message_size_limit paramater, but by a separate parameter called mailbox_size_limit (default: 20MBytes). The default RBL (real-time blackhole lists) domain examples have been updated from *.vix.com to *.mail-abuse.org. Major changes with snapshot-20010128 ==================================== Updated nqmgr (experimental queue manager with clever queueing strategy) by Patrik Rak. This code is still new. Once it stops changing (for a long time!) it will become part of the non-beta release. Virtual mailbox delivery agent by Andrew McNamara. This delivery agent can deliver mail for any number of domains. See the file VIRTUAL_README for detailed examples. This code is still new. Once it stops changing it will become part of the non-beta release. Many "valid_hostname" warnings were eliminated. The complaints that were not eliminated were replaced by something more informative. SASL support (RFC 2554) for the LMTP delivery agent. This is required by recent Cyrus implementations when delivering mail over TCP sockets. The LMTP_README file has been updated but still contains some obsolete information. Workarounds for non-standard RFC 2554 (AUTH command) implementations. Specify "broken_sasl_auth_clients = yes" to enable SMTP server support for old Microsoft client applications. The Postfix SMTP client supports non-standard RFC 2554 servers by default.
2001-02-01 02:28:12 -05:00
virtual unix - n n - - virtual
-lmtp unix - - n - - lmtp
+lmtp unix - - - - - lmtp
2001-08-09 03:37:37 -04:00
#
# Interfaces to non-Postfix software. Be sure to examine the manual
# pages of the non-Postfix software to find out what options it wants.