Hello all
i have a problem with cyrus.
On the one machine i have bind 64
ip-addresses.
But the cyrus imap and pop3 daemon should not
listen on all 64 ip-addresses
I would like defined some of this ip-addresses to
listen the imap and pop3 daemon.
For example:
imap cmd="imapd"
listen="XXX.XXX.148.1:imap"
prefork=0
imap cmd="imapd" listen="XXX.XXX.148.2:imap" prefork=0 imap cmd="imapd" listen="XXX.XXX.148.3:imap" prefork=0 imap cmd="imapd" listen="XXX.XXX.148.4:imap" prefork=0 imap cmd="imapd" listen="XXX.XXX.148.5:imap" prefork=0 imaps cmd="imapd -s" listen="imaps" prefork=0 pop3 cmd="pop3d" listen="XXX.XXX.138.1:pop3" prefork=0 pop3 cmd="pop3d" listen="XXX.XXX.148.1:pop3" prefork=0 pop3 cmd="pop3d" listen="XXX.XXX.148.2:pop3" prefork=0 pop3 cmd="pop3d" listen="XXX.XXX.148.3:pop3" prefork=0 pop3 cmd="pop3d" listen="XXX.XXX.148.4:pop3" prefork=0 pop3 cmd="pop3d" listen="XXX.XXX.148.5:pop3" prefork=0 But the cyrus doesn´t start.and in syslog can read
following error message:
Dec 2 23:19:45 server master[16150]: multiple
entries for service 'imap'
Dec 2 23:19:45 server master[16150]: exiting How can defined multiple entries for imap and pop3
services?
Installed is cyrus-imapd-2.1.15-35
On older cyrus version run´s this configuration
with multiple entries.
Many thanks in advance for your help.
Greeting from Joachim
|
- Re: multiple services doesn´t start Joachim Hummel
- Re: multiple services doesn´t start Jonathan Marsden