On Fri, Jun 29, 2001 at 11:11:36PM -0400, Christopher W. Aiken wrote:
> 
> I have used fetchmail/procmail on Debian, SuSE, FreeBSD w/o
> any problems.  But I cant' seem to get procmail filtering
> to work with Mandrake.
> 
> My .forward file looks like this (same as other Linux versions):
> "|IFS=' '&&exec /usr/bin/procmail -ptoY -f-||exit 75 #cwa"
> 
> The fetchmail process  acts like the .forward and procmail
> don't even exist.  My procmail recipes are the same ones
> that I used on Debian, SuSE, and FreeBSD. All mail goes to
> my "INBOX" w/o being sorted.
> 
> Anyone have procmail working?  Any ideas why I can't get
> procmail working in MDK?
> 

You can enable procmail as mda in your .procmailrc. Here
is an example:
> poll <pop.yourisp.domain> with proto POP3 and options uidl
>     user 'user account' there with password 'xxxxxx' is <login> here warnings 3600
>  mda '/usr/bin/procmail -d %T'

If you use postfix, check if procmail support is enable in main.cf:
> mailbox_command = /usr/bin/procmail -a "$EXTENSION"

Laurent.
-- 
Laurent CREPET -- [EMAIL PROTECTED]
http://megrapet.free.fr/

Reply via email to