> The "connectionLimit" parameter for the SMTP/POP3/NNTP block
> is not working for me.

What version of James?  I don't spot anything wrong at a quick glance in the
code, but would have to look further.

AbstractJamesService.configure() and AbstractJamesService.initialize() are
the key routines.  The connectionLimit and max-connections use the same
logic.  Looks to me that if the connection manager is not our
SimpleConnectionManager, we won't use the service-specific setting.  If
there is a log entry saying that the service "will allow a maximum of #
connections" then we are using our connection manager.

        --- Noel


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to