1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2025-04-21 03:02:09 +00:00

Pattern not working in username

This commit is contained in:
Pascal Garber 2018-08-22 20:23:20 +02:00 committed by GitHub
parent 426a652ff3
commit e0004ad268
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -352,11 +352,9 @@ include("$STORAGE_ROOT/owncloud/config.php");
'email' => '%EMAIL%',
'imapHost' => '$PRIMARY_HOSTNAME',
'imapPort' => 993,
'imapUser' => '%EMAIL%',
'imapSslMode' => 'ssl',
'smtpHost' => '$PRIMARY_HOSTNAME',
'smtpPort' => 587,
'smtpUser' => '%EMAIL%',
'smtpSslMode' => 'tls',
);