]> git.proxmox.com Git - pmg-docs.git/blobdiff - pmg-smtp-filter.adoc
d/source: override false-positive lintian errors
[pmg-docs.git] / pmg-smtp-filter.adoc
index a0727f78001ecf777698eafe23d1474092faf106..58033e4d2c9fc2809750f5f104305a4f1119922e 100644 (file)
@@ -23,14 +23,14 @@ pmg-smtp-filter - Proxmox SMTP Filter Daemon
 ============================================
 endif::manvolnum[]
 
-This is the Proxmox SMTP filter daemon, which does the actual SPAM
-filtering using the SpamAssassin and the rule database. It listens on
+The Proxmox SMTP Filter Daemon does the actual spam
+filtering, using {spamassassin} and the rule database. It listens on
 127.0.0.1:10023 and 127.0.0.1:10024. The daemon listens to a local
-address only, so you cannot access it from outside.
+address only, so you cannot access it from the outside.
 
 With our postfix configuration, incoming mails are sent to
 127.0.0.1:10024. Outgoing (trusted) mails are sent to
-127.0.0.1:10023. After filtering, mails are reinjected into postfix at
+127.0.0.1:10023. After filtering, mails are resent to Postfix at
 127.0.0.1:10025.