HI
I want to create a ticket via e-mail. Means anybody can created the ticket in any queue via E-mail.
How to do the same.
I have tried the "Postmaster filter Managment" but not got any e-mail in queue.
Please guide for the same.
logged ticket via E-mail
Moderator: crythias
Re: logged ticket via E-mail
Hi,
reading the documentation is difficult, is it?
http://otrs.github.io/doc/manual/admin/ ... p3-account
Flo
reading the documentation is difficult, is it?
http://otrs.github.io/doc/manual/admin/ ... p3-account
Flo
OTRS 2025 SILVER (Prod)
OTRS 2025 auf Debian 12 (Test)
Znuny 7.x latest version testing auf Debian 12
-- Ich beantworte keine Forums-Fragen PN - No PN please
I won't answer to unfriendly users any more. A greeting and regards are just polite.
OTRS 2025 auf Debian 12 (Test)
Znuny 7.x latest version testing auf Debian 12
-- Ich beantworte keine Forums-Fragen PN - No PN please
I won't answer to unfriendly users any more. A greeting and regards are just polite.
Re: logged ticket via E-mail
Hi
Thank you for link. and solved my problem.
I read the link. but I am not able undearstand how the schedular is running, I have centos 6 OS.
when I went to run the schedular manually its showing already running.
would you guide me how can check the timming of schedule and how can I changed the same.
Thank you for link. and solved my problem.
I read the link. but I am not able undearstand how the schedular is running, I have centos 6 OS.
when I went to run the schedular manually its showing already running.
would you guide me how can check the timming of schedule and how can I changed the same.
-
- Znuny wizard
- Posts: 392
- Joined: 30 Dec 2010, 14:35
- Znuny Version: 6.0.x and 5.0.x
- Real Name: Giulio Soleni
- Company: IKS srl
Re: logged ticket via E-mail
Hi niraj,
OTRS scheduler isn't concerning with ticket creation (the topic of this thread), but is something related to the Generic Interface and OTRS as invoker of SOAP calls.
So if you have some issues about scheduler you should open a new thread in the forum.
I just specify here that the command you should use to check for the status of the scheduler is:
Please note also that starting from OTRS 3.3.6 a watchdog job that controls the scheduler process has been added (see the UPGRADING.md file in the last OTRS distribution). So, should you have any issue with the scheduler process you must specify the OTRS version and the platform (Linux or MS Windows) you are using.
OTRS scheduler isn't concerning with ticket creation (the topic of this thread), but is something related to the Generic Interface and OTRS as invoker of SOAP calls.
So if you have some issues about scheduler you should open a new thread in the forum.
I just specify here that the command you should use to check for the status of the scheduler is:
Code: Select all
/opt/otrs/bin/otrs.Scheduler.pl -a status
OTRS 6.0.x on CentOS 7.x with MariaDB 10.2.x database connected to an Active Directory for Agents and Customers.
ITSM and FAQ modules installed.
ITSM and FAQ modules installed.
Re: logged ticket via E-mail
Hi
thnks for reply.
I have OTRS 3.3.8 and centos 6. I have set the following cron and my problem is solved.
*/1 * * * * cd /opt/otrs/bin;/usr/bin/perl otrs.PostMasterMailbox.pl
thnks for reply.
I have OTRS 3.3.8 and centos 6. I have set the following cron and my problem is solved.
*/1 * * * * cd /opt/otrs/bin;/usr/bin/perl otrs.PostMasterMailbox.pl