bekkalokk roundcube added imap
Eval nix flake / evals (push) Successful in 2m50s Details

This commit is contained in:
= 2023-10-29 02:08:55 +01:00
parent 115d7ae98c
commit 457d548a4f
Signed by: adriangl
GPG Key ID: D33368A59745C2F0
1 changed files with 4 additions and 1 deletions

View File

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