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;
|
cfg = config.services.roundcube;
|
||||||
domain = "webmail2.pvv.ntnu.no";
|
domain = "webmail2.pvv.ntnu.no";
|
||||||
# mailserver = config.mailserver.fqdn;
|
# mailserver = config.mailserver.fqdn;
|
||||||
mailserver = "pvv.ntnu.no";
|
mailserver = "smtp.pvv.ntnu.no";
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
services.roundcube = {
|
services.roundcube = {
|
||||||
|
@ -21,7 +21,7 @@ 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'] = "tls://${mailserver}";
|
$config['smtp_server'] = "${mailserver}";
|
||||||
$config['smtp_user'] = "%u";
|
$config['smtp_user'] = "%u";
|
||||||
$config['smtp_pass'] = "%p";
|
$config['smtp_pass'] = "%p";
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in New Issue