search for: teamgenesys

Displaying 1 result from an estimated 1 matches for "teamgenesys".

2010 Oct 27
1
Help with implementing quota warning
...acl imap_quota" } protocol pop3 { mail_plugins = " acl quota" } Here is quota-warning.sh content #!/bin/sh PERCENT=$1 USER=$2 cat << EOF | /usr/local/dovecot/libexec/dovecot/dovecot-lda -d $USER -o "plugin/quota=maildir:User quota:noenforcing" From: postmaster at teamgenesys.net Subject: quota warning Your mailbox is now $PERCENT% full. Please delete unnecessary mail or request more space. This is an automated message, please do not respond. EOF All the users are virtual users and running under vmail id. I am getting the following error in log file when user rea...