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

Reply via email to