Probleme mit Outlook / Entourage und Postfix
-
- Administrator
- Posts: 2641
- Joined: 2004-01-21 17:44
Re: Probleme mit Outlook / Entourage und Postfix
Outlook (und damit vermutlich auch Entourage) haben seit jeher Schwierigkeiten mit STARTTLS. Ich biete für unverbesserliche Outlook-User deswegen immer noch SMTPS über Port 465 an. Damit scheint Outlook wenig bis keine Probleme zu haben.
“Some humans would do anything to see if it was possible to do it. If you put a large switch in some cave somewhere, with a sign on it saying 'End-of-the-World Switch. PLEASE DO NOT TOUCH', the paint wouldn't even have time to dry.” — Terry Pratchett, Thief of Time
-
- Posts: 150
- Joined: 2004-12-15 16:48
Re: Probleme mit Outlook / Entourage und Postfix
Code: Select all
smtp_sasl_security_options = noplaintext, noanonymous
smtp_sasl_tls_security_options = $smtp_sasl_security_options
-
- Project Manager
- Posts: 11183
- Joined: 2003-02-27 01:00
- Location: Hamburg
Re: Probleme mit Outlook / Entourage und Postfix
Die Drei sollten zumindest für Outlook reichen: plain login ntlm
anonymous würde ich ganz fix wieder streichen ;)
anonymous würde ich ganz fix wieder streichen ;)
PayPal.Me/JoeUser ● FreeBSD Remote Installation
Wings for Life ● Wings for Life World Run
„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
Wings for Life ● Wings for Life World Run
„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.