Znuff
- Total activity 16
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 7
Activity overview
Latest activity by Znuff-
Znuff commented,
Hello, It's set to discard.
-
Znuff created a post,
Same-domain impersonation increases deferred count, triggering domain-wide blocking
As per title, I'm facing a weird issue lately. I, as many, use the option to block a specific domain from sending e-mail when a large part of their messages are bounced back, in order to minimize...
-
Znuff commented,
Thank you.
-
Znuff commented,
What does your partition table look like?
-
Znuff commented,
echo "domain.1" | sed -e 's/\.//'
-
Znuff commented,
What's your swap size? post the output of "free -m"
-
Znuff commented,
You can increase your swap size by: 1. either increase the swap partition 2. create a new swap file and turn swap on it, like: dd if=/dev/zero of=/swapfile bs=1M count=1024 mkswap /swapfile swap...
-
Znuff commented,
Use mytop -d '' to see real time MySQL usage. mytop comes by default with mariadb, otherwise you will have to install it manually (yum install mytop) if you are still on mysql
-
Znuff created a post,
Contacts Manager config location
Hello, We have a couple of WHM/cPanel servers, and I'd like to consolidate some settings across the servers. I've recently reconfigured the contacts manager (for alerts/notification) on a server,...