"james" as smtp server

Hello

for our goal to integrate Djigzo on an existing mailserver it would be
nice to have the integrated Java SMTP-Server "james" directly
accepting incoming mail by smtp on a special port. I'm aware that one
should *not* do this internet-facing (in fact i wouldn't trust
anything but Postfix to do so :-), but for our internal network it
should be ok.

What we need for this is a allow/deny by IP-Address rule and set the
input SMTP channel to a address other than 127.0.0.1.

Is this reasonable or is this not recommended at all?

Many Thanks

Andreas

Yes that's possible. You must add the IP range if you want to relay to
external recipients to <authorizedAddresses> in config.xml:

example:

<authorizedAddresses> 127.0.0.0/8, 192.168.178.0/24 </authorizedAddresses>

Note that Postfix is much better at mail queuing. The MPA queue blocks
incoming email when the queue exceeds 2000 items (can be changed in the
config). The MPA will start accepting email when the queue empties. If
you have large bursts of incoming email it's better to let Postfix do
the queuing.

Kind regards,

Martijn Brinkers

lst_hoe02(a)kwsoft.de wrote:

ยทยทยท

Hello

for our goal to integrate Djigzo on an existing mailserver it would be
nice to have the integrated Java SMTP-Server "james" directly
accepting incoming mail by smtp on a special port. I'm aware that one
should *not* do this internet-facing (in fact i wouldn't trust
anything but Postfix to do so :-), but for our internal network it
should be ok.

What we need for this is a allow/deny by IP-Address rule and set the
input SMTP channel to a address other than 127.0.0.1.

Is this reasonable or is this not recommended at all?

Many Thanks

Andreas

_______________________________________________
Users mailing list
Users(a)lists.djigzo.com
http://lists.djigzo.com/lists/listinfo/users

--
Djigzo open source email encryption

Zitat von Martijn Brinkers <martijn(a)djigzo.com>:

Yes that's possible. You must add the IP range if you want to relay
to external recipients to <authorizedAddresses> in config.xml:

example:

<authorizedAddresses> 127.0.0.0/8, 192.168.178.0/24 </authorizedAddresses>

Note that Postfix is much better at mail queuing. The MPA queue
blocks incoming email when the queue exceeds 2000 items (can be
changed in the config). The MPA will start accepting email when the
queue empties. If you have large bursts of incoming email it's
better to let Postfix do the queuing.

Okay, understand. I will also have a look for other adjustment like
concurrency and the like, but as said it is used only in the internal
network on a non standard port.

Regards

Andreas