How to stop and disable Amavis service on CentOS

To stop and disable the Amavis service run the following command:

systemctl stop 'amavisd.service';
systemctl disable 'amavisd.service';