Sieve redirect with over quota mailbox
Konrad Mauz
kmauz at fh-konstanz.de
Wed Nov 8 08:20:34 EST 2006
Hello everybody,
when a user has the following sieve script actived,
mails to the user are stored in his local mailbox
and forwarded to the external address.
redirect "myaddress at external.com";
keep;
If the user is over quota, the mail is not delivered
to his local mailbox ( OK ), but neither forwarded to
the external addressi ( NOT OK ?!? ). Is this a bug or a feature?
I can work around this problem by adding the external addresses
to the aliases files. I want to know if this is the correct way
to solve the problem.
Regards,
Konrad Mauz
my imapd.conf ( cyrus 2.3.7 )
####################
# Admins
admins: cyrus
###################
# Login
allowplaintext: 1
sasl_pwcheck_method: saslauthd
sasl_mech_list: login plain
##################
# Cyrus Features
duplicatesuppression: 1
expunge_mode: delayed
reject8bit: 0
munge8bit: 1
servername: mailsrv
singleinstancestore: 0
# Directories
configdirectory: /srv/cyrus/imap
partition-default: /srv/cyrus/spool1
defaultpartition: default
fulldirhash: 0
hashimapspool: 1
sievedir: /srv/cyrus/sieve
# case insensitiv user
# names
username_tolower: 1
lmtp_downcase_rcpt: 1
# DB Settings
mboxlist_db: skiplist
seenstate_db: skiplist
quota_db: skiplist
duplicate_db: skiplist
annotation_db: skiplist
ptscache_db: skiplist
subscription_db: flat
tlscache_db: skiplist
skiplist_unsafe: 1
# Quota Settings
quotawarn: 90
quotawarnkb: 5000
--
Konrad Mauz
Rechenzentrum
Hochschule Technik, Wirtschaft und Gestaltung
Braunegger-Strasse 55, D 78462 Konstanz
e-mail: kmauz at htwg-konstanz.de
Tel.: +49 7531 206-472
Fax.: +49 7531 206-153
More information about the Info-cyrus
mailing list