I am trying to update postfix main.cf using the commands,
postconf -ev disable_vrfy_command=yes
service postfix reload
but when I check postconf -d I still get disable_vrfy_command=no. I also tried restarting postfix and editing main.cf, and still the same issue. Any ideas why this might be happening?
I am running the command as root