On Tue, Jan 13, 2009 at 7:49 PM, Victor Duchovni <victor.ducho...@morganstanley.com> wrote: > On Tue, Jan 13, 2009 at 06:35:24PM -0800, Neil wrote: > >> I followed Noel's suggestion (top part of master.cf below), but I >> still can't get it to work. > > I read the above, but I still can't see any information there. I think > the word's "can't", "it" and "work" need to each be replaced by a few > paragraphs explaining clearly to non-psychics what you tried to do, > what you expected to happen, and what actually happened. > > -- > Viktor. > > Disclaimer: off-list followups get on-list replies or get ignored. > Please do not ignore the "Reply-To" header. > > To unsubscribe from the postfix-users list, visit > http://www.postfix.org/lists.html or click the link below: > <mailto:majord...@postfix.org?body=unsubscribe%20postfix-users> > > If my response solves your problem, the best way to thank me is to not > send an "it worked, thanks" follow-up. If you must respond, please put > "It worked, thanks" in the "Subject" so I can delete these quickly. >
I'm going to spare you a re-hashing of the problem (unless you really want it); the short of it was I was still having the SSL troubles from my original post. After following Noel's why-didn't-I-see-that advice, the continued error turned out to be that Mail.app was just being too smart for it's own good. Seeing as it gives me the same damned error no matter the problem wasn't very helpful of it either. Switching over to Tb for the bulk of my testing (it actually shows the server's response!) helped me come to the conclusion that Mail.app's I'll-find-the-best-port-for-you! feature wasn't too good at finding the best port... Specifically: Mail.app only does SSL, not TLS. It would test port 567 for connectivity, but not SSL-ability, for some reason, during connection tests; and then would decide that, since it was open and displaying a banner, 567 was the right port to use. Then, when it tried to send a mail, with SSL enabled, it would fail because, as you explained, you can't have SSL and STARTTLS on the same port (and 567 was configured with STARTTLS, as per Postfix's pseudo-defaults). Long story short, telling Mail.app to shove it and do it my way (use port 465 all the time) did the trick. I'm not really sure where in the auto-configuration process it got stuck on trying 567 first (I believe there might be circumstances where it will do the right thing sometime, because it seemed to last time I configured it), but frankly, I don't really care at this point. It'd be nice if they added TLS support to Mail.app though. And were a little more thorough in their connection tests. Anyways, thanks for the help, guys.