Hi all,
my exim 4.63 runs with quotas. the filesystem is ext3 with userquotas on and
exim looks in a dbm-file. till now, everything was fine.
last week I increased the size for one heavy user and exim reported:
"T=local_delivery defer (-1): quota value 2202009600 is too large (overflow) in
local_delivery transport"
hm?! playing with the manual brought me to the following exim.conf entry, but
still no solution:
local_delivery:
driver = appendfile
# file = /var/mail/$local_part
# file = /home/${local_part}/Maildir
maildir_format = true
directory = /home/${local_part}/Maildir\
${if eq{$local_part_suffix}{}{}\
{/.${substr_1:$local_part_suffix}}}
maildirfolder_create_regex = /\.[^/]+$
check_owner = true
maildir_tag = ,S=$message_size
#================= user-quotas
====================================================
quota = ${lookup{$local_part}dbm{/etc/exim/userquota.db}{$value}}
# quota_is_inclusive = true
quota_is_inclusive = false
#-----added----------------------------------------------------------------------------
quota_size_regex = ,S(\d+)
maildir_use_size_file = true
maildir_quota_directory_regex = ^(?:cur|new|\.(?!Trash).*)$
#---------------------------------------------------------------------------------
quota_warn_threshold = 85%
quota_warn_message = \
.....
Further, I noticed that not in all user-dirs (/home/$localpart/Maildir) the
file `maildirsize` exists/has been created!?!
Any ideas? Can anyone help me?
THX in advance
Marc
__________________________________________________
Do You Yahoo!?
Sie sind Spam leid? Yahoo! Mail verfügt über einen herausragenden Schutz gegen
Massenmails.
http://mail.yahoo.com
--
## List details at http://lists.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/