On Tue, 8 Jun 2004, RYAN vAN GINNEKEN wrote: >added the dashes like this to my run file but still get the same error >--/usr/local/bin/checkpassword >/usr/local/bin/recordio >/usr/local/bin/bincimapd
Okay. >What about recordio it seems to do nothing i guess it is not even >running must be a script somewhere. >What i do need is how to add several hostnames and ips to my imaps >service so i can login both internally and externally. >The dashes after ssl must be equal to dashes before the authenticator??? Yes, the following config file is correct, although it doesn't contain recordio. >***** /usr/local/etc/bincimap/imaps > --logtype=multilog \ > --conf=/usr/local/etc/bincimap/bincimap.conf --ssl -- \ > /usr/local/bin/checkpassword \ > /usr/local/bin/bincimapd Okay, to sum it up, you have a working service, you're running 1.2.6, and you'd like to allow plain logins when people/squirrelmail are connecting to the localhost interface. I hope I understand you correctly. You're running a separate service for the 127.0.0.1 server. This has a separate service directory, and a separate symlink in /service. The run file in this service directory has --allow-plain as an argument to bincimap-up. Yet the service does not allow plain text authentication. I've tested this exact setup here, and it works fine. The only thing I can think of is that one of the observations above is wrong. You could try with a separate conf file, specifying its path with the --conf=<path> argument to bincimap-up, and set the plain auth setting there (not using the --allow-plain argument). 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."
