diff options
| -rw-r--r-- | Mailman/Defaults.py.in | 2 | ||||
| -rw-r--r-- | README.POSTFIX | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Mailman/Defaults.py.in b/Mailman/Defaults.py.in index e20ef3806..ee494fff2 100644 --- a/Mailman/Defaults.py.in +++ b/Mailman/Defaults.py.in @@ -561,7 +561,7 @@ VERP_CONFIRM_FORMAT = '%(addr)s+%(cookie)s' # VERP_CONFIRM_FORMAT. VERP_CONFIRM_REGEXP = r'^(?P<addr>[^+]+?)\+(?P<cookie>[^@]+)@.*$' -# Set this to true to enable VERP-like (more use friendly) confirmations +# Set this to true to enable VERP-like (more user friendly) confirmations VERP_CONFIRMATIONS = 0 diff --git a/README.POSTFIX b/README.POSTFIX index 4ca43e2c1..117fcab65 100644 --- a/README.POSTFIX +++ b/README.POSTFIX @@ -70,7 +70,7 @@ INTEGRATING POSTFIX AND MAILMAN % chown mailman.mailman data/aliases* - Hack your Postfix's main.cf file to include the following path - in your alias_map variable: + in your alias_maps variable: /usr/local/mailman/data/aliases |
