Operating System - HP-UX
1752752 Members
5240 Online
108789 Solutions
New Discussion юеВ

Re: SENDMAIL configuration (urgent)

 
tandra
Frequent Advisor

Re: SENDMAIL configuration (urgent)

hey

the same errors still exist!

are there any steps that could be taken?

thx
tandra
Frequent Advisor

Re: SENDMAIL configuration (urgent)

hey again

is there any update concerning this issue!

its realy an urgent case..and i need some help!

thx and regards
T G Manikandan
Honored Contributor

Re: SENDMAIL configuration (urgent)

can you attach your sendmail.cf file.

Also paste the contents of /etc/hosts file.
tandra
Frequent Advisor

Re: SENDMAIL configuration (urgent)

kindly find attached the sendmail.cf file

the hosts file contain the following information:

#

192.168.244.198 Training
192.168.250.14 cis-mail.cismail.com.lb cis-mail
192.168.250.6 cis2ks2.cisw2kd2.cis.com cis2ks2
127.0.0.1 localhost loopback



thxx
T G Manikandan
Honored Contributor

Re: SENDMAIL configuration (urgent)

Make these changes with the sendmail.cf file

Dj$w.cisw2kdf.com.lb
DScis-mail.cismail.com.lb


in the above explanation you have pointed the domain to be cisw2kdf.com.lb and with the sendmail.cf it is cisw2kd.com.lb, please check and fix

Also, with your /etc/hosts make entry like

192.168.244.198 Training.cisw2kd.com.lb Training

Restart sendmail and test.

Let me know how it goes.
tandra
Frequent Advisor

Re: SENDMAIL configuration (urgent)

after modifiying the sendmail.cf and the hosts file then stop and start the sendmail

i have always the same errors..

# sendmail -bv tania@cis.com.lb
tanios_trad@cis.com.lb... deliverable: mailer esmtp, host cis.com.lb., user t
anios_trad@cis.com.lb

# sendmail -v tania@cis.com.lb
WARNING: local host name (Training) is not qualified; see cf/README: WHO AM I
?

is there any additional steps to be performed ?

thxx
VK2COT
Honored Contributor

Re: SENDMAIL configuration (urgent)

Hello,

Have you carefully read my previous post:

QUOTE
b) "Local host name not qualified" means you
do not have Fully Qualified Doman Name (FQDN)
for your host in /etc/hosts. Most probably,
you have something like:

X.Y.Z.Q Training

You should have something like

X.Y.Z.Q Training.mydom.dom Training
END QUOTE

By the way, why are you using upper-case
characters for hostname? Stick to
lower-case.

Cheers,

VK2COT
VK2COT - Dusan Baljevic
leonardop
Occasional Contributor

Re: SENDMAIL configuration (urgent)

Hi.

Steps..

1. Change /etc/mail/sendmail.cf
#Dj$w.Foo.COM
Dj$mi.dominio.com
# "Smart" relay host (may be null)
DS
DSserver_mail

2. copy nsswitch.file to nsswitch.conf in /etc

3. Test
mailx -s "TEST" user_name@domain.com