The lawyers tell us we need to add "NO UCE" to the Postfix smtpd_banner string.
On ZCS 4.5.x, this was easy by using the postconf -e command.
Now on ZCS 5, we need to use the zmlocalconfig -e command.
OK, except either zmlocalconfig doesn't want to do this one or I've got the syntax wrong:
zimbra@ourserver:~> zmlocalconfig -e postfix_smtpd_banner = $myhostname NO UCE ESMTP
Error: argument 'postfix_smtpd_banner' not in key=value form
zimbra@ourserver:~> zmlocalconfig -e postfix_smtpd_banner=$myhostname NO UCE ESMTP
Error: argument 'NO' not in key=value form
I did in fact read the Administrator's Guide prior to posting here :-) and I notice two things:
First, the "-e" option for zmlocalconfig isn't even mentioned on page 172.
Second, running "zmlocalconfig -h" at least shows the "-e" option, but doesn't give me any help (that I can see) as to why I can't make the change above.
Any ideas? Do I need to fill out a bug report on this one?
Thanks!
Mark


LinkBack URL
About LinkBacks

$myhostname is being expanded by the shell, and not put in the string as a variable, so you need to escape it out. Also as you are entering multiple words these need to be wrapped with quotes. If you want to change it without reloading all the services you can also do :- 


