]> git.proxmox.com Git - pmg-docs.git/blame - pmg-smtp-filter.adoc
add SSL ceriticate generation doc
[pmg-docs.git] / pmg-smtp-filter.adoc
CommitLineData
43a49777
DM
1ifdef::manvolnum[]
2pmg-smtp-filter(8)
3==================
4:pmg-toplevel:
5
6NAME
7----
8
9pmg-smtp-filter - Proxmox SMTP Filter Daemon
10
11
12SYNOPSIS
13--------
14
15include::pmg-smtp-filter.8-synopsis.adoc[]
16
17DESCRIPTION
18-----------
19endif::manvolnum[]
20
21ifndef::manvolnum[]
22pmg-smtp-filter - Proxmox SMTP Filter Daemon
23============================================
24endif::manvolnum[]
25
26This is the Proxmox SMTP filter daemon, which does the actual SPAM
27filtering using the SpamAssassin and the rule database. It listens on
28127.0.0.1:10023 and 127.0.0.1:10024. The daemon listens to a local
29address only, so you cannot access it from outside.
30
31With our postfix configuration, incoming mails are sent to
32127.0.0.1:10024. Outgoing (trusted) mails are sent to
33127.0.0.1:10023. After filtering, mails are reinjected into postfix at
34127.0.0.1:10025.
35
36
37ifdef::manvolnum[]
38include::pmg-copyright.adoc[]
39endif::manvolnum[]