stuff
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
let
|
||||
inherit (config.vacu.liam) shel_domains julie_domains domains relayhost;
|
||||
fqdn = config.networking.fqdn;
|
||||
dovecot_transport = "lmtp:unix:private/dovecot-lmtp";
|
||||
{ config, lib, pkgs, ... }: let
|
||||
inherit (config.vacu.liam) shel_domains julie_domains domains relayhost;
|
||||
debug = true;
|
||||
fqdn = config.networking.fqdn;
|
||||
dovecot_transport = "lmtp:unix:private/dovecot-lmtp";
|
||||
in {
|
||||
networking.firewall.allowedTCPPorts = [ 25 465 ];
|
||||
|
||||
@@ -86,9 +86,11 @@ in {
|
||||
"-o" "smtp_tls_security_level=secure"
|
||||
"-o" "smtp_sasl_password_maps=texthash:${config.sops.secrets.relay_creds.path}"
|
||||
"-o" "relayhost=${relayhost}"
|
||||
];
|
||||
] ++ (if debug then ["-v"] else []);
|
||||
};
|
||||
|
||||
masterConfig.qmgr = lib.mkIf debug { args = ["-v"]; };
|
||||
|
||||
submissionsOptions = {
|
||||
smtpd_tls_key_file = config.security.acme.certs."liam.dis8.net".directory + "/key.pem";
|
||||
smtpd_tls_cert_file = config.security.acme.certs."liam.dis8.net".directory + "/full.pem";
|
||||
|
Reference in New Issue
Block a user