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:
parent
426a652ff3
commit
e0004ad268
@ -352,11 +352,9 @@ include("$STORAGE_ROOT/owncloud/config.php");
|
|||||||
'email' => '%EMAIL%',
|
'email' => '%EMAIL%',
|
||||||
'imapHost' => '$PRIMARY_HOSTNAME',
|
'imapHost' => '$PRIMARY_HOSTNAME',
|
||||||
'imapPort' => 993,
|
'imapPort' => 993,
|
||||||
'imapUser' => '%EMAIL%',
|
|
||||||
'imapSslMode' => 'ssl',
|
'imapSslMode' => 'ssl',
|
||||||
'smtpHost' => '$PRIMARY_HOSTNAME',
|
'smtpHost' => '$PRIMARY_HOSTNAME',
|
||||||
'smtpPort' => 587,
|
'smtpPort' => 587,
|
||||||
'smtpUser' => '%EMAIL%',
|
|
||||||
'smtpSslMode' => 'tls',
|
'smtpSslMode' => 'tls',
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user