You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,24 +36,24 @@ run MailServerManager.exe at the machine runs mailserver service or app.
36
36
## Add virtual server
37
37
38
38
- type name and select storage api
39
-
-[your vitural server]>system>general add dns servers for query mailto's domain mx record.
40
-
-[your vitural server]>system>services enable smtp and pop3 services and set ipaddress binding with or without ssl/tls. the host name is required when set bindings. eg. bind smtp service to smtp.[your.domain] + IPAddress.Any
41
-
-[your vitural server]>system>service>relay 'send email using DNS' and set at least a local ipaddress binding for email sending. the name of the binding here only a name,not mean domain.
42
-
-[your vitural server]>system>logging enable logging for all services when something error you can see the details from 'Logs and Events' node
43
-
-[your vitural server]>domains set email host domain, eg. if your email will be [email protected] then the domain should be abc.domain, description is optional
44
-
-[your vitural server]>security !!! important, add rules for your service to allow outside access like email client.
39
+
-[your vitural server]>system>general, add dns servers for query mailto's domain mx record.
40
+
-[your vitural server]>system>services, enable smtp and pop3 services and set ipaddress binding with or without ssl/tls. the host name is required when set bindings. eg. bind smtp service to smtp.[your.domain] + IPAddress.Any
41
+
-[your vitural server]>system>service>relay, 'send email using DNS' and set at least a local ipaddress binding for email sending. the name of the binding here only a name,not mean domain.
42
+
-[your vitural server]>system>logging, enable logging for all services when something error you can see the details from 'Logs and Events' node
43
+
-[your vitural server]>domains, set email host domain, eg. if your email will be [email protected] then the domain should be abc.domain, description is optional
44
+
-[your vitural server]>security, !!! important, add rules for your service to allow outside access like email client.
45
45
46
46
eg. add a rule 'Smtp Allow All' for smtp service with ip allows between 0.0.0.0 to 255.255.255.255 to enable smtp service for outside access
47
47
48
48
add 'Pop3 Allow All' and 'Rlay Allow All' like that too.
49
-
-[your vitural server]>filters there's two types of filter named 'DnsBlackList' and 'VirusScan' its configurable by run it's executable from mail server install path.
49
+
-[your vitural server]>filters, there are two types of filter named 'DnsBlackList' and 'VirusScan' its configurable by run it's executable from mail server install path.
50
50
51
51
## Domain name resolution
52
52
- Add smtp.[your.domain], pop3.[your.domain], imap.[your.domain] resolution to your server public ip address with A record or to your server domain with CNAME record.
53
53
- mx record is optional if [your.domain] has a A record.if not, you shoud add a mx record point to your server ip.
54
54
55
55
# Remote management
56
-
- to enable remote management you must add ACL to allow mail server managers connect form outside network.
56
+
- to enable remote management you must add ACL to allow mail server managers connect from outside network.
57
57
- use MailServerAccessManager.exe to add management users or just use administrator.
58
58
- add rules to allow access from specific IPs or ip ranges
0 commit comments