Re: [Exim] Procmail

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Dan Egli
Fecha:  
A: Dave C.
Asunto: Re: [Exim] Procmail
Cool, but I have one quick question. Does that require a "everythign else"
rule? I.e. local_delivery is only called when there's no .procmailrc, so
what happens if there is a .procmailrc and a message does not match any of
the rules in the file?

----- Original Message -----
From: Dave C. <djc@???>
To: Dan Egli <eglidan@???>
Cc: <exim-users@???>
Sent: Monday, November 12, 2001 10:30 AM
Subject: Re: [Exim] Procmail


>
> TRANSPORT:
>
> procmail_pipe:
> driver = pipe
> command = "/usr/bin/procmail"
> from_hack
> user = "${local_part}"
> group = mail
>
>
> DIRECTORS:
>
> # Use procmail to deliver to users that have a .procmailrc file
> procmail:
> driver = localuser
> transport = procmail_pipe
> no_verify
> require_files = ${local_part}:+${home}/.procmailrc
>
> # Any other local users, deliver directly.
> no_procmail:
> driver = localuser
> transport = local_delivery
>
> On Mon, 12 Nov 2001, Dan Egli wrote:
>
> > Ok. The idea of a .forward with | /usr/bin/procmail was a bust. It

prevented
> > any delivery of mail.
> >
> > No errors in the log file, everything looks fine, but it would not

appear in
> > my box till I removed the .forward then my box was flodded with all the
> > email ssince I installed the .forward.
> >
> > So, I ask again. How do I configure exim to process a message with

procmail
> > before delivering it to the user so that the rules in .procmailrc will

be
> > obayed?
> > I'm sure it's a director config or somethign like that (perhaps a
> > transport?), but I'm not sure how.
> >
> > Thanks!
> >
> >
> >
> > --
> >
> > ## List details at http://www.exim.org/mailman/listinfo/exim-users Exim

details at http://www.exim.org/ ##
> >
> >
>
> --
>
>
>
> --
>
> ## List details at http://www.exim.org/mailman/listinfo/exim-users Exim

details at http://www.exim.org/ ##
>