IMAP4 Service Configuration
IMAP4 Service enables the user to receive email from mailbox to local email client
based on IMAP4 protocol.
General Settings
- IP Address
-
By default, SMTP/POP3/IMAP4/Remote Object Call services listen on all IP addresses
of the server. In most case, you do not have to change this setting. To make the
service to listen on specified IP address, you can change the IP Address field like
this:
Important Notice: Please have your IMAP4 service always listens on 143 port. 143 is
a standard port to accept IMAP4 connection from email client.
- Port
-
Tcp port to accept the IMAP4 connection, default is 143.
- SSL IP Address
-
By default, SMTP/POP3/IMAP4/Remote Object Call services listen on all IP addresses
of the server. In most case, you do not have to change this setting. To make the
service to listen on specified IP address, you can change the IP Address field like
this:
- SSL Port
-
Tcp port to accept the IMAP4 SSL connection, default is 993.
- SSL enabled
-
Enable or disable SSL connection.
- STARTTLS Command
-
If this option is enabled, email client can switch connection from normal TCP connection
to SSL connection in IMAP4 connection.
- Connection Control
-
Connection control is to block connection to IMAP4 server from specific subnets or
IP addresses. EmailArchitect Email server offers you the following 2 options (Permit
List and Deny List):
-
Only the IP addresses in the list. Only the IP addresses is matched to an item in
the list, the user can connect to the IMAP4 server.
-
All except the IP addresses in the list. If the IP addresses is matched to an item
in the list, the user cannot connect to the IMAP4 server. (This option is recommended)
Wildcard character (*) or CDIR syntax are available to identify a group of IP addresses.
E.g. 192.168.0.* or 202.*. CDIR syntax: E.g. 192.168.0.1/16 represents a group IP
addresses from 192.168.0.1~192.168.255.255.
See Also
Quick Tutorial User Permissions
Domain Administration User Administration
Services Administration SMTP Service
POP3 Service IMAP4 Service
Remote Object Call Service Webmail Service
SSL Configuration Realtime Black List
Anti-Spam Anti-Virus
List Administration Traffic Control
DBConnector Mail Archive
DomainKeys and DKIM signature
Storage and User Mailbox
Incoming/outgoing Filters
Advanced Functions in Filter
Templates
EmailArchitect Server
Website
EmailArchitect Server Community
then just input 192.168.0.1 to IP address.
If you want to bind multiple addresses in this service.
192.168.0.1
192.168.0.2
192.168.0.3
Then input: 192.168.0.1, 192.168.0.2, 192.168.0.3
If you want to bind multiple addresses with different port
192.168.0.1 with 143 port
192.168.0.2 with 143 port
192.168.0.3 with 143 port
Then input: 192.168.0.1 143, 192.168.0.2 143, 192.168.0.3 143
If you also use * to listen on all IP addresses on specified port