Hi, > The quota warning email is send via Dovecot LDA (https://wiki.dovecot.org/LDA) > > This is the command in the shell script: > > /usr/lib/dovecot/dovecot-lda -f nore...@beckspaced.com -d $USER -o > "plugin/quota=dict:User quota::noenforcing:proxy::quota"
as you said the dovecot quota warning calls a shell script where the user is informed via dovecot-lda. This is necessary to ignore the quota or else the warning mail could not be delivered. If you want a copy of that mail, just edit the quota warning script and send another mail: echo "user $USER is over quota" | /usr/bin/mailx -s "OVERQUOTA $user" ad...@beckspaced.com Best regards Gerald