procmail
[Top] [All Lists]

Re: Procmail LMTP Action

2004-04-15 08:09:27
At 23:02 2004-04-14 -0700, ms419(_at_)freezone(_dot_)co(_dot_)uk wrote:

All my mail is eventually delivered using LMTP - my nonstandard mail store is accessible only by LMTP. However, I would also like to use Procmail for filtering. I gather Procmail can be configured to listen to an LMTP socket

Sort of. I use procmail and xinetd together as an lmtp server. Here's my xinetd.conf:

service lmtp
{
        socket_type     = stream
        protocol        = tcp
        wait            = no
        user            = root
        server          = /usr/bin/procmail
        server_args     = -z
        id              = lmtp-procmail
        bind            = 172.18.5.24
}


--
Ian Prideaux
System Administrator
http://www.sift.co.uk/
Trap for Address Gathering Robots mailto:aceman(_at_)accountingweb(_dot_)com Do 
Not Use

_______________________________________________
procmail mailing list
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail

<Prev in Thread] Current Thread [Next in Thread>