1825719 Members
3112 Online
109686 Solutions
New Discussion

sendmail

 
SOLVED
Go to solution
Markus Pavlowsky
Occasional Contributor

sendmail

Hello everybody,
my problem is that I have a sendmail message.
They called unable to qualify my own domain name -- using short name

pls help me about this
5 REPLIES 5
Naveej.K.A
Honored Contributor

Re: sendmail

hi

more /etc/mail/sendmail.cf

and say what Dj$w defines...
also say whether your domain is masqueraded. its done with the DM macro.

with best wishes
Naveej
practice makes a man perfect!!!
Muthukumar_5
Honored Contributor
Solution

Re: sendmail

hai,

Use the full domain name. Get that from /etc/resolv.conf domain entry and use as

hostname.domainnames.

[[ $(hostname).$(cat /etc/resolv.conf | grep domain | awk '{ print $2 }') ]]

Use this entry in sendmail.sf as Dj entry.

Regards,
Muthukumar.
Easy to suggest when don't know about the problem!
Geoff Wild
Honored Contributor

Re: sendmail

If you are not using DNS - make sure you have FQDN in /etc/hosts

Rgds...Geoff
Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.
Bharat Katkar
Honored Contributor

Re: sendmail

Hi,
Have a look at this doc once.
Regards,
You need to know a lot to actually know how little you know
Markus Pavlowsky
Occasional Contributor

Re: sendmail

thanks a lot muthukumar,
with your message can I resolve the problem.

It runs.
thanks everybody