Yes. Just change the SMTP port in James config.xml file, e.g.
<smtpserver enabled="true">
<port>1025</port>
...
If by 'route James through sendmail' you mean configure James to send
all outbound traffic via sendmail, then just set the gateway params of
the RemoteDelivery mailet. This section below is from the default James
config file, just uncomment the <gateway> element and replace the server
name with localhost. You won't need to change the port if your sendmail
is listening on port 25.
<!-- A single mail server to deliver all outgoing messages.
This is useful if this is a backup or failover machine,
or if you otherwise want all messages to be sent only to
particular mail server,
regardless of the email addresses specified in the
message -->
<!--<gateway> otherserver.mydomain.com </gateway>-->
<!-- If your gateway mail server is listening on a port
other than 25,
you can set James to connect to it on that port -->
<!--<gatewayPort> 25 </gatewayPort>-->
Cheers
Steve
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>