fetch mail error
Moderator: crythias
fetch mail error
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.
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.
Re: fetch mail error
you changed the priority names
so fix this issue in the sysconfig alsoMessage: No Priority for 3 normal found!
"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
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
Re: fetch mail error
yes now it's working!! Thanks.
but what if i want to use diffrent names for priority ? is it possible ?
Thanks.
but what if i want to use diffrent names for priority ? is it possible ?
Thanks.
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: fetch mail error
kobi wrote:but what if i want to use diffrent names for priority ? is it possible ?
http://forums.otrs.org/viewtopic.php?f=60&t=7890jojo wrote: fix this issue in the sysconfig also
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
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
Re: fetch mail error
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.
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.
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: fetch mail error
No. It is assumed that all emails going to the system are tickets.kobi wrote:can i review the mails before the OTRS open a new ticket when fetch mail is using
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
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
Re: fetch mail error
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.
why the OTRS dosen't keep the setting of the ticket ?
Thanks.
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: fetch mail error
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
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
Re: fetch mail error
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.
Re: fetch mail error
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.
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.