I was trying to setup spam filtering on Ubuntu server with Postfix and Dovecot already running. I issued the following command:
sudo postconf -e 'content_filter = smtp-amavis:[127.0.0.1]:10024'
Now I want to know that how can I undo this command?