Hi,
My imap server is up and running on Debian 5.0 / Lenny.
The only problem is that imap only listens at one single IP address.
This is from the config file ( /etc/courier/imapd ) :
Code:
# Address to listen on, can be set to a single IP address.
#
# ADDRESS=127.0.0.1
ADDRESS=10.0.0.2
Does this mean you can't put 2 addresses there?
I tried the following options which all did not work:
Code:
ADDRESS=10.0.1.1,10.0.0.2
ADDRESS="10.0.1.1,10.0.0.2"
ADDRESS="10.0.1.1, 10.0.0.2"
ADDRESS=10.0.
ADDRESS=10.0.0.0/32