bekkalokk roundcube added imap
Eval nix flake / evals (push) Successful in 2m50s
Details
Eval nix flake / evals (push) Successful in 2m50s
Details
This commit is contained in:
parent
115d7ae98c
commit
457d548a4f
|
@ -21,7 +21,10 @@ 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['enable_installer'] = false;
|
||||||
|
$config['default_host'] = "ssl://imap.pvv.ntnu.no";
|
||||||
|
$config['default_port'] = 993";
|
||||||
|
$config['smtp_server'] = "tls://smtp.pvv.ntnu.no";
|
||||||
$config['smtp_port'] = 25;
|
$config['smtp_port'] = 25;
|
||||||
$config['smtp_user'] = "%u@pvv.ntnu.no";
|
$config['smtp_user'] = "%u@pvv.ntnu.no";
|
||||||
$config['smtp_pass'] = "%p";
|
$config['smtp_pass'] = "%p";
|
||||||
|
|
Loading…
Reference in New Issue