bekkalokk roundcube new mailserver url once more
Eval nix flake / evals (push) Successful in 2m37s
Details
Eval nix flake / evals (push) Successful in 2m37s
Details
This commit is contained in:
parent
a58cf91a85
commit
9b1033db5e
|
@ -5,7 +5,7 @@ let
|
|||
cfg = config.services.roundcube;
|
||||
domain = "webmail2.pvv.ntnu.no";
|
||||
# mailserver = config.mailserver.fqdn;
|
||||
mailserver = "pvv.ntnu.no";
|
||||
mailserver = "smtp.pvv.ntnu.no";
|
||||
in
|
||||
{
|
||||
services.roundcube = {
|
||||
|
@ -21,7 +21,7 @@ in
|
|||
extraConfig = ''
|
||||
# starttls needed for authentication, so the fqdn required to match
|
||||
# the certificate
|
||||
$config['smtp_server'] = "tls://${mailserver}";
|
||||
$config['smtp_server'] = "${mailserver}";
|
||||
$config['smtp_user'] = "%u";
|
||||
$config['smtp_pass'] = "%p";
|
||||
'';
|
||||
|
|
Loading…
Reference in New Issue