[SOLVED] Restrict queues that customers can send emails to

Moderator: crythias

Locked
aph
Znuny superhero
Posts: 646
Joined: 20 Jun 2014, 12:11
Znuny Version: 3.3.9, 4.x, 5.x

[SOLVED] Restrict queues that customers can send emails to

Post by aph »

Can I restrict queues to which customers can send emails to. For examle, I created a queue and assigned it to the group admin. However, from the customer portal, it is possible to create a ticket in this queue. How can I disable this?
Last edited by aph on 29 Jul 2014, 18:34, edited 1 time in total.
OTRS 3.3.x (private/testing) on Windows Server 2008 with MSSQL database.
OTRS 3.3.x (private/testing) on CentOS with MySQL database and apache
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: Restrict queues that customers can send emails to

Post by jojo »

there are several possible ways. You can restrict via:
- sysconfig
- acl
- group support and membership (only for complex szenarios)
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master

Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Restrict queues that customers can send emails to

Post by crythias »

aph wrote:However, from the customer portal, it is possible to create a ticket in this queue.
only if CustomerGroupSupport is disabled OR admin is a part of CustomerGroupsAllGroups or customer is directly assigned.

OR As jojo explained, ACL or custom queue lists in SysConfig.
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
aph
Znuny superhero
Posts: 646
Joined: 20 Jun 2014, 12:11
Znuny Version: 3.3.9, 4.x, 5.x

Re: Restrict queues that customers can send emails to

Post by aph »

Thank you.
OTRS 3.3.x (private/testing) on Windows Server 2008 with MSSQL database.
OTRS 3.3.x (private/testing) on CentOS with MySQL database and apache
Locked