mirror of
https://github.com/Mailu/Mailu.git
synced 2024-12-14 10:53:30 +02:00
Point roundcube to the front container
This commit is contained in:
parent
3c44006ccb
commit
3dac7fc597
@ -17,10 +17,10 @@ $config['plugins'] = array(
|
||||
);
|
||||
|
||||
// Mail servers
|
||||
$config['default_host'] = 'tls://imap';
|
||||
$config['default_host'] = 'front';
|
||||
$config['default_port'] = 143;
|
||||
$config['smtp_server'] = 'tls://smtp';
|
||||
$config['smtp_port'] = 587;
|
||||
$config['smtp_server'] = 'front';
|
||||
$config['smtp_port'] = 25;
|
||||
$config['smtp_user'] = '%u';
|
||||
$config['smtp_pass'] = '%p';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user