Hello

> Hi All,
>
> I have a specific user on my unix box whos return address i want to
change.
> How do i do this under sendmail. For example, if i have a user john
defined
> on my unix box, and my domain is durban.co.za. When the mail is sent it
> sends out the return address as [EMAIL PROTECTED] But I want the return
> address to be [EMAIL PROTECTED] I only want to do this for the one
user
> only. Is this at all possible under sendmail. I did try adding the
following

I've done the same thing today:)

Use /etc/genericstable in this way:

john jupiter

Do 'makemap hash /etc/genericstable < /etc/genericstable'  ( if you use hash
type of db)
Of course you must have sendmail configured with FEATURE(genericstable)
 ( Or , uncomment in sendmail.conf
#Kgenerics hash /etc/genericstable

and the section
#handle generics database
...
..
..   )

killall -HUP sendmail

That's all.

Regards

-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]

Reply via email to