Hi,
I changed the hostname of a Zimbra server but in the header of the mail there is:
X-Virus-Scanned: amavisd-new at old.host.com
How can I change this so I can delete the old.host.com dns record?
Printable View
Hi,
I changed the hostname of a Zimbra server but in the header of the mail there is:
X-Virus-Scanned: amavisd-new at old.host.com
How can I change this so I can delete the old.host.com dns record?
Well doesmatch what you are seeing in the headers ?Code:su - zimbra
zmhostname
Are you able to perform a full ZCS stop/start ?
Any reference ?Code:su - zimbra
zmlocalconfig | grep {old name}
av_notify_domain = old.domain.com
av_notify_user = admin@old.domain.com
Where can I change this?
etc :)Code:zmlocalconfig av_notify_domain={new domain}
Doesn't work that way:
Warning: null valued key 'av_notify_domain={new.domain.com}'
Warning: null valued key 'av_notify_user={webmaster@new.domain.com}'
FIXED:
$ zmlocalconfig --path
/opt/zimbra/conf/localconfig.xml
$ vi /opt/zimbra/conf/localconfig.xml
Thanks for any help. Zimbra is all new to me.