Update to trixie
This commit is contained in:
parent
3686d35108
commit
fbfb04717a
48 changed files with 914 additions and 2216 deletions
6
mail_system/templates/dovecot/quota-warning.sh
Normal file
6
mail_system/templates/dovecot/quota-warning.sh
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
PERCENT=$1
|
||||
USER=$2
|
||||
cat << EOF | /usr/bin/mail -s "---- Quota warning ----" $USER
|
||||
Your mailbox is now $PERCENT% full.
|
||||
EOF
|
||||
Loading…
Add table
Add a link
Reference in a new issue