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.


Messages - 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
Any takers?

3
I can build it / Re: Want to hire - need script installer for WHMCS/CWP
« on: February 11, 2020, 12:35:45 AM »
Now that we got all of the "You should do this.." , "Why not use that.." out of the way, back to my concise original post.


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.


Who can help?

4
I can build it / Re: Want to hire - need script installer for WHMCS/CWP
« on: February 10, 2020, 11:33:17 PM »
You're paying monthly for whmcs.  Why not a free alternative.

I have multiple OWNED licenses for WHMCS and Blesta - no monthly fees.
What free alternative are you talking about?

5
I can build it / Re: Want to hire - need script installer for WHMCS/CWP
« on: February 10, 2020, 07:43:52 PM »
Basically, yes, the customer will be limited to buy one of the CMS packages I will provide.
They will only have access to the CMS backend and webmail, no hosting control panel.

Don't tell me you have never seen this business model (Wix)?  ;-)

Softaculous requires a paid license to use it for custom installs. I am not averse to paying for anything, just don't need the extra layer of 3rd-party software.

6
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]