All Collections
cPanel and WebHost Manager (WHM)
SSH
Mass disable greylisting on all cPanel accounts via SSH
Mass disable greylisting on all cPanel accounts via SSH
Justin Catello avatar
Written by Justin Catello
Updated over a week ago

for i in $(\ls /var/cpanel/users) ; do uapi --user=$i cPGreyList disable_all_domains ; done

Did this answer your question?