This commit is contained in:
Andreas Knuth 2026-02-22 21:28:07 -06:00
parent 51405a3ec5
commit 552dd73f0a
2 changed files with 4 additions and 3 deletions

View File

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

View File

@ -1,6 +1,7 @@
<?php
$config['language'] = 'en_US';
$config['smtp_conn_options'] = array(
'ssl' => array(
'verify_peer' => false,