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', );