is there a simple command to show what queues a given user has permission to use?
By default all queues are accessible by all the users.
If you want fo find out which users are part of acls
qmgr -c "print queue " | grep acl
is there a simple command to show what queues a given user has permission to use?
By default all queues are accessible by all the users.
If you want fo find out which users are part of acls
qmgr -c "print queue " | grep acl