Tag: Postfix

  • Configuring PostfixAdmin to manage mailboxes

    Configuring PostfixAdmin to manage mailboxes

    Introduction Since my Raspberry Pi already has Postfix + Dovecot installed and configured via a DB connection, there is a need to administer mailboxes. For the convenience of administration, it is implemented through the web interface by the PostfixAdmin service.… >>>

  • Monitoring Postfix activity by Zabbix

    Monitoring Postfix activity by Zabbix

    Introduction After installing and configuring the Postfix mail server, it became necessary to track various metrics of this server using Zabbix and display a diagram for visual monitoring. Defining the monitoring type First, it is essential to determine what exactly… >>>

  • Configuring Email Forwarding in Postfix

    Configuring Email Forwarding in Postfix

    Introduction Postfix is a popular Mail Transfer Agent (MTA) that allows email forwarding through various mechanisms. This guide covers user-level forwarding. My Postfix is configured to store email in the home user directory. It means each system user has its… >>>