- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: sendmail error
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
08-12-2010 02:09 AM
08-12-2010 02:09 AM
Re: sendmail error
OUTPUT
# ping krumail.kraheja.info
PING exchange: 64 byte packets
64 bytes from 192.168.0.6: icmp_seq=0. time=0. ms
64 bytes from 192.168.0.6: icmp_seq=1. time=0. ms
64 bytes from 192.168.0.6: icmp_seq=2. time=0. ms
64 bytes from 192.168.0.6: icmp_seq=3. time=0. ms
64 bytes from 192.168.0.6: icmp_seq=4. time=0. ms
64 bytes from 192.168.0.6: icmp_seq=5. time=0. ms
64 bytes from 192.168.0.6: icmp_seq=6. time=0. ms
----exchange PING Statistics----
7 packets transmitted, 7 packets received, 0% packet loss
round-trip (ms) min/avg/max = 0/0/0
# ping 192.168.0.6
PING 192.168.0.6: 64 byte packets
64 bytes from 192.168.0.6: icmp_seq=0. time=0. ms
64 bytes from 192.168.0.6: icmp_seq=1. time=0. ms
64 bytes from 192.168.0.6: icmp_seq=2. time=0. ms
64 bytes from 192.168.0.6: icmp_seq=3. time=0. ms
64 bytes from 192.168.0.6: icmp_seq=4. time=0. ms
64 bytes from 192.168.0.6: icmp_seq=5. time=0. ms
64 bytes from 192.168.0.6: icmp_seq=6. time=0. ms
----192.168.0.6 PING Statistics----
7 packets transmitted, 7 packets received, 0% packet loss
round-trip (ms) min/avg/max = 0/0/0
[HP-UX @ruleccdev]# ping 192.168.0.1
PING 192.168.0.1: 64 byte packets
64 bytes from 192.168.0.1: icmp_seq=0. time=0. ms
64 bytes from 192.168.0.1: icmp_seq=1. time=0. ms
64 bytes from 192.168.0.1: icmp_seq=2. time=0. ms
64 bytes from 192.168.0.1: icmp_seq=3. time=0. ms
64 bytes from 192.168.0.1: icmp_seq=4. time=0. ms
----192.168.0.1 PING Statistics----
5 packets transmitted, 5 packets received, 0% packet loss
round-trip (ms) min/avg/max = 0/0/0
#
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2010 04:14 AM
08-12-2010 04:14 AM
Re: sendmail error
put the output of the following
#cd /etc/mail
#grep -i DS sendmail.cf
#mailq
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2010 04:17 AM
08-12-2010 04:17 AM
Re: sendmail error
[HP-UX @ruleccdev]# grep -i DS sendmail.cf
##### in /ux/inet3/inet3isu/Sendmail/Sendmail-8.13.1/cmnds/src/cf/cf
##### environment may be needed. HP recommends that #####
# o UseTLS : Enable the TLS handshake in the SMTP transaction. (True/False) #
# to users at the clients. You could have nameserver MX records #
# database rebuilds, and various errors. More detailed information #
# Try hosts with no MX records (option TryNullMXList): #
# Sendmail always tries to lookup MX records for the destination host #
# number). If there are no MX records listed for the host or we are #
# Relay all non-local mail to the "Smart" relay host (DS) via smtp: #
# to a smart relay via SMTP just set macro S (DS) to the name of the #
# Relay all non-local mail to the "Smart" relay host (DS) via UUCP: #
# make two chnages to this file. First, set macro S (DS) to the name #
# This needs to be set before any LDAP maps are defined. `localhost' must be #
DSkrumail.kraheja.info
O OldStyleHeaders=True
# noreceipts Don't return success DSN's
# perform initial split of envelope without checking MX records
#O Timeout.queuereturn.dsn=5d
#O Timeout.queuewarn.dsn=4h
# Return-Receipt-To: header implies DSN request
#O RrtImpliesDsn=False
# DHParameters (only required if DSA/DH is used)
RSOFTWARE $#error $@ 4.7.0 $: "403 TLS handshake."
Mdsmtp, P=[IPC], F=mDFMuXa%, S=EnvFromSMTP/HdrFromSMTP, R=EnvToSMTP, E=\r\n, L=990,
[HP-UX @ruleccdev]# grep -i DS sendmail.cf
##### in /ux/inet3/inet3isu/Sendmail/Sendmail-8.13.1/cmnds/src/cf/cf
##### environment may be needed. HP recommends that #####
# o UseTLS : Enable the TLS handshake in the SMTP transaction. (True/False) #
# to users at the clients. You could have nameserver MX records #
# database rebuilds, and various errors. More detailed information #
# Try hosts with no MX records (option TryNullMXList): #
# Sendmail always tries to lookup MX records for the destination host #
# number). If there are no MX records listed for the host or we are #
# Relay all non-local mail to the "Smart" relay host (DS) via smtp: #
# to a smart relay via SMTP just set macro S (DS) to the name of the #
# Relay all non-local mail to the "Smart" relay host (DS) via UUCP: #
# make two chnages to this file. First, set macro S (DS) to the name #
# This needs to be set before any LDAP maps are defined. `localhost' must be #
DSkrumail.kraheja.info
O OldStyleHeaders=True
# noreceipts Don't return success DSN's
# perform initial split of envelope without checking MX records
#O Timeout.queuereturn.dsn=5d
#O Timeout.queuewarn.dsn=4h
# Return-Receipt-To: header implies DSN request
#O RrtImpliesDsn=False
# DHParameters (only required if DSA/DH is used)
RSOFTWARE $#error $@ 4.7.0 $: "403 TLS handshake."
Mdsmtp, P=[IPC], F=mDFMuXa%, S=EnvFromSMTP/HdrFromSMTP, R=EnvToSMTP, E=\r\n, L=990,
[HP-UX @ruleccdev]# mailq
/var/spool/mqueue (9 requests)
-----Q-ID----- --Size-- -----Q-Time----- ------------Sender/Recipient-----------
o7697e7h024261 0 Fri Aug 6 14:37 root
(host map: lookup (rahejauniversal.com): deferred)
prashant.jadhav@rahejauniversal.com
o76Bf9Bp011173 25 Fri Aug 6 17:11 root
(host map: lookup (rahejauniversal.com): deferred)
prashant.jadhav@rahejauniversal.com
o76Behaj011123 25 Fri Aug 6 17:10 root
(host map: lookup (rahejauniversal.com): deferred)
prashant.jadhav@rahejauniversal.com
o76A4k7N000653 25 Fri Aug 6 15:34 root
(host map: lookup (rahejauniversal.com): deferred)
prashant.jadhav@rahejauniversal.com
o76A2gOq000455 146 Fri Aug 6 15:32 root
(host map: lookup (rahejauniversal.com): deferred)
prashant.jadhav@rahejauniversal.com
o7699ZNb024461 146 Fri Aug 6 14:39 root
(host map: lookup (rahejauniversal.com): deferred)
prashant.jadhav@rahejauniversal.com
o76988ln024314 146 Fri Aug 6 14:38 root
(host map: lookup (rahejauniversal.com): deferred)
prashant.jadhav@rahejauniversal.com
o768sr2X022828 146 Fri Aug 6 14:24 root
(host map: lookup (rahejauniversal.com): deferred)
prashant.jadhav@rahejauniversal.com
o768rSDR022691 146 Fri Aug 6 14:23 root
(host map: lookup (rahejauniversal.com): deferred)
prashant.jadhav@rahejauniversal.com
Total requests: 9
Prashant
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2010 04:54 AM
08-12-2010 04:54 AM
Re: sendmail error
know put the output of the following output:
ls | sendmail -v "valid_email_adrress"
Also assign some points to usefull answers ..
Regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2010 04:58 AM
08-12-2010 04:58 AM
Re: sendmail error
[HP-UX @ruleccdev]# ls | sendmail -v prashant.jadhav@rahejauniversal.com
rahejauniversal.com: Name server timeout
prashant.jadhav@rahejauniversal.com... Transient parse error -- message queued for future delivery
prashant.jadhav@rahejauniversal.com... queued
Definitely i will assign the points.
Prashant
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2010 05:04 AM
08-12-2010 05:04 AM
Re: sendmail error
Try to send a email to a generic email as gmail or hotmail.
ls | sendmail -v "valid_email_adrress@gmail.com"
Regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2010 05:07 AM
08-12-2010 05:07 AM
Re: sendmail error
It same.
[HP-UX @ruleccdev]# ls | sendmail -v praashant.jadhav@gmail.com
gmail.com: Name server timeout
praashant.jadhav@gmail.com... Transient parse error -- message queued for future delivery
praashant.jadhav@gmail.com... queued
Prashant
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2010 05:12 AM
08-12-2010 05:12 AM
Re: sendmail error
> # ping krumail.kraheja.info
> PING exchange: 64 byte packets
> 64 bytes from 192.168.0.6: icmp_seq=0. time=0. ms
When did that change?
> rahejauniversal.com: Name server timeout
Sounds like a DNS problem (now).
> Also assign some points to usefull answers ..
It's easier to identify a useful answer after
the problem has been solved.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2010 05:23 AM
08-12-2010 05:23 AM
Re: sendmail error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2010 05:27 AM
08-12-2010 05:27 AM
Re: sendmail error
[HP-UX @ruleccdev]# nslookup www.google.com
Using /etc/hosts on: ruleccdev
looking up FILES
*** No address information is available for "www.google.com"
Prashant
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2010 05:29 AM
08-12-2010 05:29 AM
Re: sendmail error
Your DNS isn't resolving external names ..
Regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2010 05:30 AM
08-12-2010 05:30 AM
Re: sendmail error
root@porsxxx:/apps/map/bin/nanium_map/bin# nslookup www.google.com
Name Server: name_of_yourDNS_server
Address: ip_of_the_dns_server
Trying DNS
Non-authoritative answer:
Name: www.l.google.com
Addresses: 209.85.229.99, 209.85.229.104, 209.85.229.147
Aliases: www.google.com
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2010 05:33 AM
08-12-2010 05:33 AM
Re: sendmail error
Can u tell me what step to be taken.
Prashant
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2010 05:38 AM
08-12-2010 05:38 AM
Re: sendmail error
Configure DNS? Ask your local network
experts what you should be using for a DNS
server, and then use it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2010 05:54 AM
08-12-2010 05:54 AM
Re: sendmail error
example:
cat /etc/resolv.conf
root@porsxxx:/etc# cat /etc/resolv.conf
domain "your_domina_name"
retrans 1000
retry 1
nameserver your_primary_dns_server
nameserver your_slave_dns_server
Regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2010 06:17 AM
08-13-2010 06:17 AM
Re: sendmail error
Sorry for the delay.
/etc/resolv.conf not exists in server.
Prashant.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2010 06:29 AM
08-13-2010 06:29 AM
Re: sendmail error
I already show you one example please configure it adapted to your enviorement.
Then try nslookup www.google.com
Regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2010 12:10 AM
08-14-2010 12:10 AM
Re: sendmail error
Now i am facing below mention error in
/var/adm/syslog/mail.log
Aug 14 13:37:17 ruleccdev sm-mta[21798]: o7E87Hve021778: to=
how i change rahejauniversal.rahejauniversal.com to
rahejauniversal.com
Thanks
Prashant
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2010 05:22 AM
08-14-2010 05:22 AM
Re: sendmail error
Now I am facing the same old problem of
having no idea what you're doing.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2010 09:06 AM
08-14-2010 09:06 AM
Re: sendmail error
rahejauniversal.com
For that particular message for for all future messages?
You might be able to use the DM macro:
http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1022415
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2010 12:31 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2010 02:01 AM
08-16-2010 02:01 AM
Re: sendmail error
No it's not working fine.
Please post the /etc/resolv.conf file, so i will copy and create the file as it is and configure as per requirement.
Please find my attached file sendmail.cf & test sendmail output.
Below is my mail.log error
Aug 16 15:24:56 ruleccdev sm-mta[11152]: o7G9suGD011147: to=
Prashant
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2010 02:02 AM
08-16-2010 02:02 AM
Re: sendmail error
Contain of sendmail.cf file.
Prashant
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2010 02:32 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2010 02:55 AM
08-16-2010 02:55 AM
Re: sendmail error
[HP-UX @ruleccdev]# vi resolv.conf
domain "rahejauniversal.com"
nameserver 192.168.0.12
nameserver 192.168.0.7
Test mail output
# sendmail -v prashant.jadhav@rahejauniversal.com < /etc/profile
prashant.jadhav@rahejauniversal.com... Connecting to [127.0.0.1] via relay...
220 ahejauniversal.com ESMTP Sendmail @(#)Sendmail version 8.13.3 - Revision 1.003:: HP-UX11.31 - 8th December,2008/8.13.3; Mon, 16 Aug 2010 16:20:29 +0530 (IST)
>>> EHLO rahejauniversalrahejauniversal.com
250-ahejauniversal.com Hello localhost [127.0.0.1], pleased to meet you
250-ENHANCEDSTATUSCODES
250-PIPELINING
250-EXPN
250-VERB
250-8BITMIME
250-SIZE
250-DSN
250-ETRN
250-DELIVERBY
250 HELP
>>> VERB
250 2.0.0 Verbose mode
>>> MAIL From:
553 5.1.8
root... Using cached ESMTP connection to [127.0.0.1] via relay...
>>> RSET
250 2.0.0 Reset state
>>> MAIL From:<> SIZE=3483
250 2.1.0 <>... Sender ok
>>> RCPT To:
>>> DATA
250 2.1.5
354 Enter mail, end with "." on a line by itself
>>> .
050
050 220 krumail.KRAHEJA.INFO Microsoft ESMTP MAIL Service ready at Mon, 16 Aug 2010 16:22:26 +0530
050 >>> EHLO ahejauniversal.com
050 250-krumail.KRAHEJA.INFO Hello [192.168.3.62]
050 250-SIZE 10485760
050 250-PIPELINING
050 250-DSN
050 250-ENHANCEDSTATUSCODES
050 250-STARTTLS
050 250-AUTH
050 250-8BITMIME
050 250-BINARYMIME
050 250-CHUNKING
050 250 XEXCH50
050 >>> MAIL From:<> SIZE=5167
050 250 2.1.0 Sender OK
050 >>> RCPT To:
050 >>> DATA
050 250 2.1.5 Recipient OK
050 354 Start mail input; end with
050 >>> .
050 250 2.6.0 <201008161050.o7GAoT6R017398@rahejauniversalrahejauniversal.com> Queued mail for delivery
050
250 2.0.0 o7GAoTKA017399 Message accepted for delivery
root... Sent (o7GAoTKA017399 Message accepted for delivery)
Closing connection to [127.0.0.1]
>>> QUIT
221 2.0.0 ahejauniversal.com closing connection
Prashant