Whitehill
Registered
When I set up my mail server a couple of months ago, I checked the box Relay outgoing mail through host: and entered the FQDN of my external server. This did not work because the server demands authentication. So I made some manual changes to /etc/postfix/main.cf:
and the hash contains the single entry:
This all worked fine through 3/1. Yesterday 3/2 it stopped working. I didn't change anything and tech support at my service swears they haven't changed anything.
On one of my machines I reconfigured Mail to use the external server directly, bypassing my local server. It worked!!
So, what now? How can I see the low-level SMTP exchange for a simple message? Any other suggestions? Thanks.
relayhost = mail.xxxxxx.net
smtp_sasl_auth_enable=yes
smtp_sasl_password_maps=hash:/etc/postfix/saslpass
smtp_sasl_security_options=
smtp_sasl_auth_enable=yes
smtp_sasl_password_maps=hash:/etc/postfix/saslpass
smtp_sasl_security_options=
and the hash contains the single entry:
mail.xxxxxxxx.net whitehill@xxxxxxxx.netassword
This all worked fine through 3/1. Yesterday 3/2 it stopped working. I didn't change anything and tech support at my service swears they haven't changed anything.
On one of my machines I reconfigured Mail to use the external server directly, bypassing my local server. It worked!!
So, what now? How can I see the low-level SMTP exchange for a simple message? Any other suggestions? Thanks.