From 2e3796c4f75bcf256b3623fce516b51e678e0fc0 Mon Sep 17 00:00:00 2001 From: Joshua Tauberer Date: Thu, 5 Nov 2015 11:20:16 +0000 Subject: [PATCH] set owncloud's email from address, fixes #586 --- setup/owncloud.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/setup/owncloud.sh b/setup/owncloud.sh index 1fd5f7e1..34f54160 100755 --- a/setup/owncloud.sh +++ b/setup/owncloud.sh @@ -173,6 +173,7 @@ include("$STORAGE_ROOT/owncloud/config.php"); \$CONFIG['memcache.local'] = '\\OC\\Memcache\\Memcached'; \$CONFIG['overwrite.cli.url'] = '/cloud'; +\$CONFIG['mail_from_address'] = 'administrator'; # just the local part, matches our master administrator address echo "