1.1.1 • Published 1 year ago
haraka-plugin-mailauth v1.1.1
Email authentication plugin for Haraka
This plugin validates SPF, DKIM, DMARC, ARC and BIMI for incoming emails.
- Adds
Received-SPFheader with SPF verification info - Provides data for
Authentication-Resultsheader (generated by Haraka) - Adds
BIMI-Locationheader if needed - Adds validation info to the
transaction.resultsobject - Adds
transaction.notes.mailauthobject with structured results forspf,dkim,arc,dmarc,bimi
Install
cd /path/to/local/haraka
npm install haraka-plugin-mailauth
echo "mailauth" >> config/plugins
service haraka restartConfiguration
If you need to specify any settings, copy the default config file to the plugin configuration folder.
cp node_modules/haraka-plugin-mailauth/config/mailauth.yaml config/mailauth.yaml
$EDITOR config/mailauth.yamlLicense
MIT