Hello, I have implemented the same mail system that is described in the Gentoo Virtual Mailhosting System Guide tuturial. And its working! icon_smile.gif

Now, I want to filter the mail messages in the server side with procmail or maildrop.

I tested procmail, but i think procmail doesn´t support mysql.
So I tried maildrop, and it supports mysql. Maildrop delivers mail suceffuly in my users, but when i make a rule to filter the mail he gives me an error!

my .mailfilter file:

Code:

if ( /^To: [EMAIL PROTECTED]/ )
{
    to "Maildir/.test"
}


the error:
Code:

cat 1047581881.770_260098.xpto.frew.org:2,S | maildrop -d [EMAIL PROTECTED]
maildrop: Unable to create a dot-lock.


Can anyone give me any tips?

Thank you!

<<inline: icon_smile.gif>>

Reply via email to