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 = ''
|
||||
# starttls needed for authentication, so the fqdn required to match
|
||||
# the certificate
|
||||
$config['smtp_server'] = "${mailserver}";
|
||||
$config['smtp_user'] = "%u";
|
||||
$config['smtp_server'] = "tls://${mailserver}";
|
||||
$config['smtp_port'] = 25;
|
||||
$config['smtp_user'] = "%u@pvv.ntnu.no";
|
||||
$config['smtp_pass'] = "%p";
|
||||
$config['support_url'] = "";
|
||||
# $config['des_key'] = "changeme"; #should be from sops i guess
|
||||
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue