Bursting using SMTP with TLS authentication like GMAIL etc

In this forum Oracle Applications DBA's, System Administrators & Developers can share their knowledge/issues.
Post Reply
admin
Posts: 2062
Joined: Fri Mar 31, 2006 12:59 am
Location: Pakistan
Contact:

Bursting using SMTP with TLS authentication like GMAIL etc

Post by admin »

Update the bold data in the file as below then save and test,

$vi cd $XDO_TOP/resource/xdodelivery.cfg

<?xml version="1.0" encoding="UTF-8" ?>
<config xmlns="http://xmlns.oracle.com/oxp/delivery/config">
<servers>
<server name="smtpserver1" type="smtp_email" default="true">
<host>smtp.server.com</host>
<port>25</port>
<secureConnection>tls</secureConnection>
<username>username@host.com</username>
<password>password</password>
</server>
</servers>
<properties>
<property name="ds-temp-dir">/tmp</property>
<property name="ds-buffering">true</property>
<property name="SMTP_CONTENT_TYPE:String">"application/pdf"</property>
</properties>
</config>

NOTE:Patch 28029438 BI-PUBLISHER 10G RE-HOSTING ROLL-UP PATCH FOR E-BUSINESS SUITE 12.2.X (containing the fix for Bug 22312109: CONFIGURE OF XDODELIVERY.CFG FILE FOR TLS AUTHENTICATION IN EBS FOR BI PUBLISHER) was already applied in order for SSL/TLS SMTP server to be supported in XML Publisher.
Malik Sikandar Hayat
admin@erpstuff.com
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest