- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Not able to send the mail
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2009 09:28 PM
06-23-2009 09:28 PM
Not able to send the mail
I am using HP Unix 11.11 and everything is configured but still i am not able to send email. I am able to send from another server which has architecture.
Please see following configuration which is same as the server where mail works fine.
1)
#grep DS /etc/mail/sendmail.cf
intsmtp.utac.com.sg
2)
In /etc/rc.config.d/mailsvrs, i see following.
export SENDMAIL_SERVERS=1
3)
# telnet intsmtp.utac.com.sg 25
Trying...
Connected to oa2h.utac.com.sg.
Escape character is '^]'.
220 oa-2h.utac.com.sg ESMTP Service (Lotus Domino Release 8.5) ready at Wed, 24 Jun 2009 13:10:39 +0800
Mail daemon is also running.
Please see result of follwoing test.
# /usr/sbin/sendmail -v -s "test msg" salman@sg.utacgroup.com < /etc/issue
msg... User unknown
test... Connecting to local...
test... Sent
salman@sg.utacgroup.com... Connecting to intsmtp.utac.com.sg via relay...
salman@sg.utacgroup.com... Deferred: Connection refused by intsmtp.utac.com.sg
root... aliased to michael_lim@sg.utacgroup.com
/dead.letter... Saved message in /dead.letter
Thanks in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2009 09:30 PM
06-23-2009 09:30 PM
Re: Not able to send the mail
# /usr/sbin/sendmail -v -s "test msg" salman@sg.utacgroup.com < /etc/issue
msg... User unknown
test... User unknown
salman@sg.utacgroup.com... Connecting to intsmtp.utac.com.sg via relay...
220 oa-2h.utac.com.sg ESMTP Service (Lotus Domino Release 8.5) ready at Wed, 24 Jun 2009 13:22:18 +0800
>>> EHLO ods-prim.utac.com.sg
250-oa-2h.utac.com.sg Hello ods-prim.utac.com.sg ([168.232.220.61]), pleased to meet you
250-HELP
250-DSN
250-SIZE
250 PIPELINING
>>> MAIL From:
250 root@ods-prim.utac.com.sg... Sender OK
>>> RCPT To:
250 salman@sg.utacgroup.com... Recipient OK
>>> DATA
354 Enter message, end with "." on a line by itself
>>> .
250 Message accepted for delivery
salman@sg.utacgroup.com... Sent (Message accepted for delivery)
root... aliased to michael_lim@utac.com.sg
/dead.letter... Saved message in /dead.letter
Closing connection to intsmtp.utac.com.sg
>>> QUIT
221 oa-2h.utac.com.sg SMTP Service closing transmission channel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2009 09:43 PM
06-23-2009 09:43 PM
Re: Not able to send the mail
> msg... User unknown
> test... Connecting to local...
> test... Sent
Does sendmail have a "-s" option?
Perhaps mailx does.
> salman@sg.utacgroup.com... Connecting to intsmtp.utac.com.sg via relay...
> salman@sg.utacgroup.com... Deferred: Connection refused by intsmtp.utac.com.sg
How many firewalls are there between these
systems? Can you do:
telnet intsmtp.utac.com.sg 25
from either of these systems?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2009 09:51 PM
06-23-2009 09:51 PM
Re: Not able to send the mail
I mentioned in point "3" in my first post that i can telnet from my both servers.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2009 10:20 PM
06-23-2009 10:20 PM
Re: Not able to send the mail
This above statement from relay server generally means your server is not authorized for mail forwarding by this forwarder.
Do you have any other mail relay servers in your organization ? Or did you change name or IP address of this server lately ? Mail relays decide if you are worthy of mail forwarding by looking at your IP address.
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2009 10:58 PM
06-23-2009 10:58 PM
Re: Not able to send the mail
Thanks
Salman
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2009 09:34 AM
06-24-2009 09:34 AM
Re: Not able to send the mail
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2009 12:01 PM
06-24-2009 12:01 PM
Re: Not able to send the mail
What does _your_ "man sendmail" say? Mine
does not agree with you.
Don't you wonder why you get the messages:
msg... User unknown
test... Connecting to local...
test... Sent
when you say '-s "test msg"'?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2009 12:54 AM
06-26-2009 12:54 AM
Re: Not able to send the mail
I just copied this statement with -s switch from a thread on this forum. I have removed -s but problem is still the same.
IP address of my this server is already registered on the mail server and also authorised to send email.
Salman
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2009 05:04 AM
06-26-2009 05:04 AM