Ports: Difference between revisions

No edit summary
No edit summary
Line 1: Line 1:
=Default Ports Used by Zimbra=
=Default Ports Used by Zimbra=
You may choose not to allow remote connections to all of these. In a multi-node environment, all nodes will need access to the ldap server or servers (389) and to the logger server (514), mta nodes will need access to lmtp on all mailbox nodes (7025), mailbox nodes will need admin port access to other mailbox nodes (7071).


==External Access==
==External Access==


These are ports typically available to mail clients. You may choose not to allow connections to all of these.
These are ports typically available to mail clients.


;25:smtp - incoming mail to postfix
;25:smtp [mta] - incoming mail to postfix
;80:http - web mail client
;80:http [mailbox] - web mail client
;110:pop3
;110:pop3 [mailbox]
;143:imap
;143:imap [mailbox]
;443:https - web mail client over ssl
;443:https [mailbox] - web mail client over ssl
;993:imaps - imap over ssl
;993:imaps [mailbox] - imap over ssl
;995:pops - pop over ssl
;995:pops [mailbox] - pop over ssl
;7071:https - admin console
;7071:https [mailbox] - admin console


==Internal Access==
==Internal Access==


These are ports typically only used by the zimbra system itself. In a multi-node environment, all nodes will need access to the ldap server or servers (389).
These are ports typically only used by the zimbra system itself.


;389:ldap
;389:ldap [ldap]
;7025:lmtp - local mail delivery
;7025:lmtp [mailbox] - local mail delivery
;7047:conversion server
;7047:conversion server
;7306:mysql
;7306:mysql [mailbox]
;7307:mysql - logger
;7307:mysql [logger] - logger
;7780:http - spell check
;7780:http [mailbox] - spell check
;10024:smtp - to amavis from postfix
;10024:smtp [mta] - to amavis from postfix
;10025:smtp - back to postfix from amavis
;10025:smtp [mta] - back to postfix from amavis
 
 
==System==
;22:ssh
;514:syslogd [logger]

Revision as of 15:46, 19 April 2007

Default Ports Used by Zimbra

You may choose not to allow remote connections to all of these. In a multi-node environment, all nodes will need access to the ldap server or servers (389) and to the logger server (514), mta nodes will need access to lmtp on all mailbox nodes (7025), mailbox nodes will need admin port access to other mailbox nodes (7071).

External Access

These are ports typically available to mail clients.

25
smtp [mta] - incoming mail to postfix
80
http [mailbox] - web mail client
110
pop3 [mailbox]
143
imap [mailbox]
443
https [mailbox] - web mail client over ssl
993
imaps [mailbox] - imap over ssl
995
pops [mailbox] - pop over ssl
7071
https [mailbox] - admin console

Internal Access

These are ports typically only used by the zimbra system itself.

389
ldap [ldap]
7025
lmtp [mailbox] - local mail delivery
7047
conversion server
7306
mysql [mailbox]
7307
mysql [logger] - logger
7780
http [mailbox] - spell check
10024
smtp [mta] - to amavis from postfix
10025
smtp [mta] - back to postfix from amavis


System

22
ssh
514
syslogd [logger]
Jump to: navigation, search