Difference between revisions of "OPS335 Dovecot"
(→Testing POP3 port 110) |
(→Testing POP3 port 996) |
||
Line 6: | Line 6: | ||
= Testing POP3 port 996 = | = Testing POP3 port 996 = | ||
+ | * openssl s_client -connect 192.168.122.184:996 | ||
= Testing IMAP port 143 = | = Testing IMAP port 143 = |
Revision as of 10:16, 14 February 2012
Contents
Configuration for IMAP and POP3
- Edit the configuration file /etc/dovecot/dovecot.conf
Testing POP3 port 110
- telnet 192.168.122.184 110
Testing POP3 port 996
- openssl s_client -connect 192.168.122.184:996
Testing IMAP port 143
Testing IMAP port 993
- openssl s_client -connect 192.168.122.184:993