Page 1 of 1

8.8 remote imapd installed but disabled. Logs fill with "zmconfigd: Command not defined for imapd"

Posted: Sat Dec 23, 2017 5:43 pm
by eval
I upgraded 8.7 CE -> 8.8 CE.

In the upgrade, I installed remote imap, so I can do some testing later.

After upgrade I DISABLED it

Code: Select all

	zmprov ms `zmhostname` zimbraRemoteImapServerEnabled FALSE
	zmprov gs `zmhostname` zimbraRemoteImapServerEnabled
		zimbraRemoteImapServerEnabled: FALSE
Logs are filling with

Code: Select all

	Dec 23 09:39:35 ztest zmconfigd[21152]: Command not defined for imapd
How do I fix that?

Re: 8.8 remote imapd installed but disabled. Logs fill with "zmconfigd: Command not defined for imapd"

Posted: Sun Mar 04, 2018 7:06 pm
by smothemh
I also have this problem - how do I disable and better yet uninstall the beta imapd service?

Thanks,

- Mick

Re: 8.8 remote imapd installed but disabled. Logs fill with "zmconfigd: Command not defined for imapd"

Posted: Sun Mar 04, 2018 7:54 pm
by ccelis5215
smothemh wrote:I also have this problem - how do I disable and better yet uninstall the beta imapd service?

Thanks,

- Mick
Hi, try

Code: Select all

zmprov ms `zmhostname` -zimbraServiceEnabled imapd -zimbraServiceInstalled imapd
zmcontrol restart



ccelis