On Wed, 18 Sep 2002, Edward Dekkers wrote:

> How about outgoing though?
> 
> For example, all mail through sendmail user@localdomain currently gets
> masqueraded to user@internetdomain. Including the customer that works here.
> Is there a way I can say to sendmail:
> 
> if the outgoing mail comes from user x then
>   masquerade as customerinternetdomain
> else
>   masquerade as per usual (internetdomain)
> 
> I *THINK* from what I've read I need virtusertable. Is this right?

Close but wrong way for the MTA function ... virtusertable is
inbound -- genericstable is outbound.

        CONFIG: add FEATURE(genericstable) to do a more general rewriting of
                outgoing addresses.  Defaults to ``hash -o /etc/genericstable''.
                Keys are user names; values are outgoing mail addresses.  Yes,
                this does overlap with the user database, and figuring out
                just when to use which one may be tricky.  Based on code
                contributed by Richard (Pug) Bainter of U. Texas with updates
                from Per Hedeland of Ericsson.

-- Russ Herrold




-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to