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

This commit is contained in:
h7x4
2026-07-25 09:01:07 +09:00
parent 4f6c731d25
commit ab518714a5
@@ -16,8 +16,8 @@
<outgoingServer type="smtp"> <outgoingServer type="smtp">
<hostname>smtp.pvv.ntnu.no</hostname> <hostname>smtp.pvv.ntnu.no</hostname>
<port>587</port> <port>465</port>
<socketType>STARTTLS</socketType> <socketType>SSL</socketType>
<username>%EMAILLOCALPART%</username> <username>%EMAILLOCALPART%</username>
<authentication>password-cleartext</authentication> <authentication>password-cleartext</authentication>
<useGlobalPreferredServer>true</useGlobalPreferredServer> <useGlobalPreferredServer>true</useGlobalPreferredServer>