Syntax to specify Bind IP for POP connections

(from 118207-52)6409315 RFE: option to specify IP to which to bind outgoing POP connectionsJay,Can you find the syntax to specify this?thxSteve
[185 byte] By [Steve@UW] at [2007-11-26 11:01:00]
# 1

By default, this will be the same as the "service.listenaddr". The RFE was to allow this to bind to a different address.

If that's what you're looking for,

local.service.http.popbindaddr

is the configutil setting. You may not be able to set this with the normal configutil setting,

./configutil -o local.service.http.popbindaddr -v 1.2.3.4

If so, use the -l (local) form:

./configutil -o -l local.service.http.popbindaddr -v 1.2.3.4

jay_plesset at 2007-7-7 3:14:41 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Messaging Server...