Hi,
In fear of re-inventing the wheel, has anyone managed to setup a
router/transport for Oracle Email Server.
My particular requirements are to convert the Oracle provided sendmail
setup into exim speak.
The sendmail setup of note is;
=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+
Mofcmail, [tab] P=$ORACLE_HOME/bin/ofcuto, F=rlSsDCFMPpmn, S=10, R=20,
[tab]A=ofcuto - $ORACLE_HOME $ORACLE_SID -f config_file -
$g $a $b $f $x ( $u )
add the following entries
to ruleset Parse1 before the line "# short circuit local delivery so
forwarded email works":
## Oracle eMail Server: Hook to Oracle eMail Server mailer ##
R$+.ofcmail<@$=w.>[tab][tab]$#ofcmail$:$1[tab][tab]Oracle eMail Server passoff
Add the following entries to ruleset Parse1 before the line "# handle locally
delivered names":
## Oracle eMail Server: Hook to Oracle eMail Server mailer ##
R$+.ofcmail[tab][tab]$#ofcmail$:$1[tab][tab]Oracle eMail Server passoff
adding relevent {username}.ofcmail entries to aliases file
=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+
My exim thoughts so far are;
#transport
oracle_email_pipe:
driver = pipe
command = /u00/OESCRP1/bin/ofcuto - /u00/OESCRP1 OESCRP1
–f /u00/OESCRP1/office/config.cfg - ?????????????????
<needs for MTA, eg, delivery_date_add etc>
#router
oracle_email:
driver = accept
<check recipient, perform alias etc>
transport = oracle_email_pipe
My main questions are;
Equivalent exim vars for $g $a etc and the sendmail F flags (rlSsDCFMPpmn)
I am on the right line of attack?
Any ideas guys?
Cheers,
--Steve