Date: Sat, 03 Aug 2019 09:33:10 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 239610] mail/sendmail: sendmail_enable="NO" only works in /etc/rc.conf Message-ID: <bug-239610-227@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D239610 Bug ID: 239610 Summary: mail/sendmail: sendmail_enable=3D"NO" only works in /etc/rc.conf Product: Base System Version: 12.0-RELEASE Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: conf Assignee: bugs@FreeBSD.org Reporter: freebsd-ports@charlieroot.de Hi, [helmut@BSDHelmut12 ~]$ sudo cat /etc/rc.conf.d/postfix # Added by Puppet postfix_enable=3D"YES" postfix_flags=3D"-c /usr/local/etc/postfix" sendmail_enable=3D"NO" sendmail_submit_enable=3D"NO" sendmail_outbound_enable=3D"NO" sendmail_msp_queue_enable=3D"NO" [helmut@BSDHelmut12 ~]$ When booting sendmail is started anyway: postfix: Postfix is running with backwards-compatible default settings postfix: See http://www.postfix.org/COMPATIBILITY_README.html for details postfix: To disable backwards compatibility use "postconf compatibility_level=3D2" and "postfix reload" postfix/postfix-script: starting the Postfix mail system Starting sendmail_submit. Starting sendmail_msp_queue. If I put sendmail_enable=3D"NO" in /etc/rc.conf or source /etc/rc.conf.d/po= stfix in /etc.rc.conf then sendmail is not starting: postfix: Postfix is running with backwards-compatible default settings postfix: See http://www.postfix.org/COMPATIBILITY_README.html for details postfix: To disable backwards compatibility use "postconf compatibility_level=3D2" and "postfix reload" postfix/postfix-script: starting the Postfix mail system [helmut@BSDHelmut12 ~]$ uname -a FreeBSD BSDHelmut12.charlieroot.de 12.0-RELEASE-p8 FreeBSD 12.0-RELEASE-p8 GENERIC amd64 [helmut@BSDHelmut12 ~]$ ps auxww | grep [s]endmail smmsp 877 0.0 0.7 16620 7020 - Is 11:28 0:00.00 sendmail: Queue runner@00:30:00 for /var/spool/clientmqueue (sendmail) [helmut@BSDHelmut12 ~]$ [helmut@BSDHelmut1164 ~]$ uname -a FreeBSD BSDHelmut1164.charlieroot.de 11.2-RELEASE-p12 FreeBSD 11.2-RELEASE-= p12 #0: Tue Jul 23 19:46:42 UTC 2019=20=20=20=20 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 [helmut@BSDHelmut1164 ~]$ ps auxww | grep [s]endmail root 764 0.0 0.7 10456 6684 - Ss 11:29 0:00.01 /usr/sbin/sendmail -L sm-mta -bd -q30m -ODaemonPortOptions=3DAddr=3Dlocalho= st smmsp 767 0.0 0.6 10456 6580 - Is 11:29 0:00.00 sendmail: Qu= eue runner@00:30:00 for /var/spool/clientmqueue (sendmail) [helmut@BSDHelmut1164 ~]$ --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-239610-227>