email smtp2go&google relay 1

This commit is contained in:
Lennart J. Kurzweg (Nx2)
2026-05-04 03:30:01 +02:00
parent fd5e639b17
commit b32a79bdac
3 changed files with 15 additions and 6 deletions

View File

@@ -187,14 +187,17 @@
userName = "lennart@${hyper.domain}";
realName = "Lennart J. Kurzweg";
imap = {
port = 143;
host = "mail.${hyper.domain}";
tls.useStartTls = true;
port = 993;
host = "ssh.${hyper.domain}";
tls.enable = true;
};
smtp = {
port = 587;
host = "mail.${hyper.domain}";
tls.useStartTls = true;
port = 465;
host = "mail-eu.smtp2go.com";
tls.enable = true;
# port = 587;
# host = "mail.${hyper.domain}";
# tls.useStartTls = true;
};
signature = {
text = ''

View File

@@ -36,6 +36,12 @@
"nxace" = (nxace "nxace" );
"nxacel" = (nxace "nxacel") // { hostname = "10.0.1.1"; };
"nxrpli" = (nxace "nxrpil") // { hostname = "10.0.1.31"; port = 22; };
"nx2s-email-relay" = default // {
identityFile = "${hyper.home}/vault/ssh/nx2s-email-relay";
host = "35.243.218.208";
port = 22;
user = secrets.ssh.nx2s-email-relay-user;
};
};
};
services.ssh-agent = {