From: Jean-Marc Pigeon (Delson) Date: Thu, 10 Jul 2025 11:54:25 +0000 (-0400) Subject: Adjuted dovecot addconfig shell script X-Git-Tag: tag-0.13~1 X-Git-Url: https://jmp-git.ovh.safe.ca/?a=commitdiff_plain;h=db9d96b946053f05ac68515098dd2e18fb1b572b;p=jmp%2Fmailleur Adjuted dovecot addconfig shell script --- diff --git a/support/addconfig.sh b/support/addconfig.sh index ec337c0..ab6a7b0 100755 --- a/support/addconfig.sh +++ b/support/addconfig.sh @@ -61,5 +61,5 @@ case "$DB_TYPE" in echo "user_query=SELECT 'mailleur' AS uid,'mail' AS gid,'$SPOOLDIR/%d/%n' AS home,'maildir:~' AS mail,concat('*:storage=',mxspace,'M') AS quota_rule from emails WHERE email='%u'" ;; esac -) >> /etc/$APPNAME/dovecot/dovecot-digest-plain-sql.conf 2>&1 +) >> /etc/$APPNAME/dovecot/dovecot-plain-sql.conf 2>&1