service.listenaddr more then one IP
Hello,
the documentation is not clear if I can set service.listenaddr to multiple addresses ( but not the default listen on all addresses), for example
configutil -o service.listenaddr -v "192.168.1.10 192.168.2.10"
Also, could I list multiple addresses in dispatcher.cnf
[SERVICE=SMTP]
PORT=25
...
INTERFACE_ADDRESS=192.168.1.10
INTERFACE_ADDRESS=192.168.2.10
!
Thanks,
D.

