Hi all, I use postfix to relay e-mail to a Google Account, which has been working flawlessly up until now. I'm running out of options here. After upgrading to MacOS High Sierra, postfix simply won't start:
sh-3.2# postfix -v start postfix: name_mask: ipv4 postfix: inet_addr_local: configured 2 IPv4 addresses 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=2" and "postfix reload" postfix/postfix-script: starting the Postfix mail system postfix/postfix-script: fatal: mail system startup failed All I get in /var/log/mai.log aside from this is "fatal: daemon initialization failure". (1) I can't figure out where postfix might be dumping more information; (2) I didn't change anything in my main.cf other than commenting out "mydomain_fallback = localhost" which was apparently deprecated. Other than that my postconf -n output looks like this: biff = no command_directory = /usr/sbin daemon_directory = /usr/libexec/postfix data_directory = /var/lib/postfix debug_peer_level = 2 debugger_command = PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin ddd $daemon_directory/$process_name $process_id & sleep 5 html_directory = /usr/share/doc/postfix/html inet_protocols = ipv4 mail_owner = _postfix mailbox_size_limit = 0 mailq_path = /usr/bin/mailq manpage_directory = /usr/share/man message_size_limit = 10485760 mynetworks = 127.0.0.0/8, [::1]/128 newaliases_path = /usr/bin/newaliases queue_directory = /private/var/spool/postfix readme_directory = /usr/share/doc/postfix recipient_delimiter = + relayhost = smtp.gmail.com:587 sample_directory = /usr/share/doc/postfix/examples sendmail_path = /usr/sbin/sendmail setgid_group = _postdrop smtp_sasl_auth_enable = yes smtp_sasl_mechanism_filter = login smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd smtp_sasl_security_options = noanonymous smtp_tls_security_level = encrypt smtp_use_tls = yes smtpd_client_restrictions = permit_mynetworks permit_sasl_authenticated permit smtpd_tls_ciphers = medium tls_random_source = dev:/dev/urandom unknown_local_recipient_reject_code = 550 Any help would be appreciated. -- Sergio -- Sent from: http://postfix.1071664.n5.nabble.com/Postfix-Users-f2.html