Download the PHP package detain/myadmin-abuse-plugin without Composer
On this page you can find all versions of the php package detain/myadmin-abuse-plugin. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download detain/myadmin-abuse-plugin
More information about detain/myadmin-abuse-plugin
Files in detain/myadmin-abuse-plugin
Package myadmin-abuse-plugin
Short Description Abuse handling plugin for MyAdmin
License LGPL-2.1-only
Informations about the package myadmin-abuse-plugin
MyAdmin Abuse Plugin
Abuse handling plugin for the MyAdmin control panel. This plugin monitors IMAP mailboxes for incoming abuse complaints (spam reports, blacklist notifications, phishing alerts), matches the offending IP addresses to customer services, and automatically notifies the responsible account holders.
Features
- IMAP Abuse Monitoring -- Connects to configurable IMAP mailboxes and parses abuse complaint emails using regex pattern matching to extract offending IP addresses.
- IP-to-Customer Resolution -- Looks up IP addresses against the server inventory and client IP pools to identify the responsible customer.
- MailBaby Integration -- Detects outbound mail abuse through ZoneMTA / MailBaby user matching and message ID correlation.
- Admin Dashboard -- Provides an admin interface for manually reporting abuse, importing UCEProtect CSV data, and importing Trend Micro blocklist entries.
- Client Self-Service -- Allows customers to view and respond to abuse complaints via authenticated or token-based URLs.
- Automated Notifications -- Sends templated email notifications to affected customers with complaint details and response links.
Installation
Install with Composer:
The plugin registers itself with the MyAdmin event dispatcher and adds:
system.settings-- IMAP credential configuration fieldsui.menu-- Admin menu entry for the abuse dashboardfunction.requirements-- Page and class autoload registrations
Usage
Plugin Registration
The plugin hooks are registered automatically when loaded by the MyAdmin plugin system:
IMAP Abuse Checker
The ImapAbuseCheck class processes abuse mailboxes from cron:
Admin Interface
Navigate to the abuse admin page in MyAdmin to:
- View abuse statistics (24-hour, 3-day, 7-day breakdowns)
- Submit individual abuse reports by IP
- Bulk-report multiple IPs
- Import UCEProtect CSV files
- Import Trend Micro blocklist data
Running Tests
To generate a coverage report:
License
This package is licensed under the LGPL-2.1 license.
All versions of myadmin-abuse-plugin with dependencies
ext-soap Version *
symfony/event-dispatcher Version >=2.8.26
detain/myadmin-plugin-installer Version dev-master