Search found 10119 matches

by crythias
18 May 2010, 15:21
Forum: Help
Topic: Found no Queue for XXX
Replies: 3
Views: 3022

Re: Found no Queue for XXX

Check your PostMasterFilter
by crythias
14 May 2010, 16:53
Forum: Help
Topic: change email address for autoresponse
Replies: 2
Views: 4154

Re: change email address for autoresponse

This PostMasterFilter worked for me (change #customer to your appropriate label): Filtername: Match: Header 1: Body Value: #customer ([a-zA-Z0-9_\-\.]+)@[a-z0-9-]+(\.[a-z0-9-]+)*(\.[a-z]{2,3}) Set: Header 1: X-OTRS-CustomerUser Value: [***] Filtername: Match: Header 1: Body Value: #customer (([a-zA-...
by crythias
11 May 2010, 16:24
Forum: Help
Topic: use MSSQL db for customer
Replies: 3
Views: 2330

Re: use MSSQL db for customer

Check out http://doc.otrs.org/2.4/en/html/x1801.html $Self->{CustomerUser1} = { Name => 'Customer Database', Module => 'Kernel::System::CustomerUser::DB', Params => { # if you want to use an external database, add the # required settings # DSN => 'DBI:odbc:yourdsn', # DSN => 'DBI:mysql:database=cust...
by crythias
10 May 2010, 15:16
Forum: Help
Topic: how to set Incoming replies directly to queue?
Replies: 4
Views: 3311

Re: how to set Incoming replies directly to queue?

I think I understand better, and as a customer I want one particular vendor with whom I deal to not have the option you request. Not that I don't want to help you, but here's my view from a customer perspective: ===Begin Rant=== 1) I place a support call, get a response from Agent A. 2) I'm not happ...
by crythias
10 May 2010, 01:11
Forum: Help
Topic: Retrieving email
Replies: 5
Views: 3387

Re: Retrieving email

I should post some information that might matter for someone else (I can't seem to find this anywhere, so ...) Do you want to have OTRS react instantly instead of however often fetchmail/PostMaster.pl runs? The answer is procmail. This is what I did to make it work for my default postfix system: ren...
by crythias
09 May 2010, 17:22
Forum: Help
Topic: Retrieving email
Replies: 5
Views: 3387

Re: Retrieving email

http://doc.otrs.org/2.4/en/html/x1590.html Notably, you'll want to make sure the OTRS user cron jobs are installed/configured properly. I'm not happy with PostMaster.pl 10 minutes (even down to 3 minutes...) -- This is not a failure of otrs, rather a configuration that I have as of yet not taken ad...
by crythias
08 May 2010, 03:56
Forum: Help
Topic: how to set Incoming replies directly to queue?
Replies: 4
Views: 3311

Re: how to set Incoming replies directly to queue?

I don't know if our views of what "queue" means are the same. Queue is category, to me, and a ticket assigned to a queue generally doesn't move from the queue based upon lock or unlock. If you want the ticket to be "new" or "open", that's state. (but the ticket's still ...
by crythias
08 May 2010, 02:53
Forum: General
Topic: Filtering problem
Replies: 2
Views: 2719

Re: Filtering problem

If you're using a regex I believe you can search like this:
[searchworda|searchwordb]
Or you can add individual filters one for every word.
by crythias
08 May 2010, 02:48
Forum: General
Topic: OTRS licensing terms for code changes
Replies: 2
Views: 3371

Re: OTRS licensing terms for code changes

Are you planning to redistribute the modified code or simply modify it for your use? You certainly have the full source code to do anything you want to it for your own use. If you redistribute it, you'll need to obey the terms of the License.
by crythias
07 May 2010, 23:20
Forum: Help
Topic: High Load and hung httpd processes
Replies: 5
Views: 4410

Re: High Load and hung httpd processes

I'm going out on a big limb here and provide a thought (short: delete the ticket record) BACKUP DATABASE BEFORE DOING THIS (you could accidentally delete your db, so be prepared). Seriously, back up your database. I don't want to be blamed if this doesn't work. (don't schedule this) From a Generic A...
by crythias
07 May 2010, 17:24
Forum: Help
Topic: Can not filter incoming message(Tickets)
Replies: 5
Views: 3424

Re: Can not filter incoming message(Tickets)

I can't tell you why. All I wanted to do was to make sure that the ticket was in the correct queue permanently with no remnant that it was in another queue. For me, it "worked" and therefore I didn't worry about it having two "set"s. There probably wouldn't be any harm testing th...
by crythias
06 May 2010, 21:03
Forum: Help
Topic: Can not filter incoming message(Tickets)
Replies: 5
Views: 3424

Re: Can not filter incoming message(Tickets)

OK. it probably works how you think it will (although I also use the email recipient address to sort as well, because my inbox has aliases). Admin Postmaster Filter Name: GotoQueuename [Add] Match: Header 1: Subject Value: searchword Set: Header 1: X-OTRS-FollowUp-Queue Value: Queuename Header 2: X-...
by crythias
06 May 2010, 17:57
Forum: Help
Topic: Adding notes doesn't send emails
Replies: 1
Views: 2979

Re: Adding notes doesn't send emails

I'm not an expert on this, but it does appear that messages in the logs are indicating that the language choice (AR_SA or es) does not support the action you wish to do, so it's asking you to try it in en (English). (or alternatively provide the actions in the language of choice.)
by crythias
06 May 2010, 17:54
Forum: Help
Topic: Can not filter incoming message(Tickets)
Replies: 5
Views: 3424

Re: Can not filter incoming message(Tickets)

What do you want the filter to accomplish?
by crythias
06 May 2010, 17:51
Forum: Help
Topic: Adding company name to OTRS dashboard
Replies: 12
Views: 6726

Re: Adding company name to OTRS dashboard

Check out SysConfig, Framework->Core
by crythias
05 May 2010, 00:07
Forum: Help
Topic: message IMAP authentication of email/host fails!!
Replies: 6
Views: 9599

Re: message IMAP authentication of email/host fails!!

Have you tried to connect via telnet to the IMAP from the OTRS host $ telnet imapserver 143 Trying imapserver... Connected to imapserver. Escape character is '^]'. * OK IMAP4rev1 server version x.x.x.x (imapserver) ready. 01 LOGIN username password If you get 01 NO Logon failure: unknown user name o...
by crythias
04 May 2010, 22:28
Forum: Help
Topic: How to re-open a ticket
Replies: 4
Views: 2294

Re: How to re-open a ticket

Or a note-internal with a . as the body.
by crythias
04 May 2010, 19:26
Forum: Help
Topic: LDAP lookup for customer after ticket created
Replies: 1
Views: 2396

Re: LDAP lookup for customer after ticket created

I should note (even if it's for my usage) that the Postmaster filter does work for me if I'm creating a new ticket. Which is awesome, because it means that if I get a message that I'd like to create a new ticket for, I can forward it to my postmaster account with my #customer tag and the ticket does...
by crythias
04 May 2010, 18:56
Forum: Help
Topic: LDAP lookup for customer after ticket created
Replies: 1
Views: 2396

LDAP lookup for customer after ticket created

How do I assign a customer "automatically" (like by Generic Agent) or "manually" via email for a customer that would normally be looked up from LDAP/AJAX thing but was not chosen? Here's the scenario: 1) LDAP lookups work and are functional unless: 2) an admin (forinstance) creat...