Skip to content
This repository has been archived by the owner on Jun 14, 2022. It is now read-only.

schenkerx/haraka-plugin-rcpt-pgsql

Repository files navigation

haraka-plugin-rcpt-pgsql

This plugin tries to validate recipients against a PostgreSQL compatible database. This will help in authenticating users by PostgreSQL databases with Haraka.

The plugin have almost no assumption on your database schema. It is completely configurable using the config/rcpt_to.ldap.ini file.

The logic that is followed is:

  • Run an query to see if the recipient is one of the aliases of an exists user. If yes, redirect the email to that user.
  • Run an query to validate if the user exists in records.

About

Provide alias and validation capability for Haraka, backed by PostgreSQL compatible databases.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published