no examples - remote server IP is puzzlingly missing from the examples.
I am still pouring through the source code to find out...
How to you set the remote server IP/port?
...and then I have a generic MTA question. Scenerio:
ISP x has a mail server with an account abc@x which belongs to company z.
company z installs a mail server with local account "local".
Is it possible for company z to send an emails via abc@x through their mail
server, and prevent all other outside accounts (not an open relay)?
Is this do-able with james?
If I may ask, how?
>From what it looks like, all outgoing mail simply gets dumped into a
repository in /var/mail/outgoing. And then that's it.
<processor name="transport">
<mailet match="RecipientIsLocal" class="LocalDelivery">
</mailet>
<mailet match="HostIsLocal" class="ToProcessor">
<processor>error</processor>
</mailet>
<mailet match="RemoteAddrNotInNetwork=127.0.0.1"
class="ToProcessor">
<processor> spam </processor>
</mailet>
<mailet match="All" class="RemoteDelivery">
<outgoing> file://../var/mail/outgoing/ </outgoing>
<delayTime> 21600000 </delayTime>
<maxRetries> 5 </maxRetries>
</mailet>
</processor>
--------------------------------------------------
Jim Michaels ([EMAIL PROTECTED])
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]