Fotis Voutsas 0541c97e53 Introduce the new Structure of the documentation (#13915) 2 years ago
..
Makefile.inc d802f83e4a Fix make dist (#4401) 6 years ago
README.md 0541c97e53 Introduce the new Structure of the documentation (#13915) 2 years ago
postfix.chart.py 97b32703c6 [python] make units compliant with IEC standard (#4995) 6 years ago
postfix.conf 5286dae8eb python.d.plugin update (#4936) 6 years ago

README.md

Postfix monitoring with Netdata

Monitors MTA email queue statistics using postqueue tool.

The collector executes postqueue -p to get Postfix queue statistics.

Requirements

Postfix has internal access controls that limit activities on the mail queue. By default, all users are allowed to view the queue. If your system is configured with stricter access controls, you need to grant the netdata user access to view the mail queue. In order to do it, add netdata to authorized_mailq_users in the /etc/postfix/main.cf file.

See the authorized_mailq_users setting in the Postfix documentation for more details.

Charts

It produces only two charts:

  1. Postfix Queue Emails

    • emails
  2. Postfix Queue Emails Size in KB

    • size

Configuration

Configuration is not needed.