Well I followed existing conventions, which all seem to reference version-qualified references in the sudoers file... Maybe this should be changed in general?
Type: Posts; User: lievacke; Keyword(s):
Well I followed existing conventions, which all seem to reference version-qualified references in the sudoers file... Maybe this should be changed in general?
Allright, we're one step further down the road:
zimbra@krab:~$ zmprov ms krab.ugent.be zimbraMtaAuthHost langoest.ugent.be
zimbra@krab:~$ zmcontrol stop
Host krab.ugent.be
Stopping...
zimbra@krab:~/log$ /opt/zimbra/postfix/sbin/postqueue -p
postqueue: fatal: Connect to the Postfix showq service: Permission denied
indeed.. but then I must first have another way to track...
the script /opt/zimbra/bin/postfix contains a
postqueue -p
(At least) on a debian install, this returns with a rc of 70...
Hacked
/opt/zimbra/bin/postfix: (prepend sudo to postque line)...
hmmm.. part of my post vanished!
* /opt/zimbra/redolog/redo.log was owned by root:
langoest:~# ls -l /opt/zimbra/redolog/redo.log
-rw-r----- 1 root root 512 Apr 15 10:46...
So I did
find /etc/rc* -name ???zimbra -exec rm -f {} \;
update-rc.d zimbra defaults
And finally, a hard powercycle on the running installation seems to get a LIVE zimbra mailbox store!!! :) ...