Simon B: > On 30 May 2013 22:44, Wietse Venema <wie...@porcupine.org> wrote: > > Simon B: > >> That's what I thought. I did your suggestion and postfix did not > >> complain. Not doing postfix stop/start or even /etc/init.d/postfix > >> start/stop.. > >> > >> So, now I'm stumped. There are other master.cf on the system, but I'm > >> pretty sure it's not using any of them.. > > > > It's in the output from the command: "postconf config_directory" > > > mail:~# postconf config_directory > config_directory = /etc/postfix ... > cleanup unix n - - - 0 cleanup -v > pre-cleanup unix n - n - 0 cleanup > cleanup unix n - n - 0 cleanup -v
The second "cleanup" overrides the first one. The pre-cleanup may be the service that needs the -v that you were looking for. Wietse