bekkalokk roundcube fixed typo
Eval nix flake / evals (push) Successful in 2m54s Details

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

View File

@ -23,7 +23,7 @@ in
# the certificate # the certificate
$config['enable_installer'] = false; $config['enable_installer'] = false;
$config['default_host'] = "ssl://imap.pvv.ntnu.no"; $config['default_host'] = "ssl://imap.pvv.ntnu.no";
$config['default_port'] = 993"; $config['default_port'] = 993;
$config['smtp_server'] = "tls://smtp.pvv.ntnu.no"; $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";