Hi folks,
my system's freeBSD 4.9 stable. I've installed bincimap and vpopmail from
ports. I use qmail.
Well, when I try to connect with binc over ssl (I use ucspi-ssl), I see
that:
observe# openssl s_client -connect 127.0.0.1:993
CONNECTED(00000003)
[...]
* OK Welcome to Binc IMAP v1.2.3 (c) Copyright 2002, 2003 Andreas Aardal
Hanssen at 2004-03-29 16:44:05 CEST
a100 LOGIN test testpass
* BAD Syntax error: Expected CRLF after password
I've tried with [EMAIL PROTECTED] too (like qmail user), but nothing.
The log says a generic "Unprivileged stub shutting down".
This is my runscript:
---------------------------------------------------------------
#!/bin/sh
exec 2>&1
CERTFILE="/var/qmail/certs/pop3s.cert"
KEYFILE="/var/qmail/certs/pop3s.key"
DHFILE="/var/qmail/certs/dh1024.pem"
export CERTFILE KEYFILE DHFILE
exec \
/usr/local/bin/softlimit -m 3800000 \
/usr/local/bin/sslserver -c 100 -u 0 -g 0 -l 0 -HDRP 0 993 \
/usr/local/bin/bincimap-up \
--logtype=multilog --conf=/usr/local/etc/bincimap/bincimap.conf
/usr/local/vpopmail/bin/vchkpw-noroaming \
/usr/local/bin/bincimapd
----------------------------------------------------------------
This is my bincimap.conf:
----------------------------------------------------------------
Authentication {
allow plain auth in non ssl = "no",
auth penalty = 4,
disable starttls = "no"
}
Security {
jail path = "/var/qmail/supervise/imaps",
jail user = "nobody",
jail group = "nobody"
}
Log {
type = "multilog",
environment ip variable = "TCPREMOTEIP"
}
Mailbox {
depot = "Maildir++",
type = "Maildir",
path = "Maildir",
auto create inbox = "yes",
auto subscribe mailboxes = "INBOX",
umask = "077"
}
Session {
idle timeout = 1860,
auth timeout = 60,
transfer timeout = 1200,
transfer buffer size = 1024
}
SSL {
pem file = "/var/qmail/certs/dh1024.pem",
ca file = "",
cipher list = "!ADH:RC4+RSA:HIGH:MEDIUM:LOW:EXP:+SSLv2:+EXP",
verify peer = "no"
}
-----------------------------------------------------------------
There's someone that could help me?
What the problem with vpopmail at
http://lifewithbincimap.org/index.php/HelpMe/QmailVpopmail? Is a problem for
me?
Thanks for your support
Regards
Andrea