Feedback on my tiny setup

Moderator: crythias

Locked
matze2ooo
Znuny newbie
Posts: 7
Joined: 02 Dec 2012, 01:02
Znuny Version: 3.1.11

Feedback on my tiny setup

Post by matze2ooo »

Hello guys

I have just set up my first instance of OTRS help desk on a Windows Server 2008 machine and love it so far. I am planing to use OTRS for a small group of 5 people doing customer support. What follows are very likely some noobish questions, which I couldn't find answers for in the documentation.

- Is there a need to create another queue for this small setup beyond the default one called "RAW"? So far all agents do have "RW" permissions on the group "users". I do not see a need to use roles.

- Is there a way to auto-dispatch new tickets to everyone? Currently all new tickets are owned by root@localhost, which then would have to assign them to the agents. Is there a way, people can pick the new tickets from a "pool"?

- Is there an event that can be triggered when a customer sends a follow up? I saw there are auto reply messages. But I would like to inform the agent vial mail, that a customer sent an follow up. And not the customer itself.

Thanks for your valuable feedback
Matthias
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Feedback on my tiny setup

Post by crythias »

matze2ooo wrote:Is there a need to create another queue for this small setup beyond the default one called "RAW"?
Probably not. Queues are intended to be groups of agents who are able to answer the ticket's question. (eg, Hardware, Software, Plumbing, Maintenance).
matze2ooo wrote:Is there a way to auto-dispatch new tickets to everyone? Currently all new tickets are owned by root@localhost, which then would have to assign them to the agents. Is there a way, people can pick the new tickets from a "pool"?
That's the default case. Agents will receive notifications of tickets based upon their preferences notificatons yes and queue highlighted in their "My Queues." The ticket belongs to the first person who clicks lock or replies to the customer via the reply menu.
matze2ooo wrote:Is there an event that can be triggered when a customer sends a follow up? I saw there are auto reply messages. But I would like to inform the agent vial mail, that a customer sent an follow up. And not the customer itself.
Again, this is the case where above notification settings are set OR the locked ticket owner's settings.
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
matze2ooo
Znuny newbie
Posts: 7
Joined: 02 Dec 2012, 01:02
Znuny Version: 3.1.11

Re: Feedback on my tiny setup

Post by matze2ooo »

Thanks for your quick reply. Now things get clearer...

One more question. Somehow I am not able to send mails outside of the company. I guess I forgot to set SMTP authentication during setup. Is there a way I can configure this afterwards? There is no such configuration item in the admin section. This is the error message I receive:

Code: Select all

Backend ERROR: OTRS-CGI-10 Perl: 5.12.3 OS: MSWin32 Time: Sun Dec 2 01:20:12 2012 Message: Impossible to send message to: someone@mail.com, . Traceback (1320): Module: Kernel::System::Ticket::Article::ArticleSend (v1.311.2.2) Line: 2176 Module: Kernel::Modules::AgentTicketCompose::Run (v1.164.2.1) Line: 738 Module: Kernel::System::Web::InterfaceAgent::Run (v1.64) Line: 868 Module: ModPerl::ROOT::ModPerl::Registry::C_3a_Program_20Files_20_28x86_29_OTRS_OTRS_bin_cgi_2dbin_index_2epl::handler (unknown version) Line: 49 Module: (eval) (v1.90) Line: 204 Module: ModPerl::RegistryCooker::run (v1.90) Line: 204 Module: ModPerl::RegistryCooker::default_handler (v1.90) Line: 170 Module: ModPerl::Registry::handler (v1.99) Line: 31

Powered by OTRS 3.1.11

Thanks
Matthias
reneeb
Znuny guru
Posts: 5018
Joined: 13 Mar 2011, 09:54
Znuny Version: 6.0.x
Real Name: Renée Bäcker
Company: Perl-Services.de
Contact:

Re: Feedback on my tiny setup

Post by reneeb »

You can configure it in the SysConfig. Go to SysConfig in admin area. Then select the group "Framework" and the subgroup Core::Sendmail...
Perl / Znuny development: http://perl-services.de
Free Znuny add ons from the community: http://opar.perl-services.de
Commercial add ons: http://feature-addons.de
Locked