IMAP configuration problem...

kotso

New member
Joined
Apr 5, 2007
Messages
4
Hello...

I'm new to DirectAdmin and mail servers... Before I had web server but not mail.

So after installing DA I cant log on mail...

I get

Error connecting to IMAP server: localhost.
111 : Connection refused


So i checked forum and tryed to do these:

cd /usr/local/directadmin/customapache
./build update
./build update_dovecot
./build dovecot
./build todovecot
/etc/rc.d/init.d/dovecot restart
echo "action=delete&value=mbox" >> /usr/local/directadmin/data/task.queue


everything was fine and currently devecot is running on my server.

Info: I dont use xinitd and I have not installed this...

then I tryed to do this:

cd /usr/local/directadmin/scripts
./set_permissions.sh email


but script gave error:

Can't open /etc/xinetd.conf: No such file or directory.
xinetd: unrecognized service


but still created IMAPD at /usr/sbin/

I tryed to connect from outlok but I get error like pass is not correct...

and in /var/log/maillog I found following error:

Apr 13 18:49:47 *** dovecot[2159]: auth(default): passwd-file(***@***.**,1.2.3.4): unknown user
Apr 13 18:49:47 *** dovecot[2159]: auth(default): shadow(***@***.**,1.2.3.4): unknown user


System is fedora 6.

SElinux disabled...

on firewall following ports are open: 21, 22, 25, 53, 80, 110, 143, 443, 953, 2222

Please advise what to do...

Constantin
 
Try this:
Code:
wget -O /etc/dovecot.conf http://files.directadmin.com/services/customapache/dovecot.conf
service dovecot restart
 
I tryed but not helped.... and also in log i did not see any more

Apr 13 18:49:47 *** dovecot[2159]: auth(default): passwd-file(***@***.**,1.2.3.4): unknown user
Apr 13 18:49:47 *** dovecot[2159]: auth(default): shadow(***@***.**,1.2.3.4): unknown user

tthis lines....

Now I just can not log and no log file is updated....

last what i see in log file is:

Apr 13 19:15:39 geons dovecot[2159]: Killed with signal 15
Apr 13 19:15:40 geons dovecot[31302]: Dovecot v1.0.rc29 starting up
 
Back
Top