bekkalokk roundcube new mailserver url once more
Eval nix flake / evals (push) Successful in 2m37s Details

This commit is contained in:
= 2023-10-29 02:46:02 +02:00
parent a58cf91a85
commit 9b1033db5e
Signed by: adriangl
GPG Key ID: D33368A59745C2F0
1 changed files with 2 additions and 2 deletions

View File

@ -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";
'';