If I try to:
Code: Select all
sudo -u zimbra zmprov mcf zimbraMtaSmtpdRejectUnlistedRecipient yes
sudo -u zimbra zmprov mcf zimbraMtaSmtpdRejectUnlistedSender yes
Code: Select all
ERROR: account.INVALID_ATTR_NAME (invalid attr name: invalid attr name - unable to modify attributes: ldap host=myhost:389: entry update failed)
On the other handside if I
Code: Select all
sudo -u zimbra ./zmprov desc -a zimbraMtaSmtpdRejectUnlistedRecipient
Code: Select all
/opt/zimbra/bin# sudo -u zimbra ./zmprov desc -a zimbraMtaSmtpdRejectUnlistedRecipient
zimbraMtaSmtpdRejectUnlistedRecipient
Value for postconf smtpd_reject_unlisted_recipient
type : enum
value : yes,no
callback :
immutable : false
cardinality : single
requiredIn :
optionalIn : server,globalConfig
flags : serverInherited
defaults : no
min :
max :
id : 1534
requiresRestart :
since : 8.5.0
deprecatedSince :
Code: Select all
prov> gcf zimbraMtaSmtpdRejectUnlistedSender
zimbraMtaSmtpdRejectUnlistedSender: no
prov> gcf zimbraMtaSmtpdRejectUnlistedRecipient
zimbraMtaSmtpdRejectUnlistedRecipient: no
Update: I am just setting up a fresh 10.0.2 on a vm and try to use the command above... I keep this updated, hoping someone can give me a hint.

Update2: Unfortunatly I have to tell you, that the command is working in the new installed vm... Hm... Perhaps its because I updated from 8.8.15 to 10.0.2, I don't know.
This is definitly very disappointing, cause I am looking forward to reinstall the whole server, if there is no solution.
Update 3: Reinstalled the whole server now with 10.0.2 and the commands work like a charm. I don't know what happened to my other installation (we will problably never discover). I think it may be related to the inplace - update of 8.8.15 - FOSS to 10.0.2 FOSS.