You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Awesome. Thanks! One small thing. If postfix is not running, which it was not for me, then your shortcut sudo postfix stop && sudo postfix start
fails to run the second half. So two lines would be suggested here. sudo postfix stop sudo postfix start
Seems like a great guide, but I'm having problems with the TSL configuration and have been trying to for hours now. Anyone getting; TLS is required, but our TLS engine is unavailable
When using mailq after following above guide?
I run into postqueue: fatal: Queue report unavailable - mail system is down
after I run sudo postconf compatibility_level=2 and sudo postfix reloadsudo postfix start
Thanks for this - it was really helpful. Took a bit and eventually I got sendmail to work. For my ISP things didn't work until I added to /etc/postfix/main.cf - sendmail didn't want to connect using the resolved IPV6 addr.
net_protocols=ipv4
I also added this (not sure if this was needed -- the default value was loopback-only which looked suspicious).
I also have the problem TLS is required, but our TLS engine is unavailable, then modify sudo vim /etc/postfix/main.cf change smtp_tls_security_level=none,problem fix
Yes. Unfortunately it seems on Big Sur it's not possible to amend the permissions chown: /usr/libexec/postfix: Operation not permitted as the root is now readonly.
After this setup I get the following error:
-Queue ID- --Size-- ----Arrival Time---- -Sender/Recipient-------
0B3D68C4939 1669 Mon Nov 28 11:31:59 [email protected]
(Temporary lookup error) [email protected]
What setting have I done wrong?
simple and works, thx