Operating System - HP-UX
1752794 Members
6015 Online
108789 Solutions
New Discussion юеВ

Problem with the sendmail,

 
Shahbaz_1
Regular Advisor

Problem with the sendmail,

Hi,
"SEND MAIlL" on Hp-Ux 11i is not working, unable to send mails.

The problem seems to be related with domain-relay something.

What are the area I can look into, to know the exact problem and resolve it?

Please ...

Thanks & Regards
Syed
Let's share the great thing "THE KNOWLEDGE"
9 REPLIES 9
Clemens van Everdingen
Honored Contributor

Re: Problem with the sendmail,

Hi,

Use: sendmail -bv
See what the output is and post this.

C.
The computer is a great invention, there are as many mistakes as ever, but they are nobody's fault !
Clemens van Everdingen
Honored Contributor

Re: Problem with the sendmail,

Hi,

See your sendmail.cf file and look for DSrelayserver.domain.com

Also see this thread:

http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x892f8ffa98a2d5118ff10090279cd0f9,00.html

C.
The computer is a great invention, there are as many mistakes as ever, but they are nobody's fault !
Shahbaz_1
Regular Advisor

Re: Problem with the sendmail,

Thanks C,

here is the output:

sendmail -bv test@hotmail.com
test@hotmail.com... deliverable: mailer relay, host pacnetmail, user test@hotmai
l.com


Regards
Syed
Let's share the great thing "THE KNOWLEDGE"
Sukant Naik
Trusted Contributor

Re: Problem with the sendmail,

Hi Syed,

First and foremost try this option

# sendmail -v xxx@yyy.com < /tmp/file

Send the mail to your email ID. If it does not reach you then send the output to the forum.

-Sukant
Who dares he wins
Clemens van Everdingen
Honored Contributor

Re: Problem with the sendmail,

Hi,

Ok, it seems sending should be no problem.
Is there any message in /var/adm/syslog/mail.log ?

What happens if you try to send mail from the commandline, to user on the same machine and on an other machine ?

C.
The computer is a great invention, there are as many mistakes as ever, but they are nobody's fault !
T G Manikandan
Honored Contributor

Re: Problem with the sendmail,

Shahbaz_1
Regular Advisor

Re: Problem with the sendmail,

Hi Sukant,

Thanks

I tried
sendmail -v syeddba@hotmail.com < test.txt

Output:
----
----

>>> RCPT To:
550 relaying mail to hotmail.com is not allowed
syeddba@hotmail.com... User unknown
>>> RSET
250 Ok resetting state
/dead.letter... Saved message in /dead.letter
Closing connection to pacnetmail
>>> QUIT

Regards
Syed
Let's share the great thing "THE KNOWLEDGE"
Clemens van Everdingen
Honored Contributor

Re: Problem with the sendmail,

Hi,

Relaying denied. So you need to check your relay server if he allows to relay for your other host.

C.
The computer is a great invention, there are as many mistakes as ever, but they are nobody's fault !
Clemens van Everdingen
Honored Contributor

Re: Problem with the sendmail,

Hi,

Could also be your mail sever cannot be found by your relay server.

C.
The computer is a great invention, there are as many mistakes as ever, but they are nobody's fault !