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