Plaintext only for loopback?
Phil Pennock
info-cyrus-spodhuis at spodhuis.org
Sun Jan 13 22:09:25 EST 2008
On 2008-01-13 at 01:59 -0500, Chris Pepper wrote:
> So I'm left wondering: a) if there is a way to do this that I'm not
> getting (perhaps "on the wire" is more subtle than my simplistic
> reading), and b) if not, what's the best way to request/suggest this as
> an enhancement. Should I just open a bug in Bugzilla, or is there a
> better way?
It's been a little while since I've done this, so I'm not absolutely
sure of the details, but if memory serves ...
Run two different IMAP services from cyrus.conf:
SERVICES {
imap cmd="imapd" listen="imap.example.org:imap" prefork=1
imaplocal cmd="imapd" listen="localhost:imap" prefork=2
}
In imapd.conf you can prefix a configuration directive with the service
name, where the service name is exactly what you specified in SERVICES;
imaplocal_allowplaintext: 1
All possibly wrong, as I say; worth a try though.
-Phil
More information about the Info-cyrus
mailing list