You can use the outbound spam filtering for your servers. This is easy to manage and track the spammers.
- Kailash
- Kailash
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.
Show posts MenusetInterval(() => {
window.scrollBy(0, window.innerHeight);
}, 60000); // 60000 milliseconds = 1 minute
setInterval(() => {
window.scrollBy(0, -window.innerHeight);
}, 60000); // 60000 milliseconds = 1 minute
/scripts/restartsrv_clamd --start
Service "clamd" is already stopped.
[...............]
Startup Log
/usr/local/cpanel/3rdparty/bin/clamd: error while loading shared libraries: libpcre2-8.so.0: cannot open shared object file: No such file or directory
clamd has failed. Contact your system administrator if the service does not automagically recover.
ldd /usr/local/cpanel/3rdparty/bin/clamd
[...............]
libz.so.1 => /lib64/libz.so.1 (0x00007f64ae2db000)
libpcre2-8.so.0 => not found
libm.so.6 => /lib64/libm.so.6 (0x00007f64ae056000)
[...............]
yum install pcre2
/scripts/restartsrv_clamd --start