techAMIGO
- Total activity 117
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 50
Comments
Recent activity by techAMIGO-
make sure the service has started run the command 'systemctl status imunify-antivirus'
-
It appears that the limit of domains in your package has been exceeded. You'll need to either increase the limit or make modifications to this package.
-
Hello azednetma, Try enabling quotas from WHM on a server with an XFS filesystem by referring the following documentation.
-
Hi you can empty the file /etc/valiases/domainname That will delete all forwarders for the specific domain.
-
Hi @dolphyn For add a specific SPF record for all domains using your nameservers, there is an easier method Step 1, Add a SPF txt record like v=spf1 ip4:xx.xx.xx.0/26 ~all for a subdomain spf.y...
-
HI sehabhost It the repo with Mirror List as a quick solution please do the following 1) you can backup the full repo directory as a precaution cp -prvf /etc/yum.repos.d /etc/yum.repos.d_old...
-
HI Gamecock generally,if common unique rules needs to be affected to all virtual host you can add the rules to any of the following files /etc/apache2/conf.d/userdata/custom_rule.conf /etc/ap...
-
HI @dsteam, It's not a command :confused:. it needs to be added to /etc/fstab file instead of the current LABEL entry, Be careful while editing /etc/fstab if you don't know how to edit, please ...
-
From the screenshot I can see the /boot/efi is mount from /dev/sdb1 which means all UEFI boot files are located under sdb1. so the entry in fstab should be like /dev/sdb1 /boot/efi vfat d...
-
Hi, find the exact partition which is mounted to /boot/efi and also UUID both can be see with the command lsblk -f then comment out current entry from fstab and add it as new entry for /b...