procmail
[Top] [All Lists]

Re: unknown users

2003-09-12 14:23:52
On Fri, Sep 12, 2003 at 05:10:01PM -0400, Homer Wilson Smith wrote:

    Is there a way to get sendmail 8.x to send all mail received
for unknown users to a pipe for special handling rather than
generating a simple bounce?

You can use the virtusertable catchall feature to send it to an alias,
that sends it to a pipe:

    virtusertable:
    @domain.tld    bounce_alias

    aliases:
    bounce_alias   |/path/to/script

But that's neither a procmail question nor answer. ;o)

Scott
-- 
Scott Wiersdorf
scott(_at_)perlcode(_dot_)org

_______________________________________________
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>