Difference between revisions of "OPS335 Dovecot"
(→Testing IMAP port 143) |
(→Testing POP3 port 996) |
||
Line 5: | Line 5: | ||
* telnet 192.168.122.184 110 | * telnet 192.168.122.184 110 | ||
− | = Testing POP3 port | + | = Testing POP3 port 995 = |
− | * openssl s_client -connect 192.168.122.184: | + | * openssl s_client -connect 192.168.122.184:995 |
= Testing IMAP port 143 = | = Testing IMAP port 143 = |
Revision as of 11:27, 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 995
- openssl s_client -connect 192.168.122.184:995
Testing IMAP port 143
- telnet 192.168.122.184 143
Testing IMAP port 993
- openssl s_client -connect 192.168.122.184:993