rbairwell
- Total activity 608
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 5
- Subscriptions 285
Comments
Recent activity by rbairwell-
What do the logs under Manage AutoSSL->Logs say (once you run it for a single user, it may take a minute or two to update).
-
Could you elaborate on what problem you are having? "Email configuration" covers a lot of issues such as fetching email from the server from a PC, sending email from a PC to the server, the server ...
-
From DigitalOcean's support page: [QUOTE]Why is SMTP blocked?... SMTP port 25 is blocked on all Droplets for new accounts to prevent spam and other abuses of our platform. Dedicated email deli...
-
By looking at my development server logs, it calls out for a "Daily license update" every day and every time there is an update. The ports the callback server uses are "standard cPanel ports" whic...
-
It's worth noting, that unlike the WP Toolkit, the ConfigServer Firewall (CSF) is NOT offered by Cpanel Inc/WebPros - instead it is a (free) third party script provided by
-
Well, there's the latency issue (i.e. how long it takes for requests to go from your server to Google's Cloud SQL service and then the data being returned), additional bandwidth/data transfer costs...
-
If they are all coming from the same spammer farm, it may be worth checking the headers of the email and see if you can filter/firewall off their email servers - it'll be much lower CPU processing ...
-
You'll need to add a block in Exim's configuration "acl_smtp_rcpt" with something like: deny senders = /etc/exim.denysenders.conf and then list the email addresses the spam is coming from in /etc/e...
-
Just remember that the "user is unable to restore from full backup" restriction is there for a reason: the full backup file contains lots of configuration data (such as maximum SQL dbs, max transfe...
-
I believe it is stored in an SQLite database at /var/cpanel/greylist/greylist.sqlite (with additional configurations in /etc/greylist_trusted_netblocks, /etc/greylist_common_mail_provider and /var/...