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

Reply via email to