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

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

2021-08-18 Thread Wietse Venema
Robert Pufky: > Currently I can create the service: > $ postconf -M 'policyd-spf/unix=policyd-spf unix - n n - 0 spawn' > > But attempting to add additional args not using "-o" fails: > $ postconf -M 'policyd-spf/unix=policyd-spf unix - n n - 0 spawn' > $ postconf -P 'policyd-spf/unix/user=policyd

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