From e0004ad268b10fc9e6be584c54568dc1af25dd2f Mon Sep 17 00:00:00 2001 From: Pascal Garber Date: Wed, 22 Aug 2018 20:23:20 +0200 Subject: [PATCH] Pattern not working in username --- setup/owncloud.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/setup/owncloud.sh b/setup/owncloud.sh index 043e536a..992ea991 100755 --- a/setup/owncloud.sh +++ b/setup/owncloud.sh @@ -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', );