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

Binary file not shown.

View File

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

View File

@@ -36,6 +36,12 @@
"nxace" = (nxace "nxace" ); "nxace" = (nxace "nxace" );
"nxacel" = (nxace "nxacel") // { hostname = "10.0.1.1"; }; "nxacel" = (nxace "nxacel") // { hostname = "10.0.1.1"; };
"nxrpli" = (nxace "nxrpil") // { hostname = "10.0.1.31"; port = 22; }; "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 = { services.ssh-agent = {