Skip to content

zewish/php-postfix-maillog-importer

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
sql
 
 
 
 
 
 

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages