Displaying 1 result from an estimated 1 matches for "99cb7c7f".
2008 Oct 16
2
quota-warning.sh mail from
Hello all
How Dovecot 1.1.3 quota script understand to who send a mail?
In try to do this:
In conf:
quota_warning = storage=80%% /usr/local/bin/quota-warning.sh 80 %u@%d
In logs:
IQuota warning: bytes=168611020 (80%) messages=0 (0%)
command=/usr/local/bin/quota-warning.sh 80 dump-capability@
*what is dump-capability@ ? OS related user?...*
#cat quota-warning.sh
#!/bin/sh
PERCENT=$1
TO=$2