Hi, I'm a Sendmail newbie. I'm trying to configure Sendmail to rewrite domain names to a fake domain name (domainname.com). I've added a rule to check_mail to do it:
R$+@$+ $1@desireddomain.com
But when I try to send a mail it shows the next error message:
Is there any tutorial to do that?
R$+@$+ $1@desireddomain.com
But when I try to send a mail it shows the next error message:
Code:
ruleset=check_mail, arg1=<test@x.com>, relay=localhost.localdomain [127.0.0.1], reject=553 5.5.4 <test@desireddomain.com>... Domain name required for sender address <test@desireddomain.com>
Is there any tutorial to do that?