diff options
author | lawrance <lawrance@FreeBSD.org> | 2005-08-02 04:01:25 +0000 |
---|---|---|
committer | lawrance <lawrance@FreeBSD.org> | 2005-08-02 04:01:25 +0000 |
commit | f9c48c9a587e10397b86a9fa036a2e66cddd4c62 (patch) | |
tree | 3e896981752e39d3449e7b4a8f9c49b838f069b3 /mail/postfix22 | |
parent | b8de398a679865063ea9d9ea1cc3cd440f0e8d1e (diff) | |
download | FreeBSD-ports-f9c48c9a587e10397b86a9fa036a2e66cddd4c62.zip FreeBSD-ports-f9c48c9a587e10397b86a9fa036a2e66cddd4c62.tar.gz |
Fix outdated information regarding sendmail rc.conf variables
PR: ports/84345
Submitted by: Vasil Dimov <vd@datamax.bg>
Approved by: Vivek Khera <vivek@khera.org> (maintainer)
Approved by: portmgr
Diffstat (limited to 'mail/postfix22')
-rw-r--r-- | mail/postfix22/pkg-message | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/mail/postfix22/pkg-message b/mail/postfix22/pkg-message index 627f09a..d9e910d 100644 --- a/mail/postfix22/pkg-message +++ b/mail/postfix22/pkg-message @@ -18,7 +18,10 @@ 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: -sendmail_enable="NONE" +sendmail_enable="NO" +sendmail_submit_enable="NO" +sendmail_outbound_enable="NO" +sendmail_msp_queue_enable="NO" Then make the following symbolic link: |