diff options
Diffstat (limited to 'gnu/dist/postfix/conf/sample-misc.cf')
| -rw-r--r-- | gnu/dist/postfix/conf/sample-misc.cf | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/gnu/dist/postfix/conf/sample-misc.cf b/gnu/dist/postfix/conf/sample-misc.cf index b08ca3e2aed..4cb550bed63 100644 --- a/gnu/dist/postfix/conf/sample-misc.cf +++ b/gnu/dist/postfix/conf/sample-misc.cf @@ -1,4 +1,4 @@ -# $NetBSD: sample-misc.cf,v 1.3 2003/03/08 19:43:58 perry Exp $ +# $NetBSD: sample-misc.cf,v 1.4 2004/03/27 16:31:19 heas Exp $ # # DO NOT EDIT THIS FILE. EDIT THE MAIN.CF FILE INSTEAD. THE STUFF # HERE JUST SERVES AS AN EXAMPLE. @@ -6,10 +6,20 @@ # This file contains example settings for miscellaneous Postfix # configuration parameters. +# The allow_min_user parameter specifies whether a recipient address +# can have a '-' as the first character. By default, this is not +# allowed, to avoid accidents with software that passes email addresses +# via the command line. +# +allow_min_user = no + # The always_bcc parameter specifies an optional address that # receives a copy of each message that enters the Postfix system, # not including bounces that are generated locally. # +# NOTE: if mail to the BCC address bounces it will be returned to +# the sender. +# always_bcc = # The daemon_timeout parameter specifies how much time a daemon may |
