email smtp2go&google relay 1
This commit is contained in:
@@ -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 = ''
|
||||
|
||||
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user