]> git.proxmox.com Git - pmg-docs.git/blobdiff - pmg-admin-guide.adoc
installation: fix codeblock rendering in zfs performance tips section
[pmg-docs.git] / pmg-admin-guide.adoc
index 09efc0e617e0fa10db5a6fbf49b45d5cc50c1a9b..e55f335c2c65b5e61e7d756bc4a76e598da66b5b 100644 (file)
@@ -8,7 +8,7 @@ Proxmox Mail Gateway Administration Guide
 endif::pmglogo[]
 :doctype:   book
 :title: Proxmox Mail Gateway Administration Guide
-:toc:
+:toc2:
 :numbered:
 :data-uri:
 :icons:
@@ -29,6 +29,10 @@ include::pmgconfig.adoc[]
 
 include::pmg-mail-filter.adoc[]
 
+include::pmg-administration.adoc[]
+
+include::pmg-statistic.adoc[]
+
 include::pmgbackup.adoc[]
 
 include::pmgcm.adoc[]
@@ -36,20 +40,6 @@ include::pmgcm.adoc[]
 // Return to normal title levels.
 :leveloffset: 0
 
-TODO
-----
-// FIXME
-
-
-[[create_bootable_usb]]
-create_bootable_usb
-
-[[mail_server_config]]
-mail_server_config
-
-[[fitering_outgoing_mail]]
-fitering_outgoing_mail
-
 
 Important Service Daemons
 -------------------------
@@ -71,7 +61,7 @@ include::pmgmirror.adoc[]
 :leveloffset: 0
 
 
-Useful Command Line Tools
+Useful Command-line Tools
 -------------------------
 
 :leveloffset: 2
@@ -91,99 +81,27 @@ include::pmgreport.adoc[]
 
 include::pmgupgrade.adoc[]
 
-:leveloffset: 0
-
-
-[[nmap]]
-`nmap` - Port Scans
--------------------
-
-`nmap` is designed to allow system administrators to scan large
-networks to determine which hosts are up and what services they are
-offering. You can use nmap to test your firewall setting, for example
-to see if the required ports are open.
-
-.Test Razor port (tcp port 2703):
-----
-# nmap -P0 -sS -p 2703 c301.cloudmark.com
-
-Starting Nmap 5.00 ( http://nmap.org ) at 2012-07-31 11:10 CEST
-Interesting ports on c301.cloudmark.com (208.83.137.114):
-PORT     STATE SERVICE
-2703/tcp open  unknown
-
-Nmap done: 1 IP address (1 host up) scanned in 0.17 seconds
-----
-
-See the manual page (`man nmap`) for more information about nmap.
-
+include::pmg-log-tracker.adoc[]
 
 :leveloffset: 1
 
-include::pmg-bibliography.adoc[]
+include::nmap.adoc[]
 
 :leveloffset: 0
 
-[appendix]
-SSL certificate
----------------
-
-Access to the administration web interface is always done via
-`https`. The default certificate is never valid for your browser and
-you get always warnings.
-
-If you want to get rid of these warnings, you have to generate a valid
-certificate for your server.
-
-Login to your Proxmox via ssh or use the console:
-
-----
-openssl req -newkey rsa:2048 -nodes -keyout key.pem -out req.pem
-----
 
-Follow the instructions on the screen, see this example:
 
-----
-Country Name (2 letter code) [AU]: AT
-State or Province Name (full name) [Some-State]:Vienna
-Locality Name (eg, city) []:Vienna
-Organization Name (eg, company) [Internet Widgits Pty Ltd]: Proxmox GmbH
-Organizational Unit Name (eg, section) []:Proxmox Mail Gateway
-Common Name (eg, YOUR name) []: yourproxmox.yourdomain.com
-Email Address []:support@yourdomain.com
 
-Please enter the following 'extra' attributes to be sent with your certificate request
-A challenge password []: not necessary
-An optional company name []: not necessary
-----
-
-After you finished this certificate request you have to send the file
-`req.pem` to your Certification Authority (CA). The CA will issue the
-certificate (BASE64 encoded) based on your request – save this file as
-`cert.pem` to your Proxmox.
-
-To activate the new certificate, do the following on your Proxmox:
-
-----
-cat key.pem cert.pem >/etc/pmg/pmg-api.pem
-----
-
-The restart the API servers
-
-----
-systemctl restart pmgproxy
-----
+:leveloffset: 1
 
-Test your new certificate by using your browser.
+include::pmg-faq.adoc[]
 
-NOTE: To transfer files from and to your Proxmox, you can use secure
-copy: If you desktop is Linux, you can use the `scp` command line
-tool. If your desktop PC is windows, please use a scp client like
-WinSCP (see http://winscp.net/).
+include::pmg-bibliography.adoc[]
 
+:leveloffset: 0
 
 [appendix]
-Command Line Interface
+Command-line Interface
 ----------------------
 
 *pmgbackup* - Proxmox Mail Gateway Backup and Restore Utility