postfix: adjust documentation for the new (default) MTA exim

This commit is contained in:
Thomas Penteker 2010-05-04 20:40:32 +02:00
parent c0776e95cb
commit 3bee70f533
2 changed files with 9 additions and 10 deletions

View File

@ -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

View File

@ -1,4 +1,3 @@
#!/bin/sh
/usr/bin/pkgrm sendmail
/usr/sbin/groupadd postdrop