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