diff options
author | sada <sada@FreeBSD.org> | 2003-01-19 15:25:46 +0800 |
---|---|---|
committer | sada <sada@FreeBSD.org> | 2003-01-19 15:25:46 +0800 |
commit | 39aa51c84d51cdca706dc20a2b31859f3f4a022e (patch) | |
tree | 44a5ac3c9fd224eda4db0e2403b84cbd0c3e6ed3 /mail/postfix24/pkg-message | |
parent | 558704cacbfb43d6c93a7c975ecd977636ba744a (diff) | |
download | freebsd-ports-gnome-39aa51c84d51cdca706dc20a2b31859f3f4a022e.tar.gz freebsd-ports-gnome-39aa51c84d51cdca706dc20a2b31859f3f4a022e.tar.zst freebsd-ports-gnome-39aa51c84d51cdca706dc20a2b31859f3f4a022e.zip |
upgrade to version 2.0.2
PR: ports/47110
Submitted by: maintainer
Diffstat (limited to 'mail/postfix24/pkg-message')
-rw-r--r-- | mail/postfix24/pkg-message | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/mail/postfix24/pkg-message b/mail/postfix24/pkg-message index a7ae2b17e2a6..88417961f3af 100644 --- a/mail/postfix24/pkg-message +++ b/mail/postfix24/pkg-message @@ -10,8 +10,19 @@ sendmail_msp_queue_enable="NO" This will disable Sendmail completely. +Alternatively to the above settings, you can enable postfix to start with +the other local services, for example, after your database server starts if +you need it to be running for postfix. To do this, set in your rc.conf file: -Also, you may wish to disable some Sendmail-specific daily maintenance +sendmail_enable="NONE" + +Then make the following symbolic link: + +cd /usr/local/etc/rc.d +ln -s /usr/local/sbin/postfix postfix.sh + + +Also, you will want to disable some Sendmail-specific daily maintenance routines in your /etc/periodic.conf file: daily_status_mail_rejects_enable="NO" @@ -23,3 +34,6 @@ If you are using SASL, you need to make sure that postfix has access to read the sasldb file. This is accomplished by adding postfix to group mail and making the /usr/local/etc/sasldb* file(s) readable by group mail (this should be the default for new installs). + +If you are upgrading from postfix version prior to 2.0, please see the README +files for recommended changes to your configuration. |