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@dovecot.org [mailto:dovecot-bounces@dovecot.org] En nombre de Andrew Boothman Enviado el: Jueves, 10 de Marzo de 2005 11:32 Para: celtita CC: dovecot@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