Re: [Dovecot] POPS and IMAPS with dovecot
Hi:
the problem was due to some links from openssl, but now I have the following message:
Mar 23 10:55:17 mailer dovecot: [ID 583,609 mail.warning] imap-login: Waiting for SSL parameter file ssl-parameters.dat
¿what is the meaning of that?
LCC Wilberth de Jesús Pérez Segura CCSA- Administración de Servicios y Seguridad de las TI Correo: wilberth.perez@uady.mx Universidad Autónoma de Yucatán Secretaría General Coordinación Administrativa de Tecnologías de Información RIUADY C-59 x Av. Itzáes (999)923-74-28 Ext. 1117 Mérida, Yucatán, México 2010
El 23/03/2010 10:16 a.m., Mira Das escribió:
I think you should give the proper IP addesses
Try this as it works for me
protocol imap { listen = 192.168.1.201:143 ssl_listen = 192.168.1.201:993 imap_max_line_length = 65536 mail_plugins = imap_quota quota trash .......... }
protocol pop3 { listen = 192.168.1.201*:110 ssl_listen = 192.168.1.201*:995 pop3_no_flag_updates = no pop3_uidl_format = %08Xu%08Xv pop3_client_workarounds = outlook-no-nuls oe-ns-eoh ............. }
Mira Das EcoSuite Corporation mira@ecosuite.com 561-945-4466
-----Original Message----- Received On: Tue, 23 Mar 2010 at 12:12 PM EDT From: =?ISO-8859-1?Q?Wilberth_P=E9rez?= wilberth.perez@uady.mx Subject: [Dovecot] POPS and IMAPS with dovecot To: dovecot@dovecot.org
Hi everyone:
when I try to run dovecot after modifying the dovecot.conf file I have the following error messages:
Mar 23 09:56:52 mailer dovecot: [ID 583609 mail.info] Dovecot v1.2.10 starting up Mar 23 09:56:52 mailer dovecot: [ID 583609 mail.info] Generating Diffie-Hellman parameters for the first time. This may take a while.. Mar 23 09:56:52 mailer dovecot: [ID 583609 mail.error] ssl-build-param: ld.so.1: ssl-build-param: fatal: libssl.so.0.9.8: open failed: No such file or directory Mar 23 09:56:52 mailer dovecot: [ID 583609 mail.error] dovecot: child 8103 (ssl-build-param) killed with signal 9 Mar 23 09:56:53 mailer dovecot: [ID 583609 mail.error] dovecot: Temporary failure in creating login processes, slowing down for now Mar 23 09:56:53 mailer dovecot: [ID 583609 mail.error] imap-login: ld.so.1: imap-login: fatal: libssl.so.0.9.8: open failed: No such file or directory Mar 23 09:56:53 mailer dovecot: [ID 583609 mail.error] pop3-login: ld.so.1: pop3-login: fatal: libssl.so.0.9.8: open failed: No such file or directory Mar 23 09:56:53 mailer last message repeated 2 timesMar 23 09:56:53 mailer dovecot: [ID 583609 mail.error] dovecot: child 8110 (login) killed with signal 9 Mar 23 09:56:53 mailer dovecot: [ID 583609 mail.error] dovecot: child 8109 (login) killed with signal 9Mar 23 09:56:53 mailer dovecot: [ID 583609 mail.error] dovecot: child 8108 (login) killed with signal 9 Mar 23 09:56:53 mailer dovecot: [ID 583609 mail.error] dovecot: child 8107 (login) killed with signal 9Mar 23 09:56:53 mailer dovecot: [ID 583609 mail.error] dovecot: child 8106 (login) killed with signal 9 Mar 23 09:56:53 mailer dovecot: [ID 583609 mail.error] imap-login: ld.so.1: imap-login: fatal: libssl.so.0.9.8: open failed: No such file or directoryMar 23 09:56:53 mailer last message repeated 1 time Mar 23 09:56:53 mailer dovecot: [ID 583609 mail.error] dovecot: child 8111 (login) killed with signal 9
Any idea what this wrong?
My dovecot.conf have enable the following:
protocol imap { listen = *:143 ssl_listen = *:993 mail_plugins = quota imap_quota mail_plugin_dir = /usr/local/lib/dovecot/imap }
protocol pop3 { listen = *:110 ssl_listen = *:995 mail_plugins = quota }
# SSL/TLS support: yes, no, required.
ssl = yes ssl_cert_file = /etc/certs/mailer/mailer-crt.pem ssl_key_file = /etc/certs/mailer/mailer-key.pem ssl_ca_file = /etc/certs/mailer/CA-crt.pem
compilation of dovecot was as follows:
CPPFLAGS='-I/opt/mysql/include/mysql -I/usr/local/ssl/include' LDFLAGS='-L/opt/mysql/lib/mysql -L/usr/local/ssl/lib' ./configure --with-sql --with-mysql --with-ssl --with-ssldir=/usr/local/ssl/
--
LCC Wilberth de Jesús Pérez Segura CCSA- Administración de Servicios y Seguridad de las TI Correo: wilberth.perez@uady.mx Universidad Autónoma de Yucatán Secretaría General Coordinación Administrativa de Tecnologías de Información RIUADY C-59 x Av. Itzáes (999)923-74-28 Ext. 1117 Mérida, Yucatán, México 2010
participants (1)
-
Wilberth Pérez