- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- email from unix lost
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
02-24-2004 06:09 AM
02-24-2004 06:09 AM
Our customer can not recieve email send thru ELM from UNIX box, it's the only one from >20 others who succesfully getting one.
Sender shown is xxx@ourdomain.com.
Our syslog are all fine, we can send, and then check email being sent to remote @domain.com.
At the same time we communicating thru Outlook without any problem (sender is zzz@ourdomain.com) and he doens't see anything wrong in his logs too.
ANy ideas.
Thanks
Mario
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2004 06:19 AM
02-24-2004 06:19 AM
Solutionsendmail -v -d8.99 -d38.99 someone@domain.com
type some text
.
You will get verbose output which you can redirect to a file.
Try this and post and I can tell you exactly what happened if you can't.
SEP
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
02-24-2004 07:23 AM
02-24-2004 07:23 AM
Re: email from unix lost
I'm using elm, and don't have sendmail.
mail.log shows:
========================================
Feb 24 10:39:58 pcx3 sendmail[10285]: i1OIdvC10285: from=searmail, size=558234, class=0, nrcpts=3, msgid=<200402241839.i1OIdvC10285@pcx3.trading.sear.net>, relay=searmail@localhost
Feb 24 10:39:58 pcx3 sendmail[10299]: i1OIdvC10285: to=djm9@ix.netcom.com,dainova@yahoo.com,XXXXX@spear.com, ctladdr=searmail (1190/20), delay=00:00:01, xdelay=00:00:00, mailer=relay, pri=738234, relay=win-corp-mail1.corp.sear.net. [172.17.0.73], dsn=2.0.0, stat=Sent ( <200402241839.i1OIdvC10285@pcx3.trading.sear.net> Queued mail for delivery)
=================================
in this case there were 3 reciepients in TO: XXXXX@spear.com don't get any mail, others OK.
Thanks
M
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2004 07:39 AM
02-24-2004 07:39 AM
Re: email from unix lost
Try my diagnosis, it will tell you something.
Based on the log however it appears there is a problem with host resolution. The domain name of the target mail server is probably not resolving.
nslookup the hostname and see what answer you get.
check that the name servers in /etc/resolv.conf
Make sure they can be pinged and are providing answers. If there are DNS issues resolve them and the mail will go through.
Other possibility is you have a DS directive in your sendmail.cf configuration and the server that is supposed to accept the relayed mail is not.
mailq
This should show you that there is mail piling up on your box awaiting delivery. In a few days it will start bouncing back.
Again the sendmail diagnostic command will definitively nail down the problem and help me or others suggest solutions.
SEP
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
02-24-2004 07:41 AM
02-24-2004 07:41 AM
Re: email from unix lost
Any msgs left in /var/spool/mqueue?
If not, it's being delivered to
pcx3.trading.sear.net - so you'd have to go over it's logs to see what's happening to it there.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2004 07:51 AM
02-24-2004 07:51 AM
Re: email from unix lost
It does not have to know exact IP-address, but the domain itself need to be resolved.
For testing, try to put spear.com in your /etc/hosts file like:
1.1.1.1 spear.com
Try to send a mail with ELM, when this is recieved OK, try to fix resolving the domain via DNS when available.
HTH,
Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2004 08:54 AM
02-24-2004 08:54 AM
Re: email from unix lost
Thanks all guys !!!
Doing now all things you posted. Will keep you updated.
Tahnks
Mario
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2004 09:19 AM
02-24-2004 09:19 AM
Re: email from unix lost
Hi, everybody
I couldnt use sendmail -v ...., nowhere to be found,
I nslookup and found that there is an alias I'm using spear-speartrade:
C:\>nslookup www.bear.com
Server: win-corp-dc3.corp.searf
Address: 171.17.0.55
Non-authoritative answer:
Name: www.speartrade.com
Address: 207.132.247.49
Aliases: www.spear.com
I don't have enough authority to deal with root owned files, so have to talk to the main guy.
Thanks everybody
Will try to send to @speartrade.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2004 10:43 AM
02-24-2004 10:43 AM
Re: email from unix lost
You can find sendmail under /usr/sbin. It's not in your path by default. You are supposed to using the interfaces of it that are in /usr/bin like mailx,mail, rmail, elm etc.,
As Jeff pointed out, the mail is being delivered to your relayhost and you would need to check the logs on that host.
Did you say only one customer is not receiving the mail out of 20?. If so, are the other recepients in the same domain as of the customer that is having problem?. Then there is absolutely no problem with your mail setup. It would be the problem with that particular user on his/her domain. Try sending that person an individual mail from somewhere like yahoo.com.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2004 11:41 AM
02-24-2004 11:41 AM
Re: email from unix lost
/usr/sbin/sendmail -v -8.99 -d38.99
text
.
SEP
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
02-25-2004 10:28 AM
02-25-2004 10:28 AM
Re: email from unix lost
Ye, you commnad produce good amount of output (attached).
Our client told us that they do some anti-spam things, that requieres bound back for all coming emails.
I'm able to send and see email sent to test@yahoo.com. On yahoo sender is
searsmail@sears.com.
However in UNIX log I have:
Feb 24 14:32:01 pcx3 sendmail[22006]: i1OMW1g21994: to=test@yahoo.com,xxxx@spear.com,
ctladdr=pcxmail (1190/20), delay=00:00:00, xdelay=00:00:00, mailer=relay, pri=708213, relay=win-corp-mail1.corp.sears.net. [172.17.0.73], dsn=2.0.0, stat=Sent ( <200402242232.i1OMW1g21994@pcx3.trading.sears.net> Queued mail for delivery)
note the difference @sears.com and pcx3.trading.sears.net .
Thant another question. I'm able to reply to searsmail@sears.com (sender as on yahoo).
Thanks
M
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2004 10:32 AM
02-25-2004 10:32 AM
Re: email from unix lost
=======================================
Thanks for comments. I'm OK communicating with our client thru email over Outlook (myname@sears.com). Mail from UNIX box is problem.
Even if I sending email to multiple addresses like:
test@yahoo.com,client@spear.com
@yahoo.com is OK, @spear.com is NOT.
THanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2004 06:44 AM
02-26-2004 06:44 AM
Re: email from unix lost
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2004 07:22 AM
02-26-2004 07:22 AM
Re: email from unix lost
I a previous post you resolved from a Windows system (seeing the c:\>nslookup)
When you are at the command prompt on the UNIX box, can you try to do the same nslookup?
You are not able to edit root owned files, so modifying /etc/resolv.conf or /etc/hosts is no option yet (you have to contact your sysadmin)
What you can try is sending the email via ELM to: user@207.132.247.49 (got the IP from your nslookup),I never done this but mayby it works fine for testing.
HTH,
Peter Geluk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2004 07:29 AM
02-26-2004 07:29 AM
Re: email from unix lost
Are you trying to send to user@spears.com??
Or to user@sears.com
spears.com resolves to 208.179.50.72
sears.com resolves to 129.33.131.219
At least at my site of the world ;)
HTH,
Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2004 07:37 AM
02-26-2004 07:37 AM
Re: email from unix lost
Yes I'm able to resolve it on UNIX:
$ nslookup www.spear.com
Name Server: adminp1.tux.sears.net
Address: 192.168.20.40
Trying DNS
Non-authoritative answer:
Name: www.spearleads.com
Address: 207.142.237.49
Aliases: www.speear.com
Tried to send to @207.142.237.49.
Will keep posted
M
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2004 07:37 AM
02-26-2004 07:37 AM
Re: email from unix lost
Can you ask your client to send the "Internet Headers" of the message received at their end when you sent the mail through outlook?. In outlook, you can find it out through View -> Options. Also, if there is any problem with lookup or something, you would get a returned mail back. Do you have any?. If so, post the headers.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2004 07:42 AM
02-26-2004 07:42 AM
Re: email from unix lost
sendmail -v -q
This will give you a blow by blow on whats going wrong, if the mail is hung up in the mail queue.
I imagine it will work with the -d8.99 -d38.99 directive as well.'
Seems based on your last post and Sri's question that this server is not getting the same lookup information as the Microsoft boxes.
Fixing the environment so that lookups are consistent will more than likely solve the problem.
SEP
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
02-26-2004 07:46 AM
02-26-2004 07:46 AM
Re: email from unix lost
So try to get log's of the relay host or the mail-server at the other end like Sri posted.
(I know there were some problems with mail-formats of ELM and reading it back with Outlook, but still the mail would arive. You do not have mailx? Just for test)
Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2004 07:50 AM
02-26-2004 07:50 AM
Re: email from unix lost
Just asked again client, they said that they don't have any traces of this mail including mail abuse logs..
Can not give 100% for that, but they sounds very solid.
So still unclear.
Mail to client@IP.IP.IP.IP doesn't work, I tested it to known IP vs domain.com.
One more time I have output of senmail diagnosys posted as attachment and piece of mail.log as well for review.
Will reopen case tomorrow, thanks everybody.
V