mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-10 15:12:01 -03:30
nc-nextcloud: preconfigure postfix
This commit is contained in:
parent
681dc69dc7
commit
c0cb88088c
@ -42,7 +42,11 @@ install()
|
||||
# Optional packets for Nextcloud and Apps
|
||||
apt-get update
|
||||
$APTINSTALL -o "Dpkg::Options::=--force-confold" php-smbclient
|
||||
$APTINSTALL postfix lbzip2 iputils-ping || true
|
||||
|
||||
debconf-set-selections <<< "postfix postfix/mailname string nextcloudpi"
|
||||
debconf-set-selections <<< "postfix postfix/main_mailer_type string 'No configuration'"
|
||||
|
||||
$APTINSTALL postfix lbzip2 iputils-ping
|
||||
|
||||
# REDIS
|
||||
$APTINSTALL redis-server php7.0-redis
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user