Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
I am sending a mail from my RHEL Machine and all it response positive:
Code:
[root@build ~]# echo "Hello" | mail -v -s "hi" ar2@ient.com
ar2@ient.com... Connecting to [127.0.0.1] via relay...
220 build.ient.com ESMTP Sendmail 8.13.1/8.13.1; Thu, 26 Nov 2009 15:10:09 +0530
>>> EHLO bbuild.ient.com
250-build.ient.com Hello localhost.localdomain [127.0.0.1], pleased to meet you
250-ENHANCEDSTATUSCODES
250-PIPELINING
250-8BITMIME
250-SIZE
250-DSN
250-ETRN
250-AUTH DIGEST-MD5 CRAM-MD5
250-DELIVERBY
250 HELP
>>> MAIL From:<root@build.ient.com> SIZE=43 AUTH=root@build.ient.com
250 2.1.0 <root@build.ient.com>... Sender ok
>>> RCPT To:<ar2@ient.com>
>>> DATA
250 2.1.5 <ar2@ient.com>... Recipient ok
354 Enter mail, end with "." on a line by itself
>>> .
250 2.0.0 nAQ9e99Z024196 Message accepted for delivery
ar2@ient.com... Sent (nAQ9e99Z024196 Message accepted for delivery)
Closing connection to [127.0.0.1]
>>> QUIT
221 2.0.0 build.ient.com closing connection
[root@build ~]#
any idea how gonna I troubleshoot?
It is using relay.
Is there any tool I can trace out where the mail is stucking.
The mail is not accepted by lonhub1.ient.com. [10.225.55.18] for some reason.
Maybe you can find the reason in the dsn sent back to you, or in the logs of lonhub1.ient.com if you have access to them.
Else try to telnet directly to lonhub1.ient.com on port 25 and see if you can send an email using the same from: and to: addresses.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.