Dovecot

Deftone

Verified User
Joined
Oct 29, 2006
Messages
25
Dear users,

I just installed Dovecot. I followed the instructions on the site from DA.
Now when I try to start dovecot I got this error:

Starting Dovecot Imap: Error: Can't use SSL certificate /etc/ssl/certs/dovecot.pem: No such file or directory
[FAILED]

What should I do now?
 
OK I'm a littlebit futher.
I disabled SSL in dovecot.conf and now I can start dovecot.
But right now I can not login in to the webmail

Uebimiau gives me a error :

ERROR (2): fsockopen() [function.fsockopen]: unable to connect to localhost:110 (Connection refused) (/var/www/html/webmail/inc/class.uebimiau_mail.php:78)

SquirrelMail gives me:

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

Any idea's. I al ready started xinted
 
Ok i did that.
But the error stays.
What I saw is that when I look in to DA I see dovecot is stopped.
When I try to start dovecot i get:

Starting Dovecot Imap: [ OK ]
But when I look into DA it's still stopped
When I try to stop dovecot I get:
Stopping Dovecot Imap: [FAILED]
 
Last edited:
Code:
cd /etc
rm -rf dovecot.conf
wget http://files.directadmin.com/services/custombuild/dovecot.conf

After this try:
Code:
service dovecot restart
 
Ok I did that.
Now I get
Code:
/etc/init.d/dovecot restart
Stopping Dovecot Imap: [FAILED]
Starting Dovecot Imap: Fatal: listen(143) failed: Address already in use
 
Hmh, try this:
Code:
cd /usr/local/directadmin/customapache
./build update
./build update_dovecot
./build todovecot
service dovecot restart
 
Ok just one problem.
I can send emails but I can not recive them.
I send 2 emails to my email adres but they did not arrived in my mail box
I dont get any error back :(
 
Back
Top