[Bug 245042] mail/postfix - pkg post install instructions
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Mar 25 03:13:49 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245042
Bug ID: 245042
Summary: mail/postfix - pkg post install instructions
Product: Ports & Packages
Version: Latest
Hardware: amd64
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: ohauer at FreeBSD.org
Reporter: mb180615 at pjb.cc
Flags: maintainer-feedback?(ohauer at FreeBSD.org)
Assignee: ohauer at FreeBSD.org
I recently did two new fresh installs of 12.1-RELEASE and then pkg installed
postfix 3.4.9,1 on each of them.
At the end of the pkg installs the following message displays:
To use postfix instead of sendmail:
- clear sendmail queue and stop the sendmail daemons
Run the following commands to enable postfix during startup:
- sysrc postfix_enable="YES"
- sysrc sendmail_enable="NONE"
If postfix is *not* already activated in /usr/local/etc/mail/mailer.conf
- mv /usr/local/etc/mail/mailer.conf /usr/local/etc/mail/mailer.conf.old
- install -m 0644 /usr/local/share/postfix/mailer.conf.postfix
/usr/local/etc/mail/mailer.conf
No problem with the first two paragraphs but the directory /usr/local/etc/mail
does not exist, either before or after the pkg install.
Should that last paragraph read:
If postfix is *not* already activated in /etc/mail/mailer.conf
- mv /etc/mail/mailer.conf /etc/mail/mailer.conf.old
- install -m 0644 /usr/local/share/postfix/mailer.conf.postfix
/etc/mail/mailer.conf
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list