Customize the SOGo Integrator plugin for Thunderbird

This commit is contained in:
Michael Kuron
2017-06-16 10:30:40 +02:00
parent 03d4ea5a35
commit c739091a67
6 changed files with 163 additions and 0 deletions

View File

@@ -93,6 +93,9 @@ echo ' </dict>
chown sogo:sogo -R /var/lib/sogo/
chmod 600 /var/lib/sogo/GNUstep/Defaults/sogod.plist
# Regenerate the SOGo Integrator plugin
/thunderbird/build-plugins.sh $MAILCOW_HOSTNAME < <(mysql --host mysql -u ${DBUSER} -p${DBPASS} ${DBNAME} -e "SELECT domain FROM domain;" -B -N)
sleep 99999
done