bekkalokk/well-known: advertise TLS SMTP in autoconfig/mail #157

Merged
oysteikt merged 1 commits from bekkalokk-wellknown-autoconfig-use-tls into main 2026-07-25 23:24:58 +02:00
@@ -16,8 +16,8 @@
<outgoingServer type="smtp">
<hostname>smtp.pvv.ntnu.no</hostname>
<port>587</port>
<socketType>STARTTLS</socketType>
<port>465</port>
<socketType>SSL</socketType>
<username>%EMAILLOCALPART%</username>
<authentication>password-cleartext</authentication>
<useGlobalPreferredServer>true</useGlobalPreferredServer>