zimbraMtaRestriction bad character

Discuss your pilot or production implementation with other Zimbra admins or our engineers.
Post Reply
thefantas
Posts: 5
Joined: Tue Jul 23, 2019 3:36 pm

zimbraMtaRestriction bad character

Post by thefantas »

Hi, I have the following problem, when copying and pasting a rule, was added with double quotes that cause strange characters.

Code: Select all

zmprov mcf -zimbraMtaRestriction “reject_rbl_client b.barracuracentral.org”
That's the way it had to be:

Code: Select all

zmprov mcf -zimbraMtaRestriction "reject_rbl_client b.barracuracentral.org"

Code: Select all

[zimbra@srv1 ~]$ zmprov gacf | grep zimbraMtaRestriction
zimbraMtaRestriction: ���rject_rbl_client b.barracuracentral.org��
And now I can't eliminate it. Any ideas?

Code: Select all

zmprov mcf -zimbraMtaRestriction "“reject_rbl_client b.barracuracentral.org”"
zmprov mcf -zimbraMtaRestriction “reject_rbl_client b.barracuracentral.org”
zmprov mcf -zimbraMtaRestriction " reject_rbl_client b.barracuracentral.org "
zmprov mcf -zimbraMtaRestriction "  "
zmprov mcf -zimbraMtaRestriction ""
zmprov mcf -zimbraMtaRestriction "*"
User avatar
DualBoot
Elite member
Elite member
Posts: 1326
Joined: Mon Apr 18, 2016 8:18 pm
Location: France - Earth
ZCS/ZD Version: ZCS FLOSS - 8.8.15 Mutli servers
Contact:

Re: zimbraMtaRestriction bad character

Post by DualBoot »

Hello

just do that :

Code: Select all

zmprov mcf zimbraMtaRestriction "reject_rbl_client b.barracuracentral.org"
Without plus, it should replace all configurations related to this attribute (do not forget to backup the other entries for this attribute).

Regards,
fjmedinal
Posts: 1
Joined: Mon Nov 15, 2021 2:11 am

Re: zimbraMtaRestriction bad character

Post by fjmedinal »

Buenas tardes

Yo tengo el mismo problema

zimbraMtaRestriction: ���������������������������ceck_client_access lmdb:/opt/zimbra/conf/postfix_blacklist���������

no puedo eliminar esa linea

Ejecute primero este comando que vi aqui
zmprov mcf zimbraMtaRestriction '"���������ceck_client_access lmdb:/opt/zimbra/conf/postfix_blacklist���"

pero agrego mas caracteres raros y no se borra esa linea

Alguna indea que puedan compartir para solventar este problema, dado que a raiz d eesto el servicio

zmconfigd Stopped
zmconfigd is not running.

Muchas gracias!
Post Reply