On Sat, 12 Jun 2004, RYAN VAN GINNEKEN wrote:
>First let me ask if this makes sense i have allow plain auth in non ssl =
>"yes", in my conf file but only want to allow plain for localhost so i
>have 127.0.0.1 143 in my imap run file. Also i have the --ssl stuff added
>to my imaps run file so does this achive what i want.  Plain login from
>127.0.0.1 on 143 and only ssl login from any ip on 933 or should i set
>allow plain auth in non ssl = "no", and override with the --allow-plain
>in my imap run file.

Just to answer this; the "--allow-plain" and "allow plain auth in non ssl"
arguments apply only to plain text connections, non-SSL. They are ignored
by the server which uses --ssl. So your setup works fine, although some
IMAP clients don't let you connect to IMAP on any other port than 143.

If people complain about getting "connection refused" when connecting, and
their clients can't use the port 993 service, you'll probably have to set
up a service on port 143, but which doesn't allow plain text auth.

Andy :-)

--
Andreas Aardal Hanssen   | http://www.andreas.hanssen.name/gpg
Author of Binc IMAP      |  "It is better not to do something
http://www.bincimap.org/ |        than to do it poorly."

Reply via email to