Displaying 1 result from an estimated 1 matches for "relay_mail_from".
2006 Dec 20
1
Selective Sendmail Relaying.
...fic users and/or domains to an internal box running
Sendmail.
Reading the docs at http://www.sendmail.org/m4/anti_spam.html#relay
and http://www.sendmail.org/m4/anti_spam.html#access_db_fine
I would appear that I should be able to all per-address relaying in
/etc/mail/access by enabling
FEATURE(`relay_mail_from')dnl
in sendmail.mc and restarting Sendmail. Then adding
test at testdomain.com to /etc/access as:
From:test at testdomain.com RELAY
Should allow relaying FROM this address, yet it doesn't seem to work
for me on a CentOS 4.4 system and I can't quite hit on why.
My full sendma...