Skip to content

Commit 69e28ea

Browse files
authored
Update README.md
1 parent 849417f commit 69e28ea

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,24 +36,24 @@ run MailServerManager.exe at the machine runs mailserver service or app.
3636
## Add virtual server
3737

3838
- 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.
4545

4646
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
4747

4848
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.
5050

5151
## Domain name resolution
5252
- 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.
5353
- mx record is optional if [your.domain] has a A record.if not, you shoud add a mx record point to your server ip.
5454

5555
# 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.
5757
- use MailServerAccessManager.exe to add management users or just use administrator.
5858
- add rules to allow access from specific IPs or ip ranges
5959
- The users here only for management cases.

0 commit comments

Comments
 (0)