sdfsd
This commit is contained in:
parent
51405a3ec5
commit
552dd73f0a
|
|
@ -137,8 +137,8 @@ services:
|
|||
# Roundcube verbindet intern über den Docker-Alias
|
||||
- ROUNDCUBEMAIL_DEFAULT_HOST=ssl://node1.email-srvr.com
|
||||
- ROUNDCUBEMAIL_DEFAULT_PORT=993
|
||||
- ROUNDCUBEMAIL_SMTP_SERVER=tls://mailserver
|
||||
- ROUNDCUBEMAIL_SMTP_PORT=587
|
||||
- ROUNDCUBEMAIL_SMTP_SERVER=ssl://mailserver
|
||||
- ROUNDCUBEMAIL_SMTP_PORT=465
|
||||
- ROUNDCUBEMAIL_PLUGINS=password,email_config
|
||||
ports:
|
||||
- "8888:80"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
|
||||
<?php
|
||||
|
||||
$config['language'] = 'en_US';
|
||||
|
||||
$config['smtp_conn_options'] = array(
|
||||
'ssl' => array(
|
||||
'verify_peer' => false,
|
||||
|
|
|
|||
Loading…
Reference in New Issue