Im trying to change how email clients auto add my mail server settings. How would i change the default settings for my mail server to custom values that i set? Thunderbird and other mail clients retrieve the mail servers settings whether its SSL, TLS, Server name, so on. How would i make it so when someone uses my email server, it automatically uses SSL and sets the incoming an outgoing setting to my preference.
Asked
Active
Viewed 97 times
0
-
Off-topic, voting to move to ServerFault (since it's somewhat related to server configuration). – Bruno May 10 '12 at 19:52
1 Answers
0
What to do to make Thunderbird use automatic settings is described on this page:

Bruno
- 119,590
- 31
- 270
- 376
-
Thx this was mostly wat i was looking for. Didnt see anything about security tho, The mail server is correct but it still defaults to TLS id rather it use SSL. anyway to make it default to SSL? – Sarge888 May 11 '12 at 01:44
-
You're certainly talking about [implicit SSL/TLS v.s. explicit SSL/TLS (`STARTTLS`)](http://serverfault.com/a/368574/47187). I think the socketType element should be `SSL` for implicit SSL/TLS and `STARTTLS` for explicit. – Bruno May 11 '12 at 10:14