begin migration to VPN
This commit is contained in:
parent
ca01004c86
commit
4df84a3be0
2 changed files with 41 additions and 41 deletions
|
@ -77,14 +77,14 @@ in
|
|||
};
|
||||
|
||||
services = {
|
||||
postfix = {
|
||||
relayHost = "mailvps.nyanlout.re";
|
||||
relayPort = 587;
|
||||
config = {
|
||||
smtp_tls_cert_file = lib.mkForce "/var/lib/postfix/postfixrelay.crt";
|
||||
smtp_tls_key_file = lib.mkForce "/var/lib/postfix/postfixrelay.key";
|
||||
};
|
||||
};
|
||||
# postfix = {
|
||||
# relayHost = "mailvps.nyanlout.re";
|
||||
# relayPort = 587;
|
||||
# config = {
|
||||
# smtp_tls_cert_file = lib.mkForce "/var/lib/postfix/postfixrelay.crt";
|
||||
# smtp_tls_key_file = lib.mkForce "/var/lib/postfix/postfixrelay.key";
|
||||
# };
|
||||
# };
|
||||
|
||||
rspamd.workers.controller.extraConfig = ''
|
||||
secure_ip = ["0.0.0.0/0", "::"];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue