yes, I think too that the handlers block should be allowed to be
global. Maybe allowing that block in both places would be best.
thanks,
Michael Lepore
michael.lepore.w...@gmail.com
On 09/06/2017 04:47 PM, cryptearth wrote:
Ok, either some was changed from RC2 to final - but the current chain
somehow seems not like ONE MTA should configured:
<smtpservers>
-<smtpserver>
--<handlerchain>
IMO only settings like bound address/port and encryption should be
configured in this way. The handler-chain should be a global one. So
this could be error prone when you want to change something but forget
to change it on all subsets - like new certs/keystore.
On the other hand - James isn't really meant to be for such
multi-homed multi-cluster provider such as one NIC for one domain with
one handler-chain and another NIC for a complete different subset -
all run by ONE james instance? I don't thing Java nor this project is
capable of such multi-heavy load.
Matt
Am 06.09.2017 um 22:38 schrieb cryptearth:
This should be added to
http://james.apache.org/server/3/config-smtp-lmtp.html as it shows
only a stub titled "Configure multiple SMTP servers" but with no
content.
Am 06.09.2017 um 21:31 schrieb Rich P:
Yes, JAMES does support this. You need to add one <smtpserver> section
for each port you want to bind to. For example, in smtpserver.xml:
<smtpserver enabled="true">
<bind>0.0.0.0:25</bind>
<tls socketTLS="false" startTLS="true">
...
</tls>
</smtpserver>
<smtpserver enabled="true">
<bind>0.0.0.0:465</bind>
<tls socketTLS="true" startTLS="false">
...
</tls>
</smtpserver>
Rich
On 9/6/2017 2:54 PM, Mike Lepore wrote:
Is there a way to configure James smtserver to support port 25 for
non-SSL and port 465 for socketTLS at the same time? There doesn't
seem to be a way to configure the smtpserver for multiple ports, one
non-SSL and the other socketTLS in the smtpserver.xml. Can you have
more than one <bind> tag?
---------------------------------------------------------------------
To unsubscribe, e-mail: server-user-unsubscr...@james.apache.org
For additional commands, e-mail: server-user-h...@james.apache.org
---------------------------------------------------------------------
To unsubscribe, e-mail: server-user-unsubscr...@james.apache.org
For additional commands, e-mail: server-user-h...@james.apache.org
---------------------------------------------------------------------
To unsubscribe, e-mail: server-user-unsubscr...@james.apache.org
For additional commands, e-mail: server-user-h...@james.apache.org
---------------------------------------------------------------------
To unsubscribe, e-mail: server-user-unsubscr...@james.apache.org
For additional commands, e-mail: server-user-h...@james.apache.org