diff options
| author | bwarsaw | 2002-01-06 06:29:08 +0000 |
|---|---|---|
| committer | bwarsaw | 2002-01-06 06:29:08 +0000 |
| commit | 20c9929656237c7e23e2681d03f5c3947a6e2002 (patch) | |
| tree | bbc57723591d5d05a593d1cc412ab007fd5b4d50 | |
| parent | 14538218efdc8a7d8cb6c2e5caa1a259cf1c26e5 (diff) | |
| download | mailman-20c9929656237c7e23e2681d03f5c3947a6e2002.tar.gz mailman-20c9929656237c7e23e2681d03f5c3947a6e2002.tar.zst mailman-20c9929656237c7e23e2681d03f5c3947a6e2002.zip | |
| -rw-r--r-- | README.POSTFIX | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/README.POSTFIX b/README.POSTFIX index ae60917d8..b31db26da 100644 --- a/README.POSTFIX +++ b/README.POSTFIX @@ -1,5 +1,5 @@ Mailman - The GNU Mailing List Management System -Copyright (C) 2001 by the Free Software Foundation, Inc. +Copyright (C) 2001,2002 by the Free Software Foundation, Inc. 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA @@ -55,6 +55,14 @@ INTEGRATING POSTFIX AND MAILMAN Mailman to honor your virtual domains, read the section below first! + - Add this to Mailman's mm_cfg.py file: + + MTA = 'Postfix' + + The MTA variable names a module in Mailman/MTA which contains the + MTA-specific functions to be executed when a list is created or + removed. + - Run the genaliases script to initialize your aliases file. % cd /usr/local/mailman @@ -89,14 +97,6 @@ INTEGRATING POSTFIX AND MAILMAN mailman. If you don't use the --with-mail-gid switch, the wrapper will bounce messages, complaining of a gid mismatch. - - Add this to Mailman's mm_cfg.py file: - - MTA = 'Postfix' - - The MTA variable names a module in Mailman/MTA which contains the - MTA-specific functions to be executed when a list is created or - removed. - That's it! One caveat: when you add or remove a list, the aliases.db file will be modified by Mailman, but it will not automatically run "postfix reload". This is because you need to |
