On Mon, 18 Oct 2004, wisej wrote: >Sorry to keep being a pest... I tried to add compat libraries which >apear to have the g++ stuff but still did not have the ability to >compile the src rpm... fired up a RHEL Everything install vm and >compiled it. Installed ok so I am making progress. Also went through >process of generating key.
Hey, no problem. This list is for helping you get rid of pest. (?) >Current Status: >[EMAIL PROTECTED]:~> telnet 10.0.0.187 143 >Trying 10.0.0.187... >Connected to 10.0.0.187. >Escape character is '^]'. >* OK Welcome to Binc IMAP Copyright (C) 2002-2004 Andreas Aardal Hanssen >at 2004-10-18 21:01:15 EDT >(This is interesting as I would have thought this would fail as I did >the nmodification "allow plain auth in non ssl = "no"," to disable non >SSL connections.) Oh, but you can start an SSL connection as a plain text connection. The client issues the STARTTLS command, which starts the SSL handshake. >Tried to get output from log and was a little confused as to where >logging for bincimap is done. As a rule I usually have a shell open with >'tail -f /var/log/messages' but the only logging I get of note is >seeming related to pop3d (but may be applicable as bincimap appears to >use much of the same infrastructure) Right, Binc IMAP logs to multilog by default. If you want to avoid log problems you can set the log type to syslog in your conf file. >[EMAIL PROTECTED] pop3d]# tail /var/log/qmail/pop3d/current >@40000000416f2dfa0764c8bc /usr/local/bin/tcpserver: error while loading >shared libraries: libc.so.6: failed to map segment from shared object: >Cannot allocate memory >.... >Am I wrong in saying all bincimap logging is done via: >[EMAIL PROTECTED] log]# ls /etc/opt/bincimap/service/imap/log/ >run supervise >[EMAIL PROTECTED] log]# ls /etc/opt/bincimap/service/imap/log/supervise/ >control lock ok status That's the service directory, but the actual file the logs are written to is listed in /etc/opt/bincimap/service/imap/log/run. >As usual all help or statements of RTFM are welcome so long as I can >continue to move forward and get things working. First make sure that you're checking the correct log, or switch to syslog mode. That should help. :-) 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."
