postconf - fatal error with non-standard "-o" options.

2021-08-18 Thread Robert Pufky
Heya Folks, When managing the master.cf file with postconf, specific services requiring additional options not using "-o" fail. I want to have an end state of: policyd-spf unix - n n - 0 spawn user=policyd-spf argv=/usr/bin/policyd-spf Currently I can create t

Re: postconf - fatal error with non-standard "-o" options.

2021-08-18 Thread Robert Pufky
> > Why not: > # postconf -M 'policyd-spf/unix=policyd-spf unix - n n - 0 spawn > argv=/usr/bin/policyd-spf ...' > > As documented "postconf -P" is for '-o parameter=value' not for > other command-line arguments. Thanks! Definitely a case of asking the question and discovering the right answer a