fetch mail error

Moderator: crythias

Locked
kobi
Znuny newbie
Posts: 15
Joined: 04 Oct 2011, 13:59
Znuny Version: 3.0.10
Real Name: Kobi

fetch mail error

Post by kobi »

Hi,

my mail account is set up with OTRS but i'm not able to get mails to the tickets, i've tried to look it in the forum but didn't find any help.
what could be the problem? or what is the currect set up for it ?

i got the error attached.

thanks.
You do not have the required permissions to view the files attached to this post.
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: fetch mail error

Post by jojo »

you changed the priority names
Message: No Priority for 3 normal found!
so fix this issue in the sysconfig also
"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
kobi
Znuny newbie
Posts: 15
Joined: 04 Oct 2011, 13:59
Znuny Version: 3.0.10
Real Name: Kobi

Re: fetch mail error

Post by kobi »

yes now it's working!! Thanks.

but what if i want to use diffrent names for priority ? is it possible ?

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

Re: fetch mail error

Post by crythias »

kobi wrote:but what if i want to use diffrent names for priority ? is it possible ?
jojo wrote: fix this issue in the sysconfig also
http://forums.otrs.org/viewtopic.php?f=60&t=7890
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
kobi
Znuny newbie
Posts: 15
Joined: 04 Oct 2011, 13:59
Znuny Version: 3.0.10
Real Name: Kobi

Re: fetch mail error

Post by kobi »

Thanks,

on another thing, can i review the mails before the OTRS open a new ticket when fetch mail is using ? so i can choose which tickets is ok to be opened.
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: fetch mail error

Post by crythias »

kobi wrote:can i review the mails before the OTRS open a new ticket when fetch mail is using
No. It is assumed that all emails going to the system are tickets.

Or: yes, but you should turn off automatic fetching. Then use your email client to delete bad emails and manually fetch from OTRS interface. I think you'll find that to be quite obnoxious over time.
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
kobi
Znuny newbie
Posts: 15
Joined: 04 Oct 2011, 13:59
Znuny Version: 3.0.10
Real Name: Kobi

Re: fetch mail error

Post by kobi »

yes i've opened a new mailbox and manually forward the mails, but when a tickets with priority high and state new is changing to open and normal.
why the OTRS dosen't keep the setting of the ticket ?

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

Re: fetch mail error

Post by crythias »

OTRS doesn't do such things without something else making the change. Take a look at your ticket history.
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
kobi
Znuny newbie
Posts: 15
Joined: 04 Oct 2011, 13:59
Znuny Version: 3.0.10
Real Name: Kobi

Re: fetch mail error

Post by kobi »

well, the priority dosen't change but the state is, and when i change the default (pic attached) it changes the ticket state.
You do not have the required permissions to view the files attached to this post.
kobi
Znuny newbie
Posts: 15
Joined: 04 Oct 2011, 13:59
Znuny Version: 3.0.10
Real Name: Kobi

Re: fetch mail error

Post by kobi »

Ok, i found the problem in the FollowUp.pm file
i changed line 126:

State => $GetParam{'X-OTRS-FollowUp-State'} || $State,
to:
State => $Ticket{State},

and when i got new mails the state did not changed to open.
Locked