Page 1 of 1

postcat permission denied [solved]

Posted: Wed Dec 19, 2018 5:31 pm
by sangamc
I am working on a zimbra server Release 8.7.11_GA_1854.RHEL6_64_20170531151956 RHEL6_64 FOSS edition.

I get this error message when trying to check a message in the held queue.

[zimbra@smjmail ~]$ postcat -qv B8C8C6019C3
postcat: fatal: open queue file B8C8C6019C3: Permission denied

How can I resolve this problem?

Re: postcat permission denied

Posted: Wed Dec 19, 2018 8:44 pm
by king0770
Try this ...

sudo /opt/zimbra/common/sbin/postcat -qv B8C8C6019C3

Re: postcat permission denied

Posted: Wed Dec 19, 2018 11:54 pm
by sangamc
Thank you! thank You!!!

I had tried: sudo postcat -qv B8C8C6019C3

but it prompted for the zimbra password. I didnt want to mess with that and your solution with the full path gave me exactly what I needed!