mirror of
https://git.pvv.ntnu.no/Drift/pvv-nixos-config.git
synced 2026-07-26 15:01:25 +02:00
bekkalokk/well-known: advertise TLS SMTP in autoconfig/mail
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user