pmg-docs/pmg-smtp-filter.adoc
Dylan Whyte 571cbbdf5e service daemons: language fixup
Very minor language updates to the "Important Service Daemons" section
of the docs

Signed-off-by: Dylan Whyte <d.whyte@proxmox.com>
2021-07-13 18:25:14 +02:00

40 lines
878 B
Plaintext

ifdef::manvolnum[]
pmg-smtp-filter(8)
==================
:pmg-toplevel:
NAME
----
pmg-smtp-filter - Proxmox SMTP Filter Daemon
SYNOPSIS
--------
include::pmg-smtp-filter.8-synopsis.adoc[]
DESCRIPTION
-----------
endif::manvolnum[]
ifndef::manvolnum[]
pmg-smtp-filter - Proxmox SMTP Filter Daemon
============================================
endif::manvolnum[]
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 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 resent to Postfix at
127.0.0.1:10025.
ifdef::manvolnum[]
include::pmg-copyright.adoc[]
endif::manvolnum[]