Hi there I have on my notebook a small email server just for testing stuff. I do create a new email alias whenever I have to signup for a site and I also like to easily add blacklist entries to postfix or do content filtering. So I created this small script (used to be cURL based) that does the essential stuff for me, so that I don't always have to login at IPSC. Maybe it's useful for others also: Code could be better, but my local server can't be reached from outside anyway. The script supports multiple servers. Usually I want to add blacklisting and content filtering to multiple servers. If you need more, just copy the according config section and increase the counter. Also, I don't need things pretty, I need them to function Changes: 2016-03-02 Due to increased "invoice" zip files containing malware, I also added Mime- and Nester-Header filtering options 2016-02-24 Changed TLD format to /<.+?@.+?\.TLD>/
Implemented Jesse Norell's suggestion (https://www.howtoforge.com/communit...e-in-ispconfig-mail-config.72222/#post-339870)
Just tested it with the gTLD ".co.kr" -> again only fill in "co.kr" and it works fine. Or maybe I should generally change the script to use ".TLD" instead of just "TLD"?
well, I run apache and php on my notebook for local testing. So I just download it, change the extension to php and call it in the browser http://localhost/ISPCAdmin.php Also, the script has to be configured and according credentials for remote user has to be given.