[gentoo-user] Maildrop problem :(

2003-03-13 Thread Helder Miguel Rodrigues
Hello, I have implemented the same mail system that is described in the Gentoo Virtual Mailhosting System Guide tuturial. And its working! 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. S

Re: [gentoo-user] Maildrop problem :(

2003-03-14 Thread Nate B. Childers
Add a trailing slash to that folder and you'll get the results you expect! { to "Maildir/.test/" } ... I do this almost everytime I add to my .mailfilter file! good luck! * Helder Miguel Rodrigues <[EMAIL PROTECTED]> [030313 20:14]: > Hello, I have implemented the same mail syste

Re: [gentoo-user] Maildrop problem :(

2003-03-15 Thread Helder Miguel Rodrigues
xpto cur # cat 1047722943.770_260680.xpto.frew.org:2, | maildrop -V9 -d [EMAIL PROTECTED] (..) Matched 18 characters. .mailfilter(4): Search of ^To: [EMAIL PROTECTED] = 1 .mailfilter(4): IF evaluated, result=1 maildrop: Delivering to Maildir/.teste/ maildrop: Unable to create a dot-lock. N

Re: [gentoo-user] Maildrop problem :(

2003-03-15 Thread Nate B. Childers
I take it that the directory "Maildir/.teste/" exists? Before, you referenced the directory "Maildir/.test/". > xpto cur # cat 1047722943.770_260680.xpto.frew.org:2, | maildrop -V9 -d > Matched 18 characters. > .mailfilter(4): Search of ^To: [EMAIL PROTECTED] > .mailfilter(4): IF evaluated, resul

Re: [gentoo-user] Maildrop problem :(

2003-03-15 Thread Helder Miguel Rodrigues
# pwd /home/vmail/frew.org/crash/.maildir # ls -al .teste/ total 20K drwx--    5 vmail    vmail    4.0K Mar 16 04:12 ./ drwxrwx---   10 vmail    vmail    4.0K Mar 16 04:12 ../ drwx--    2 vmail    vmail    4.0K Mar 16 04:12 cur/ -rwx--    1 vmail    vmail   0 Mar

Re: [gentoo-user] Maildrop problem :(

2003-03-17 Thread Nate B. Childers
Your debug output below reads "Delivering to Maildir/.teste/" ... but your directory structure looks like it should read "Delivering to .maildir/.teste" ... right? so, I think your .maildrop should read *Code* { to ".maildir/.teste" } We'll get to the bottom of this! * Helder Miguel Rodri