Results 1 to 1 of 1
Hi folks,
Ubuntu 6.05.3 drake amd64
Postfix 2.2.10
dovecot-common 1.0.beta3
dovecot-imapd 1.0.beta3
dovecot-pop3d 1.0.beta3
I'm following;
Ubuntu Server Guide
https://help.ubuntu.com/6.06/ubuntu/...e/C/index.html
to build this LAMP server w/o having encountered much problem. ...
- 05-23-2008 #1Linux Guru
- Join Date
- Sep 2004
- Posts
- 1,546
Problem on dovecot
Hi folks,
Ubuntu 6.05.3 drake amd64
Postfix 2.2.10
dovecot-common 1.0.beta3
dovecot-imapd 1.0.beta3
dovecot-pop3d 1.0.beta3
I'm following;
Ubuntu Server Guide
https://help.ubuntu.com/6.06/ubuntu/...e/C/index.html
to build this LAMP server w/o having encountered much problem. After completion I started testing it and found postfix can't receive mails.
Remark:
having run update and upgrade several times
$ telnet localhost pop3Code:Trying 127.0.0.1... telnet: Unable to connect to remote host: Connection refused
$ sudo /etc/init.d/dovecot restartCode:Restarting mail server: dovecotError: Can't use SSL certificate /etc/ssl/certs/dovecot.pem: No such file or directory
$ sudo locate dovecot.pem
No printout
$ ls -al /etc/ssl/certs/Code:total 24 drwxr-xr-x 2 root root 4096 2008-05-19 22:27 . drwxr-xr-x 4 root root 4096 2008-04-18 07:28 .. lrwxrwxrwx 1 root root 21 2008-04-18 07:28 a69cfdd6 -> ssl-cert-snakeoil.pem -rw-r--r-- 1 root root 1208 2008-05-19 22:25 cacert.pem -rw-r--r-- 1 root root 904 2008-05-07 20:39 server.crt -rw-r--r-- 1 root root 895 2008-05-19 22:20 smtpd.crt -rw-r--r-- 1 root root 1139 2008-04-18 07:28 ssl-cert-snakeoil.pem
/etc/dovecot/dovecot.confRemark:Code:ssl_cert_file = /etc/ssl/certs/dovecot.pem ssl_key_file = /etc/ssl/private/dovecot.pem ssl_disable = no disable_plaintext_auth = no
Previously dovecot.pem were there.
$ telnet localhost pop3It worked prviously.Code:Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. +OK Dovecot ready. quit +OK Logging out Connection closed by foreign host.
Please help. TIA
B.R.
satimis


Reply With Quote