[Dovecot] Add master user to userdb (to be used in SOGo)

[SOGo] Use sieve.creds to authenticate against Dovecot and send email reminders
This commit is contained in:
andryyy
2018-12-10 23:23:56 +01:00
parent 223e73e8f7
commit 5153623539
2 changed files with 4 additions and 1 deletions

View File

@@ -167,6 +167,9 @@ echo ' </dict>
chown sogo:sogo -R /var/lib/sogo/
chmod 600 /var/lib/sogo/GNUstep/Defaults/sogod.plist
# Add credentials to alarms
sed -i 's/\/usr\/sbin\/sogo-ealarms-notify/\/usr\/sbin\/sogo-ealarms-notify -p \/etc\/sogo\/sieve.creds/g' /etc/cron.d/sogo
# Prevent theme switching
sed -i \
-e 's/eaf5e9/E3F2FD/g' \