[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: exim and procmail?



On Wed, 17 Nov 1999 21:52:03 -0500 
David S Jackson <dsj@dsj.net> wrote:

> I have been getting an error procmail which has been bouncing my
> mails to debian-user.  Basically, the procmail log messages get
> echoed back to the debian list server.  I edited a line in
> /etc/exim.conf:

A more elegant way of running procmail under Exim as an LDA is to
install the following transport and director in /etc/exim.conf:

The director:

  procmail_pipe:
    driver = pipe
    command = "/usr/bin/procmail"
    user = ${local_part}
    delivery_date_add
    envelope_to_add
    return_path_add
    from_hack

The transport:

  procmail:
    driver = localuser
    require_files = ${local_part}:${home}/.procmailrc
    transport = procmail_pipe

-- 
J C Lawrence                              Internet: claw@kanga.nu
----------(*)                            Internet: coder@kanga.nu
...Honorary Member of Clan McFud -- Teamer's Avenging Monolith...


Reply to: