- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Not able to send 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
01-02-2003 01:25 AM
01-02-2003 01:25 AM
Not able to send mail
I have a B-2600 machine with 11.22 LR Installedn. When i try to send mail to some other id apart from hp.com id it's simply lying the queue and some of the mail are bouncing.
----- Transcript of session follows -----
550 5.1.2
451 hpcvl200: Name server timeout
451 hpcvl200: Name server timeout
----- Transcript of session follows -----
550 5.1.2
(Deferred: Connection refused by mail.uu.net.)
Can any body help me out to sort this problem.
Thanks in Advance.
Prasath C
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2003 01:34 AM
01-02-2003 01:34 AM
Re: Not able to send mail
Can you resolve the DNS records for other domains from that mail server ?
#nslookup
>set type=mx
>wipro.com
Does it show the mx records ( mail servers ) of wipro.com domain ?.
Are you using your own DNS server or ISP's DNS server in /etc/resolv.conf ?
If it is ISP's then Check with your ISP whether any problem is there with their DNS servers or any intercity link is down
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2003 01:38 AM
01-02-2003 01:38 AM
Re: Not able to send mail
Please give some more information.
/Jannik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2003 01:44 AM
01-02-2003 01:44 AM
Re: Not able to send mail
Here is output of nslookup
# nslookup
Default Name Server: chennai.india.hp.com
Address: 15.70.168.58
> set type=mx
> wipro.com
Name Server: chennai.india.hp.com
Address: 15.70.168.58
Trying DNS
Non-authoritative answer:
wipro.com preference = 5, mail exchanger = wiproecmx2.wipro.com
wipro.com preference = 5, mail exchanger = wiprom2mx1.wipro.com
wipro.com preference = 5, mail exchanger = wiprom2mx2.wipro.com
wipro.com preference = 5, mail exchanger = wiproecmx1.wipro.com
Authoritative answers can be found from:
wipro.com nameserver = ns2.webindia.com
wipro.com nameserver = ns1.webindia.com
wiproecmx2.wipro.com internet address = 164.164.31.6
wiprom2mx1.wipro.com internet address = 203.197.164.41
wiprom2mx2.wipro.com internet address = 203.197.164.42
wiproecmx1.wipro.com internet address = 164.164.31.5
ns2.webindia.com internet address = 204.176.141.201
ns1.webindia.com internet address = 204.176.140.101
>
and i am working with our own DNS server domain.
Thanks in Advance
Prasath C
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2003 01:46 AM
01-02-2003 01:46 AM
Re: Not able to send mail
If you are using a Relay server you need set DS definition into /etc/mail/sendmail.cf, i.e:
DS
Where
Also you can try setting your "official domain name", i.e:
Dj$w.
After any change in /etc/mail/sendmail.cf you must restart sendmail service, these commands allow you stop|start sendmail service:
/sbin/init.d/./sendmail stop
/sbin/init.d/./sendmail start
You can check your pending mail queue by the comand: "mailq -v". All mails queued are in /var/spool/mqueue. Each email have 2 files, one is mail header and other is data
Remember always that sendmail variable must be set to 1, in /etc/rc.config./mailservers file.
Rgds.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2003 02:23 AM
01-02-2003 02:23 AM
Re: Not able to send mail
can you do connect to smtp port of wipro server
#telnet wiproecmx2.wipro.com 25
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2003 02:37 AM
01-02-2003 02:37 AM
Re: Not able to send mail
Here is output
# telnet wiproecmx2.wipro.com 25
Trying...
telnet: Unable to connect to remote host: Connection refused
Thanks
Prasath C
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2003 02:42 AM
01-02-2003 02:42 AM
Re: Not able to send mail
My Dns entry as follows
# cat /etc/resolv.conf
domain india.hp.com
nameserver 15.70.168.58 # CHENNAI.INDIA.HP.COM
nameserver 15.10.40.3 # FAKIR.INDIA.HP.COM
# cat /etc/nsswitch.conf
hosts: dns files nis
Regards
Prasath C
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2003 03:20 AM
01-02-2003 03:20 AM
Re: Not able to send mail
Try detailing your order of resolv in /etc/nsswitch file. i.e:
hosts: dns [NOTFOUND=continue UNAVAIL=continue TRYAGAIN=continue] files [NOTFOUND=continue UNAVAIL=continue TRYAGAIN=return]
Try in you /etc/resolv.conf with:
search india.hp.com
nameserver 15.70.168.58
nameserver 15.10.40.3
(*) Always keeps a unchanged copy of these files. Remember restart sendmail service after do any change.
Rgds.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2003 08:48 AM
01-02-2003 08:48 AM
Re: Not able to send mail
DS mailserver.mydomain.com
You will then be able to send external e-mail
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2003 09:41 AM
01-02-2003 09:41 AM
Re: Not able to send mail
Test your email functionality with the following command line.
/usr/sbin/sendmail -v -d8.99 -d38.99 whoever@what.com
After an error, run mailq
This will provide you diagnostics.
If you have mail queue entries, it is possible to fix your machine to get mail off of it.
Your problem however could be issues with your mail relay server.
We had a symmantec box in house which needed patching. I made many changes to my dns/mail configuration only to discover the symmantec box was totally at fault for my mail problems.
Steve
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2003 09:37 AM
01-03-2003 09:37 AM
Re: Not able to send mail
Good Luck
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2003 08:15 PM
01-03-2003 08:15 PM
Re: Not able to send mail
Now the problem was solved.
By copying the sendmail.cf from another machine[11.11].
Now i am able to send mail to the same host{wiprow}, and outside the domain.
Still i am confuse that what should be the problem with sendmail 8.11.1 (11.22).
Thanks for the valuable suggestion and response.
Regards
Prasath C
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2003 08:39 PM
01-05-2003 08:39 PM
Re: Not able to send mail
That could be an isp/firewall setup issue or a name resolution issue.
To get mail to outside mail severs, you might actually need a fully qualified domain name on the sending system.
At the very least, you'll need the sendmail.cf file setup to do so, otherwise certain outside mail servers(hp, aol, yahoo) will not accept your mail.
Do a sendmail -v -d38.99 isnstock@aol.com and watch aol reject your mail.
Steve
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2003 08:32 AM
01-08-2003 08:32 AM
Re: Not able to send mail
This might help you find the difference the config