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

Re: exim and procmail, and how to stop spammers?



On Thu, 2 Dec 1999 22:28:12 -0800 (PST) 
ferret  <ferret@phonewave.net> wrote:

> I'd like to make exim use procmail to deliver incoming messages by
> default, using the ~/.procmailrc file. 

Transport:

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

Director:

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

-- 
J C Lawrence                                 Home: claw@kanga.nu
----------(*)                              Other: coder@kanga.nu
--=| A man is as sane as he is dangerous to his environment |=--


Reply to: