Configuring the firewall for Leopard

Chad Leigh chad+macosx at objectwerks.com
Sat Oct 27 22:09:43 PDT 2007


On Oct 27, 2007, at 12:40 PM, Dan Shoop wrote:

>
> And re-read what I said in the last post. Because the answer here  
> is still going to come down to that if you just enabled the imap  
> port, however did that with whatever firewall, you've not enabled  
> port 993 since imap doesn't run on that port.
>

It doesn't?

% grep imap /etc/services
imap            143/udp     # Internet Message Access Protocol
imap            143/tcp     # Internet Message Access Protocol
imap3           220/udp     # Interactive Mail Access Protocol v3
imap3           220/tcp     # Interactive Mail Access Protocol v3
imap4-ssl       585/udp     # IMAP4+SSL (use 993 instead)
imap4-ssl       585/tcp     # IMAP4+SSL (use 993 instead)
imaps           993/udp     # imap4 protocol over TLS/SSL
imaps           993/tcp     # imap4 protocol over TLS/SSL
%

Sure  looks like it does to me.

993 is the standard for encrypted imap

Chad



More information about the MacOSX-admin mailing list