Make sure DO node only uses the fixed local_ip address when trying to send mails
This commit is contained in:
parent
215740fb7b
commit
ccb91b4feb
2 changed files with 8 additions and 0 deletions
|
@ -74,6 +74,7 @@
|
|||
cloud.mail = {
|
||||
enable = true;
|
||||
debug = true;
|
||||
local_ip = "178.128.135.11"; # resolved from mx1.nkagami.me
|
||||
tls.certFile = "${config.cloud.traefik.certsDumper.destination}/${config.cloud.mail.hostname}/certificate.crt";
|
||||
tls.keyFile = "${config.cloud.traefik.certsDumper.destination}/${config.cloud.mail.hostname}/privatekey.key";
|
||||
usersFile = config.sops.secrets.mail-users.path;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue