Search found 9 matches
- 17 Feb 2016, 14:04
- Forum: Help
- Topic: [SOLVED] How to add a CC to the auto reply autoresponse
- Replies: 2
- Views: 1642
Re: How to add a CC to the auto reply autoresponse
Thank you rick20! works like a charm 
- 12 Feb 2016, 18:19
- Forum: Help
- Topic: [SOLVED] How to add a CC to the auto reply autoresponse
- Replies: 2
- Views: 1642
[SOLVED] How to add a CC to the auto reply autoresponse
One customer of ours would like to receive all auto reply emails from all of their employees tickets in a mailbox, is this possible in OTRS? (I've looked around but cannot seem to find it) Thanks in advance!
I'm running OTRS 5.0.6
I'm running OTRS 5.0.6
- 26 Jun 2014, 09:47
- Forum: Help
- Topic: [SOLVED] Trying to let LDAP customers authenticate.
- Replies: 2
- Views: 1490
Re: Trying to let LDAP customers authenticate.
Thank you eandrex! you are right: I added this part to my configuration and got it workingeandrex wrote:You are missing this:
http://otrs.github.io/doc/manual/admin/ ... h-backends
scroll down to: Example 4.16. Customer user authentication against an LDAP backend
- 17 Jun 2014, 17:01
- Forum: Help
- Topic: [SOLVED] Trying to let LDAP customers authenticate.
- Replies: 2
- Views: 1490
[SOLVED] Trying to let LDAP customers authenticate.
OTRS: 3.3.7
I am trying to enable our LDAP customers to authenticate, my LDAP customers do show up in the "Customer User Management" screen and I have the LDAP Datasource option so I thought it should work.
However, the LDAP customers get a "-" in the VALIDITY column, so I guess im still missing ...
I am trying to enable our LDAP customers to authenticate, my LDAP customers do show up in the "Customer User Management" screen and I have the LDAP Datasource option so I thought it should work.
However, the LDAP customers get a "-" in the VALIDITY column, so I guess im still missing ...
- 16 Jun 2014, 17:08
- Forum: Help
- Topic: [SOLVED] YAML::XS, Not all prerequisites for this module
- Replies: 2
- Views: 4905
Re: YAML::XS, Not all prerequisites for this module correctl
Hi Marco,
Thank you for your reaction, I'm running CentOS so I ended up doing:
to resolve this message and it worked!
Thanks again
Thank you for your reaction, I'm running CentOS so I ended up doing:
Code: Select all
sudo yum install perl-YAML-LibYAML- 16 Jun 2014, 16:25
- Forum: Help
- Topic: [SOLVED] YAML::XS, Not all prerequisites for this module
- Replies: 2
- Views: 4905
[SOLVED] YAML::XS, Not all prerequisites for this module
When I run /opt/otrs/bin/otrs.CheckModules.pl I get the following message:
" o YAML::XS.........................FAILED! Not all prerequisites for this module correctly installed. "
ok, so I guess I just install YAML::XS then:
$ cpan YAML::XS
CPAN: Storable loaded ok (v2.39)
Reading '/home/user ...
" o YAML::XS.........................FAILED! Not all prerequisites for this module correctly installed. "
ok, so I guess I just install YAML::XS then:
$ cpan YAML::XS
CPAN: Storable loaded ok (v2.39)
Reading '/home/user ...
- 23 Jan 2014, 16:10
- Forum: Help
- Topic: [SOLVED] LDAP: No userData for user
- Replies: 2
- Views: 1741
LDAP: No userData for user
Thank you very much! adding the following line solved it:
Code: Select all
$Self->{'AuthModule::UseSyncBackend'} = 'AuthSyncBackend';
- 23 Jan 2014, 12:11
- Forum: Help
- Topic: [SOLVED] LDAP: No userData for user
- Replies: 2
- Views: 1741
[SOLVED] LDAP: No userData for user
OTRS: 3.1.7
My configuration:
$Self->{'AuthModule'} = 'Kernel::System::Auth::LDAP';
$Self->{'AuthModule::LDAP::Host'} = 'ip';
$Self->{'AuthModule::LDAP::BaseDN'} = 'dc=domain,dc=org';
$Self->{'AuthModule::LDAP::UID'} = 'uid';
$Self->{'AuthModule::LDAP::Params'} = {
port => 389,
timeout => 120 ...
My configuration:
$Self->{'AuthModule'} = 'Kernel::System::Auth::LDAP';
$Self->{'AuthModule::LDAP::Host'} = 'ip';
$Self->{'AuthModule::LDAP::BaseDN'} = 'dc=domain,dc=org';
$Self->{'AuthModule::LDAP::UID'} = 'uid';
$Self->{'AuthModule::LDAP::Params'} = {
port => 389,
timeout => 120 ...
- 12 Jul 2013, 17:22
- Forum: General
- Topic: Allowing customers to close a ticket via email?
- Replies: 0
- Views: 584
Allowing customers to close a ticket via email?
I would like my customers to be able to close existing tickets via an email containing for example something along the line of "case closed".
So I created a PostMaster filter, looking at the body of the email for "case closed*", whereupon the X-OTRS-State will be changed in "closed succesfull ...
So I created a PostMaster filter, looking at the body of the email for "case closed*", whereupon the X-OTRS-State will be changed in "closed succesfull ...