On Mon, Dec 13, 2004 at 04:27:24AM +0200, Nerijus Baliunas wrote:
On Fri, 10 Dec 2004 19:18:29 -0500 Sam Varshavchik <mrs...@courier-mta.com>
wrote:
ANY file, including mailboxes.
But I use maildirs. Could it be a problem if maildir size exceeds 50 MB?
It will be a problem if a single message exceeds 50MB.
databytes in qmail is 25000000, but I checked, there is not even a single
message greater than 10MB in all vpopmail domain. And I get this signal
for almost every message which is being delivered locally. Then I checked
everything for files larger than 40 MB and found it - /var/spool/mail/vpopmail
is 2 GB (so it seems maildrop can handle files larger than 50 MB, but not
larger than 2 GB?).
Actually I thought about checking /var/spool/mail, but then I was not at the
PC and forgot later, sorry. So the problem is solved.
As I want to archive messages only coming from some users, what is a syntax
to delete all other not matching messages? /etc/maildroprc contains lines like:
if (/^From:.*use...@domain.com/)
to /home/vpopmail/domains/domain.com/backup/Maildir/.user1.Sent
Put an 'exit' as the last line of your filter to avoid maildrop trying
default delivery.