update email domain

This commit is contained in:
Rouven Seifert 2023-05-25 15:52:09 +02:00
parent 6e5f8f1247
commit f514c328f0
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
2 changed files with 3 additions and 3 deletions

View file

@ -45,11 +45,11 @@ in
userName = address;
passwordCommand = "${pkgs.coreutils}/bin/cat $XDG_RUNTIME_DIR/secrets/email/rfive";
imap = {
host = "mail.rfive.de";
host = "falkenstein.vpn.rfive.de";
port = 993;
};
smtp = {
host = "mail.rfive.de";
host = "falkenstein.vpn.rfive.de";
port = 587;
tls.useStartTls = true;
};