2
Problem: I've set up a mail server using SASL authentication, and have given Mail.app (on Mac Os 10.4) the login information it needs to connect. I wrote a test message for it to deliver to my server: the Activity window shows that it tries to deliver the message, but then it simply stops, with no indication of error, except that the test message is left in the Outbox.
How can I find out what went wrong? Is there some log file I don't know about?
FWIW, the Connection Doctor is available in Tiger. It was also Window > Connection Doctor. It has no Detail button though. This is still a good first step. – Chris Johnsen – 2010-05-30T18:55:45.720
It says "Could not connect to this SMTP server" - which is information! Since I can connect by hand using
openssl s_client
, that tells me that Mail must be misconfigured. – Charles Stewart – 2010-05-31T10:28:32.500