Difference between revisions of "OPS335 Dovecot"

From CDOT Wiki
Jump to: navigation, search
(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 996 =
+
= Testing POP3 port 995 =
* openssl s_client -connect 192.168.122.184:996
+
* openssl s_client -connect 192.168.122.184:995
  
 
= Testing IMAP port 143 =
 
= Testing IMAP port 143 =

Revision as of 12:27, 14 February 2012

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