> We are using cyrus and webmail (on a different box). I wanted to comment > out imap on /etc/cyrus.conf file, only to find that webmail stopped > working. So back to uncomment the line > imap cmd="imapd" listen="imap" prefork=5 > > I suppose we can use stunnel on the webmail machine in the following way: > /usr/sbin/stunnel -d 993 -l /usr/sbin/imapd imapd > > but this would not solve the problem of imapproxy. > > Is there any simple answer?
If you run imapproxy on the cyrus-imapd server, you can limit imapd to just listen on localhost. Something like listen="localhost:imap" should do it. Simon > > Regards > > Sujit > ---- > Cyrus Home Page: http://asg.web.cmu.edu/cyrus > Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu > List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html > ---- Cyrus Home Page: http://asg.web.cmu.edu/cyrus Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html