Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - GORF

Pages: [1]
1
I can build it / Want to hire - Postfix blacklist manager
« on: April 09, 2022, 11:15:57 PM »
Looking for someone to create a plugin to manage a postfix email blacklist.

- View, add and delete entries in a file (maybe delete all function also)
- On save, run 2 commands
-- "postmap /etc/postfix/blacklist"
--"postfix reload"

Entries can be IP, IP range, host or email address:
192.168.1.123
192.168.0.0/16
mail.spam.tld
jerk@spam.tld

File formatted like this:
192.168.1.123   REJECT   SPAM BLOCKED
192.168.0.0/16   REJECT   SPAM BLOCKED
mail.spam.tld   REJECT   SPAM BLOCKED
jerk@spam.tld   REJECT   SPAM BLOCKED

https://ethitter.com/2016/03/blocking-sender-ips-in-postfix/

Let me know your thoughts

2
I can build it / Want to hire - need script installer for WHMCS/CWP
« on: February 09, 2020, 12:03:18 AM »
I have a small CMS that I want an auto-installer script for.
This will use WHMCS Hooks after hosting account is created on CWP server.

- Copy CMS files to new User public_html folder
- CHOWN / CHMOD files/folders as needed
- Create database
- Create database user
- Grant privileges for database user on database
- Import SQL into database
- Write config file with database connection values
- Update admin password in database from WHMCS Custom Field

I found this that may be of some help:
http://forum.centos-webpanel.com/index.php?topic=3528

Let me know your thoughts


.

Pages: [1]