Search found 14 matches

by kropek
23 Dec 2020, 08:46
Forum: Help
Topic: reopening of tickets
Replies: 1
Views: 1138

Re: reopening of tickets

I filter incoming messages by create:
otrs1.jpg
- *@domain.com
with
otrs2.jpg
- yes
or
otrs3.jpg
- yes

Try yourself
by kropek
22 Dec 2020, 14:36
Forum: Help
Topic: OTRS 6.0.10 - Survey - Missing parameter Year
Replies: 3
Views: 4552

Re: OTRS 6.0.10 - Survey - Missing parameter Year

On 6.0.22 fix make it worse with error 500 after closing ticket and thin in log:
[Tue Dec 22 13:20:12 2020] otrs.Daemon.pl: DBD::mysql::st execute failed: called with 1 bind variables when 0 are needed at /opt/otrs/Kernel/System/DB.pm line 693.
ERROR: OTRS-otrs.Console.pl-Maint::Survey::RequestsSend ...
by kropek
02 Apr 2020, 10:48
Forum: Help
Topic: Customer User form CC, not from TO
Replies: 3
Views: 3352

Re: Customer User form CC, not from TO

It works but imo that's can make some bad stuff.

After applying that i get:

Changed customer to "CustomerID=no-replay@3-party-web-form.com;CustomerUser=customermail@customercompany.com;". (CustomerUpdate)

CustomerUser - Great !

CustomerID is from sender and it's not real CustomerID for that ...
by kropek
20 Nov 2019, 10:19
Forum: Help
Topic: Remove TinketHook from subject in Ticket Notification
Replies: 2
Views: 2583

Re: Remove TinketHook from subject in Ticket Notification

How will you be able to connect answers from customer to your ticket without it? Body?

Check manual:
https://doc.otrs.com/doc/manual/admin/6.0/en/html/ConfigReference_Section_Core_Ticket.html

Use option none.

Ticket::SubjectFormat
The format of the subject. 'Left' means '[TicketHook#:12345 ...
by kropek
20 Nov 2019, 10:07
Forum: Help
Topic: Remainder for Customer about open ticket
Replies: 3
Views: 3128

Re: Remainder for Customer about open ticket

I know that, but I would like to inform customer that I will close ticket. If I do autoclose customer don't get any notification - that my point.
by kropek
15 Nov 2019, 14:21
Forum: Help
Topic: Remainder for Customer about open ticket
Replies: 3
Views: 3128

Remainder for Customer about open ticket

Hi,

i couldn't find direct answer in forum.

Customer send request, Agents answer it and ticket have OPEN state.

I know you can set up escalation times for update etc. If i get it corretly only Agents recive notyfication.

I would like to send notyfication to customer that we send answer to his ...
by kropek
07 Nov 2019, 08:33
Forum: Help
Topic: Customer User form CC, not from TO
Replies: 3
Views: 3352

Re: Customer User form CC, not from TO

If any have any clue or can show me direction i will grateful.
by kropek
25 Oct 2019, 10:22
Forum: Developers
Topic: Ticket reopened by followup from copied person
Replies: 2
Views: 3841

Re: Ticket reopened by followup from copied person

I would try filter incoming email by adding a filter:
Search header field: CC
Value: your-helpdesk-mail@domain.com
and set
X-OTRS-Ignore
yes
Done!
It will ignore all, so i assume that all ticket come with your domain in TO field.
by kropek
22 Oct 2019, 15:07
Forum: Help
Topic: Customer User form CC, not from TO
Replies: 3
Views: 3352

Customer User form CC, not from TO

Hi,

i get messages from 3-party web form with a request for help. Sadly i can't change how form is generate. It is as it is.

I get message with:
From: no-replay@3-party-web-form.com
To: helpdesk@mydomain.com
Cc: customermail@customerdomain.com

Can i make mail filter when
Search header field ...
by kropek
23 Jul 2019, 08:49
Forum: Help
Topic: [SOLVED] Impossible to send message to: BACKEND ERROR
Replies: 1
Views: 18708

Re: [SOLVED] Impossible to send message to: BACKEND ERROR

Invalid email address Sender otrs@localhost
change sender
by kropek
18 Jul 2019, 10:48
Forum: General
Topic: [SOLVED] Maint::Email::MailQueue
Replies: 2
Views: 2754

Re: Maint::Email::MailQueue

Reinstall otrs? Update to newest version?
by kropek
18 Jul 2019, 10:45
Forum: Help
Topic: [SOLVED?]Reset password request from bad email?
Replies: 1
Views: 2069

Re: Reset password request from bad email?

After upgrade from 6.0.19 to 6.0.20 i move /opt/otrs/Kernel/Config.pm from last version but i didn't copy /opt/otrs/var/ i now when i change Admin Mail every thing work just fine.

i miss understand from admin manual: :roll: :oops:
root> cd OTRS-BACKUP/var/stats
root> cp *.installed /opt/otrs/var ...
by kropek
17 Jul 2019, 13:48
Forum: Help
Topic: otrs system user
Replies: 2
Views: 2407

Re: otrs system user

You need to first change user to otrs using sudo and su
type:

Code: Select all

sudo su otrs
type sudo password and then paste your command
:)
by kropek
11 Jul 2019, 12:35
Forum: Help
Topic: [SOLVED?]Reset password request from bad email?
Replies: 1
Views: 2069

[SOLVED?]Reset password request from bad email?

Hi,

i have otrs 6.0.19 and lastly i have a problem with receiving a reset password from our helpdesk. I try read all post but only answer i saw was about right user name and password to connect to smtp server. If i did't find answer with was posted i sorry for that. I lost about 20 h trying to ...