MailWatch
MailWatch copied to clipboard
MailWatch for MailScanner is a web-based front-end to MailScanner
It would be nice to be able to use Message Ops to release multiple quarantined items to an alternate recipient. ## Want to back this issue? **[Post a bounty on...
If column is empty don't print. Will permit very often to fit the table in screen.  ## Want to back this issue?...
An option to delete logs prior to a specific date or just to delete logs. ## Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/23002013-wishlist-for-rep_audit_log-php?utm_campaign=plugin&utm_content=tracker%2F585686&utm_medium=issues&utm_source=github)** We accept bounties via...
In lists.php An option to delete blacklist or withlist prior to a date. An option to delete blacklist and withlist by domain. ## Want to back this issue? **[Post a...
It will be nice to have a daily summary report sent to the admins/users (using user type). Something like this. --- Mailscanner gateway statistics Date: 2015-06-18 Total SMTP connections: 27819...
Use some fancy icons instead of text links in hrefs like "edit" "delete" (for example in user manager or whitelist/black list pages) ## Want to back this issue? **[Post a...
Hai, In conf.php we have the part : define(QUARANTINE_MAIL_HOST, '127.0.0.1'); define(QUARANTINE_ etc ..... since this is static it would be nice to add language options here. for example. ( and...
A nice option is : http://sourceforge.net/projects/mailscannermrtg/ ## Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/24978462-enhancement-add-nicer-stats-for-server-monitoring-in-mailwatch?utm_campaign=plugin&utm_content=tracker%2F585686&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F585686&utm_medium=issues&utm_source=github).
Actually all SQL queries are direct calls to mysql_\* PHP function. Implementing PDO will render MailWatch database indipendent and will replace the deprecated mysql driver actually in use. ## Want...
Hi guys, Is there some way to do a login from another PHP application without getting the login form again? I know there is a CSRF token used which makes...