[Dovecot] 1.0-test

celtita celtita at bonbon.net
Thu Mar 10 19:30:15 EET 2005


Iam see in the config.log (dovecot compile from sources)

config.log:/usr/bin/ld: cannot find -lssl
config.log:ac_cv_lib_ssl_SSL_read=no
config.log:ssldir='/usr/share/ssl'


??
thanks



-----Mensaje original-----
De: dovecot-bounces at dovecot.org [mailto:dovecot-bounces at dovecot.org] En
nombre de celtita
Enviado el: Jueves, 10 de Marzo de 2005 12:01
Para: dovecot at dovecot.org
Asunto: RE: [Dovecot] 1.0-test


Cat /etc/services

telnets         992/tcp
telnets         992/udp
imaps           993/tcp                         # IMAP over SSL
imaps           993/udp                         # IMAP over SSL
ircs            994/tcp
ircs            994/udp
pop3s           995/tcp                         # POP-3 over SSL
pop3s           995/udp                         # POP-3 over SSL

uname OpenBSD 3.5
dovecot 1.0test
Postfix latest release

Netstat -an
And 993 not work.

Any example configuration wiht imaps working?

Thanks






-----Mensaje original-----
De: dovecot-bounces at dovecot.org [mailto:dovecot-bounces at dovecot.org] En
nombre de Andrew Boothman
Enviado el: Jueves, 10 de Marzo de 2005 11:32
Para: celtita
CC: dovecot at dovecot.org
Asunto: Re: [Dovecot] 1.0-test

celtita wrote:

> In Dovecot config:
> 
> ssl_disable = no
> ssl_cert_file = /usr/share/ssl/certificados/publico.pem
> ssl_key_file = /usr/share/ssl/certificados/privado.pem
> 
> a execute /usr/local/sbin/dovecot 
> netstat showme LISTEN 143 but not 993
> 
> i put only imaps and not LISTEN in the port associate.

In your dovecot.conf, do you have:

protocols = imap imaps

You must have imaps in your protocols line for IMAPS to be used. Also 
make sure that ssl_disable is NOT set.

Andrew




More information about the dovecot mailing list