Help Center
How do I set up IMAP, POP3/SMTP on the client using a domain name?
[TOC]

Step 1: Set up CNAME

1.Go to the DNS management page: The page is provided by the DNS service provider when you purchase the domain name. If you have no clue about the DNS service provider, check it out first.

2.Find the location for CNAME setup.

3.Add a CNAME record:
(1) If you select POP:
CNAME: pop.domain name; alias host: pop.exmail.qq.com
CNAME value: smtp.domain name; alias host: smtp.exmail.qq.com

(2) If you select imap:
CNAME: imap.domain name; alias host: imap.exmail.qq.com
CNAME value: smtp.domain name; alias host: smtp.exmail.qq.com

Step 2: Make settings on the client

POP3/SMTP
Incoming mail server: pop.domain name; disable SSL; port 110
Outgoing mail server: smtp.domain name; disable SSL; port 25

IMAP/SMTP
Incoming mail server: imap.domain name; disable SSL; port 143
Outgoing mail server: smtp.domain name; disable SSL; port 25
Note: Non-SSL configuration is not supported by Foxmail for Windows.