fix(vesuvio): set smtp host in roundcube config
This commit is contained in:
parent
ff71e7439e
commit
65472975c8
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ in
|
|||
|
||||
extraConfig = ''
|
||||
$config['imap_host'] = 'ssl://mx1.uku3lig.net:993';
|
||||
$config['smtp_host'] = 'ssl://mx1.uku3lig.net:465';
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue