HylaFAX The world's most advanced open source fax server |
Friends,
I found the following message in the mails of root :
The original message was received at Tue, 13 May 2008 17:34:52 +0800 from localhost.localdomain [127.0.0.1] ----- The following addresses had permanent fatal errors ----- <xxxxxx@xxxxxxxxxxxxxxxxx> (reason: 553 5.1.8 <xxxxxx@xxxxxxxxxxxxxxxxx>... Domain of sender address fax@xxxxxxxxxxxxxxxxxxxxx does not exist) ----- Transcript of session follows ----- ... while talking to corpmail1.netvigator.com.: >>> DATA <<< 553 5.1.8 <xxxxxx@xxxxxxxxxxxxxxxxx>... Domain of sender address fax@xxxxxxxxxxxxxxxxxxxxx does not exist 550 5.1.1 <xxxxxx@xxxxxxxxxxxxxxxxx>... User unknown <<< 503 5.0.0 Need RCPT (recipient)
How can I fix it ?
Thanks Guys !!!
Karmit
In postfix, the parameter is called relayhost, but I am not as familiar with sendmail.
>From a quick google search:
If your unix host has to use a mail relay to get out, the simplest, usually enough, method is to define the DS (smart relay) macro in sendmail.cf. You should have a line with
DS
change it in
DSmailrelay.domain
where mailrelay.domain is the FQDN of your mail relay as seen from your side.
The stop/start sendmail to let it reread the config file.
The mail relay that this refers to is the SMTP server at your ISP. This will force sendmail to send ALL outbound external email through your ISP's SMTP server. Hope this helps.
-Bryan