Question on setting up dovecot

Oscar del Rio delrio at mie.utoronto.ca
Thu Feb 11 19:53:38 UTC 2016


On 02/11/16 12:09 PM, Jeffery Small wrote:
> # ls -l /var/mail/sherril
> -rw-rw---- 1 sherril mail 194900 Feb 11 09:00 /var/mail/sherril
>
> Yet, no mail is pulled over.  Are there any clues here?

http://wiki.dovecot.org/TestInstallation

Examples using openssl s_client:

openssl s_client -connect server_ip:143 -starttls imap

a login username password
b list "" *
c select INBOX
d fetch 1:* flags
e fetch 1:* INTERNALDATE
f fetch 1:* (body[header.fields (from to subject date)])
g logout

openssl s_client -connect server_ip:110 -starttls pop3

user username
pass password
list
retr 1
quit



More information about the dovecot mailing list