Multiple domains, Cyrus won't listen!
Veigar Freyr Jökulsson
veigar at tviund.is
Wed Sep 11 20:12:28 EDT 2002
----- Original Message -----
From: "Ray Anderson" <rsa at i-deasatwork.com>
To: "Cyrus (E-mail)" <info-cyrus at lists.andrew.cmu.edu>
Cc: "'Veigar Freyr Jökulsson'" <veigar at tviund.is>
Sent: Wednesday, September 11, 2002 11:39 PM
Subject: RE: Multiple domains, Cyrus won't listen!
>
> > You need to specify for each domain wich ip to bind to, for example:
> >
> > SERVICES {
> > # tviund.is
> > imap cmd="imapd -C /etc/imapd.conf"
> > listen="194.144.146.145:imap"
> > prefork=1
> > pop3 cmd="pop3d -C /etc/imapd.conf"
> > listen="194.144.146.145:pop3"
> > prefork=1
> > sieve cmd="timsieved -C /etc/imapd.conf"
> > listen="194.144.146.145:sieve" prefork=0
> > lmtpunix cmd="lmtpd -C /etc/imapd.conf"
> > listen="/var/imap/socket/lmtp" prefork=1
> >
> >
> > etc. etc.
> >
> > --
> > Veigar Freyr Jökulsson
> > veigar at tviund.is
> >
>
> Thank you for your reply, however I've tried it with the hostname, the ip
> address, and the bracketed ip address as shown below:
>
> > > # UNIX sockets start with a slash and are put into /var/imap/socket
> > > SERVICES
> > > {
> > > # domain1
> > > imap-d1 cmd="imapd -C /etc/cyrus/domain1.conf"
> listen="d1.localdomain.com:imap" prefork=1
> > > pop3-d1 cmd="pop3d -C /etc/cyrus/domain1.conf"
> listen="d1.localdomain.com:pop3" prefork=1
> > > lmtpunix-d1 cmd="lmtpd -C /etc/cyrus/domain1.conf"
> listen="/var/imap/domain1.com/socket/lmtp" prefork=1
> > >
>
> Still no joy.
>
> ????
>
>
> Thanks!
>
> -=Ray
Could there be one instance of imapd/pop3 that is binding to any available
address,
you should se something similar to:
tcp 0 0 0.0.0.0:143 0.0.0.0:* LISTEN
in netstat....
Is there nothing in the logs ?
--
Veigar Freyr Jökulsson
veigar at tviund.is
More information about the Info-cyrus
mailing list