At 08:59 -0400 Scott Adkins wrote: > SOLUTION: > > In /etc/imapd.conf (the default file), have allowplaintext:no in it. > In another config file, maybe /etc/imapd-local.conf, have yes as the > value of that paramter. Then in your cyrus.conf file, you can call > the services like the following: > > imap cmd="imapd" listen="hostname:imap" > imapp cmd="imapd -C /etc/imapd-local.conf" listen="localhost:imap" > imaps cmd="imapd -s" listen="imaps"
Neat trick! :) I'm not sure what "imapp" is, but I've got sieve only listening on localhost for now. A necessary evil till we either find PHP 4.3 in sid, or move to Red Hat..