ansible-mailserver-debian/mail_system/templates/dovecot/quota-warning.sh
2026-03-22 13:09:26 +01:00

6 lines
131 B
Bash

#!/bin/sh
PERCENT=$1
USER=$2
cat << EOF | /usr/bin/mail -s "---- Quota warning ----" $USER
Your mailbox is now $PERCENT% full.
EOF