mirror of
https://git.proxmox.com/git/pmg-docs
synced 2025-08-05 17:27:40 +00:00

Very minor language updates to the "Important Service Daemons" section of the docs Signed-off-by: Dylan Whyte <d.whyte@proxmox.com>
40 lines
878 B
Plaintext
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[]
|