On 12/23/2012 08:03 PM, Wietse Venema wrote:
Robert Moskowitz:
Is there a way to append to a parameter using postconf. If it is only
in a version later than 2.6.6, oh well. But the example is
smtpd_recipient_restrictions which can have a long list and then you
want to add a realtime black list check fqdn.
With these parameters is more likely that one wants to add something
in the middle, so no, there is no append operation for the rare
corner case.
Also in this vein, can postconf -e 'parameter= ...' be submitted on more
than one line, or with a long entry as above, does it have to be just
one entry line.
You could break long command lines in the shell with backslash-newline.
This works on the terminal and in scripts.
Oh, of course. And I am setting up a script for all of the postconf -e
commands for customization.
Thanks for the help.