bekkalokk roundcube new smtp config test
Eval nix flake / evals (push) Successful in 2m41s
Details
Eval nix flake / evals (push) Successful in 2m41s
Details
This commit is contained in:
parent
9b1033db5e
commit
115d7ae98c
|
@ -21,9 +21,13 @@ in
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
# starttls needed for authentication, so the fqdn required to match
|
# starttls needed for authentication, so the fqdn required to match
|
||||||
# the certificate
|
# the certificate
|
||||||
$config['smtp_server'] = "${mailserver}";
|
$config['smtp_server'] = "tls://${mailserver}";
|
||||||
$config['smtp_user'] = "%u";
|
$config['smtp_port'] = 25;
|
||||||
|
$config['smtp_user'] = "%u@pvv.ntnu.no";
|
||||||
$config['smtp_pass'] = "%p";
|
$config['smtp_pass'] = "%p";
|
||||||
|
$config['support_url'] = "";
|
||||||
|
# $config['des_key'] = "changeme"; #should be from sops i guess
|
||||||
|
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue