This content has been marked as final.
Show 3 replies
-
1. Re: error sending mail to some domains
kevjohns-Oracle Oct 12, 2006 3:37 PM (in response to 479935)Testing your SMTP connection to the remote host without using an email client:
Example as follows:
============================
- do a telnet to the remote_host on port 25
telnet mail.sofrecom.com.ar 25
--> ehlo sofrecom.com.ar
250-supstg03.de.oracle.com Hello lempert.com.ar pleased to meet you
250-8BITMIME
250-SIZE
250-DSN
250-ENHANCEDSTATUSCODES
250-AUTH PLAIN
250 HELP
--> mail from:claudio.pereira@lempert.com.ar
250 2.1.0 Sender OK
--> rcpt to:gustavo.olariaga@sofrecom.com.ar
250 2.1.5 Recipient ok
--> data
354 Enter mail, end with "." on a line by itself
--> test
--> .
250 2.6.0 Message accepted for delivery
=================================================
- for a complete SMTP reference, check http://www.faqs.org/rfcs/rfc821.html - RFC821 - Simple Mail Transfer Protocol -
2. Re: error sending mail to some domains
kevjohns-Oracle Oct 12, 2006 4:35 PM (in response to 479935)Now lets try from the OCS email server using "telnet localhost 25" as follows:
Testing your SMTP connection to the local OCS Email server to realy your outgoing message:
============================
- do a telnet to the localhost on port 25. This is your OCS email server.
telnet localhost 25
--> ehlo hereIam
250-supstg03.de.oracle.com Hello lempert.com.ar pleased to meet you
250-8BITMIME
250-SIZE
250-DSN
250-ENHANCEDSTATUSCODES
250-AUTH PLAIN
250 HELP
--> mail from:claudio.pereira@lempert.com.ar
250 2.1.0 Sender OK
--> rcpt to:gustavo.olariaga@sofrecom.com.ar
250 2.1.5 Recipient ok
--> data
354 Enter mail, end with "." on a line by itself
--> test
--> .
250 2.6.0 Message accepted for delivery
============== -
3. Re: error sending mail to some domains
648635 Aug 6, 2008 5:15 AM (in response to kevjohns-Oracle)I am also facing same problem here...I am using OCS 10g on HP-UX 11.23 v2 platform..Mail receiving is OK from all external domains, but mail sending is not happening to all the external domains..Means I can send mail to gmail.com domain but while I am sending mail to yahoo.com or rediffmail.com it fails.After some time I am receiving Mailer Daemon Failure Message :
#############################################################
Could not deliver mail: see transcript for details
Mail Delivery Subsystem [MAILER-DAEMON@kmcmail.kmcgov.in]
Original message (id 241455) received at Tue, 05 Aug 2008 17:35:41 +0530
from andy.oracle@kmcgov.in
Message was not delivered to the following addresses:
<abu_dxer@yahoo.co.in>
#############################################################
Previously I have sent mails to those domains, But now it is not working.
Anybody please help...
Thanks a Lot in advance.