Hi,
I am installing bincimap-1.2.7final with vpopmail. I run it from xinetd with
the similar conf file given in the docs. I now test it with Mozilla
Mail. Now I get in syslog,
Jul 10 21:53:05 localhost bincimap-up[3891]: connection from 127.0.0.1
Jul 10 21:53:11 localhost bincimapd[3895]: <[EMAIL PROTECTED]> authenticated
But I cannot see any messages in the Inbox. There is one lone mail
which I checked thru' POP3.
My run file is,
service imap
{
disable = yes
flags = REUSE
socket_type = stream
wait = no
user = root
group = root
instances = UNLIMITED
server = /usr/local/bin/bincimap-up
server_args = --conf=/usr/local/etc/bincimap.conf --logtype=syslog --
/home/vpopmail/bin/vchkpw /usr/local/bin/bincimapd
log_type = SYSLOG daemon info
}
What is wrong?
Regards,
-Payal