Hello,
I'm trying to configure sendmail to rewrite the sender address for all
emails sent to a specific domain. It's a MAIL2SMS application that has
some kind of authentication based on sender's email address. Basically
I want that all emails sent to address [phone number]@send.sms domain
look like they come from "george@sms".
Other settings: the mx for send.sms domain is added in mailertable, and
it's working.
Another small problem is that I also tried sendmail -f"george@sms"
[phone number]@send.sms, but the sender address is automatically
rewriten as
george@sms.localdomain. Anyway, I ditched this version when
I thought about the above version as it is much cleaner.
The system is RHEL 4.3; except for the mailertable thing, nothing was
changed in sendmail config.
Thank you,
George