For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!
Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.
relay=cluster2a.us.messagelabs.com. [216.82.248.44], dsn=4.0.0, stat=Deferred: Connection timed out with cluster2a.us.messagelabs.com.
That's what I was looking for. Now from this computer try execute following command:
telnet cluster2a.us.messagelabs.com 25
If you will not get following text "Escape character is '^]'." then you need to contact your network/firewall admin to allow connection from your host (lctwprddb01.lifecell.biz) to your SMTP (cluster2a.us.messagelabs.com) and port 25.
OK from above posts is clear that you are using sendmail. Now edit /etc/mail/sendmail.cf file. Locate line with this text: "# "Smart" relay host (may be null)" and on next line add "lc-hqhub01.lifecell.biz" after "DS". So the line will be looking as following:
DSlc-hqhub01.lifecell.biz
Then restart sendmail using following command:
/etc/sendmail restart
Now your configuration is complete.