/php-postfix-maillog-importer

Simple command-line utility to import Postfix mail.log files into database storage (MongoDB or MySQL/MariaDB)

Primary LanguagePHPUniversity of Illinois/NCSA Open Source LicenseNCSA

Postfix Mallog Parser And Importer Written in PHP

This is a simple command-line utility that when used will import the statuses of the Postfix messages queued on your email server.

The application can be used to parse the lines of the mail.log file and import them into a database storage - the currently supported database storages are MongoDB or MySQL/MariaDB.

# Example usage:
php ./maillog-importer.php /var/log/mail.log

Please have a quick look at the files in the "configs" directory before using this tool.