> The problem is that when a user is sending mail, the return address is
> [EMAIL PROTECTED]  We don't want this!  I would prefer that the
> return address be [EMAIL PROTECTED] (notice the lack of "mars" and the
> change in domain).  How do I do this???

Ok you could use the genericstable feature of sendmail to accomplish
this, this would require some work but it would do what you want. You
mentioned that you have the bat book so you could look it up on page 262
( I have 2nd Edition NOT the pocket book ). 

Basically you have to add the feature to your m4 file
FEATURE(`genericstable') and create a file containing all the user names
of the senders like this

user    [EMAIL PROTECTED]
user1   [EMAIL PROTECTED]

I know that this is a lot of work if you have a lot of users on the
mailing system, but I am also a beginner so this is the best solution I
know of ;)

BTW this will be a bit more work for sendmail since it will lookup each
outbound email in the file...

Hope this helps
Steve

Reply via email to