diff options
author | Thomas Penteker <tek@serverop.de> | 2010-05-04 20:40:32 +0200 |
---|---|---|
committer | Thomas Penteker <tek@serverop.de> | 2010-05-04 20:40:32 +0200 |
commit | 3bee70f5337d3cb7cf01e0281dcc650a73a5e08d (patch) | |
tree | 8fcf4896b3fd6f7f298c26555f1cdb21665ccfdc | |
parent | c0776e95cbb08777048fe67c915f509cb012bcd4 (diff) | |
download | opt-3bee70f5337d3cb7cf01e0281dcc650a73a5e08d.tar.gz opt-3bee70f5337d3cb7cf01e0281dcc650a73a5e08d.tar.xz |
postfix: adjust documentation for the new (default) MTA exim
-rw-r--r-- | postfix/README | 18 | ||||
-rwxr-xr-x | postfix/pre-install | 1 |
2 files changed, 9 insertions, 10 deletions
diff --git a/postfix/README b/postfix/README index 8f7be2565..d45332205 100644 --- a/postfix/README +++ b/postfix/README @@ -1,25 +1,25 @@ REQUIREMENTS - 1. Remove Sendmail. Postfix and Sendmail can NOT coexist. + 1. Remove exim. Postfix and exim can NOT coexist. 2. Group "postdrop" MUST exist and MUST be empty. PRE-INSTALL - pkgrm sendmail + pkgrm exim groupadd postdrop NOTICE: If upgrading from 1.x.x / 2.0 / 2.1 series: STOP postfix - before update. + before update. - AFTER upgrading from an older release DO NOT copy the old - master.cf/main.cf files over the new files. Instead, you MUST - let the Postfix installation procedure update the existing - configuration files with new service entries. + AFTER upgrading from an older release DO NOT copy the old + master.cf/main.cf files over the new files. Instead, you MUST + let the Postfix installation procedure update the existing + configuration files with new service entries. - Please consult postfix release notes on Postfix website for - further update details. + Please consult postfix release notes on Postfix website for + further update details. POST-INSTALL diff --git a/postfix/pre-install b/postfix/pre-install index fc358f69a..b804819be 100755 --- a/postfix/pre-install +++ b/postfix/pre-install @@ -1,4 +1,3 @@ #!/bin/sh -/usr/bin/pkgrm sendmail /usr/sbin/groupadd postdrop |