]> git.proxmox.com Git - pmg-docs.git/blame - pmg-planning-deployment.adoc
bump version to 5.0-8
[pmg-docs.git] / pmg-planning-deployment.adoc
CommitLineData
b2d388d4 1[[chapter_deployment]]
5c735ebd
DM
2Planning for Deployment
3=======================
4
5Easy integration into existing e-mail server architecture
6---------------------------------------------------------
7
8In this sample configuration, your e-mail traffic (SMTP) arrives on
9the firewall and will be directly forwarded to your e-mail server.
10
11image::images/infrasturcture_without_proxmox_big.jpg[]
12
13By using the {pmg}, all your e-mail traffic is forwarded to the
14Proxmox Mail Gateway, which filters the whole e-mail traffic and
15removes unwanted e-mails. You can manage incoming and outgoing mail
16traffic.
17
18image::images/infrasturcture_with_proxmox_big.jpg[]
19
20
21Filtering outgoing e-mails
22--------------------------
23
24Many e-mail filter solutions do not scan outgoing mails. Opposed to
25that {pmg} is designed to scan both incoming and outgoing
26e-mails. This has two major advantages:
27
28. {pmg} is able to detect viruses sent from an internal host. In many
29countries you are liable for not sending viruses to other
30people. {pmg} outgoing e-mail scanning feature is an additional
31protection to avoid that.
32
33. {pmg} can gather statistics about outgoing e-mails too. Statistics
34about incoming e-mails looks nice, but they are quite
35useless. Consider two users, user-1 receives 10 e-mails from news
36portals and wrote 1 e-mail to a person you never heard from. While
37user-2 receives 5 e-mails from a customer and sent 5 e-mails
38back. Which user do you consider more active? I am sure its user-2,
39because he communicates with your customers. {pmg} advanced address
40statistics can show you this important information. Solution which
41does not scan outgoing e-mail cannot do that.
42
43To enable outgoing e-mail filtering you just need to send all outgoing
44e-mails through your {png} (usually by specifying Proxmox as
303ee757 45"smarthost" on your e-mail server.
5c735ebd 46
90facef4 47[[firewall_settings]]
5c735ebd
DM
48Firewall settings
49-----------------
50
51In order to pass e-mail traffic to the {pmg} you need to allow traffic
52on the SMTP the port. Our servers use the Network Time Protocol (NTP)
53for time synchronization, RAZOR, DNS, SSH, HTTP and port 8006 for the web
54based management interface.
55
56[options="header"]
57|======
58|Service |Port |Protocol |From |To
59|SMTP |25 |TCP |Proxmox |Internet
60|SMTP |25 |TCP |Internet |Proxmox
61|SMTP |26 |TCP |Mailserver |Proxmox
62|NTP |123 |TCP/UDP |Proxmox |Internet
63|RAZOR |2703 |TCP |Proxmox |Internet
64|DNS |53 |TCP/UDP |Proxmox |DNS Server
65|HTTP |80 |TCP |Proxmox |Internet
66|GUI/API |8006 |TCP |Intranet |Proxmox
67|======
68
69CAUTION: It is advisable to restrict access to the GUI/API port as far
70as possible.
71
72The outgoing HTTP connection is mainly used by virus pattern updates,
73and can be configured to use a proxy instead of a direct internet
74connection.
75
76You can use the 'nmap' utility to test your firewall settings (see
77section xref:nmap[port scans]).
78
79
80[[system_requirements]]
81System Requirements
82-------------------
83
84{pmg} needs dedicated server hardware but can also run inside a
85virtual machine on any of the following plattforms:
86
87* Proxmox VE (KVM)
88
89* VMWare vSphere™ (open-vm tools are integrated in the ISO)
90
91* Hyper-V™ (Hyper-V Linux integration tools are integrated in the ISO)
92
93* KVM (virtio drivers are integrated, great performance)
94
95* Virtual box™
96
97* Citrix XenServer™
98
99Please see http://www.proxmox.com for details.
100
101In order to get a benchmark from your hardware, just run 'pmgperf'
102after installation.
103
104
105Minimum System Requirements
106~~~~~~~~~~~~~~~~~~~~~~~~~~~
107
108* CPU: 64bit (Intel EMT64 or AMD64)
109
0527a7a5 110* 2 GB RAM
5c735ebd
DM
111
112* bootable CD-ROM-drive or USB boot support
113
114* 1024x768 capable VGA/Monitor for Installer
115
116* Hard disk 8 GB - ATA/SATA/SCSI/NVME
117
118* Ethernet Network interface card
119
120
121Recommended System Requirements
122~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
123
124* Multicore CPU: 64bit (Intel EMT64 or AMD64)
125
126* 4 GB RAM
127
128* bootable CD-ROM-drive or USB boot support
129
130* 1024x768 capable VGA/Monitor for Installer
131
132* 1 GBps Ethernet Network interface card
133
134* Hardware RAID1 or RAID10, Raid Controllers need write cache with
135 batteries backup module for best performance
136
137* Enterprise class SSD with power loss protection (e.g. Intel SSD DC
138 35xx/36xx/37xx)