Re: Workflow configuration in rhel 5 r12
Posted by ErmanArslansOracleBlog on Feb 29, 2020; 10:57am
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/Workflow-configuration-in-rhel-5-r12-tp8082p8094.html
Did you do a proper telnet test? (sending smtp commands through telnet?)
Do a proper telnet test, and check the situation / errors.. Take the actions (with your Mail Server Admin if needed) and then configure the EBS side.
A telnet smtp test like the following ->
knowing this, I made an SMTP test from the command line;
(Note that : The Mail server was requiring a user/pass)
telnet [outbound server] 25
EHLO [mailer node]
auth login
334 BSDLSADX
b3JhY2xlQGNleXBvBCcnY29tdsRy
334 UGFzc3dvMDS6
Y2V5MTSAA==
235 2.0.0 Authentication successful
MAIL FROM: [reply_to address]
RCPT TO: [my_test_email_address]
DATA
Subject: Test message
Test message body
.
quit