Completely disable email on single cPanel Account

To disable email (both send and receive) for one account we can change the permission of /etc directory f

mod 0 /home/username/etc
chattr +ia /home/username/etc

to undo

chattr -ia /home/username/etc
chmod 750 /home/username/etc