Search found 9 matches
- 29 Jan 2020, 21:10
 - Forum: Help
 - Topic: Ticket Number got reset to "0". can I fix?
 - Replies: 2
 - Views: 1159
 
Re: Ticket Number got reset to "0". can I fix?
Bingo. thanks for the assistance.
					- 29 Jan 2020, 10:22
 - Forum: Help
 - Topic: Ticket Number got reset to "0". can I fix?
 - Replies: 2
 - Views: 1159
 
Ticket Number got reset to "0". can I fix?
Ticket system had a weird config uploaded and applied. I get the database and everything back up to snuff anfter some struggles with the sending email function. the problem I have now is that the ticket numbers have reverted a reset of the current. for example, a new ticket will generate a ticket nu...
					- 18 May 2016, 01:29
 - Forum: General
 - Topic: Mail Fetch problem. "Undeliverable: OTRS Scheduler Daemon Cron: MailAccountFetch"
 - Replies: 5
 - Views: 5645
 
[SOLVED] Re: Mail Fetch problem. "Undeliverable: OTRS Scheduler Daemon Cron: MailAccountFetch"
Sorry for letting this go stale. The fix was editing the Kernel/Config.pm file and adding the code below int he "own config options" area. delete $Self->{"Daemon::SchedulerCronTaskManager::Task"}->{"OTRSBusinessEntitlementCheck"}; delete $Self->{"Daemon::SchedulerC...
					- 18 May 2016, 01:21
 - Forum: General
 - Topic: Multiple custom customer interfaces
 - Replies: 2
 - Views: 2169
 
Re: Multiple custom customer interfaces
I am interested in the answer to this question. Anyone know if multiple customizable Customer Portals are possible? for example having a Company's logo on the header per company portal?
					- 19 Jan 2016, 19:54
 - Forum: General
 - Topic: Mail Fetch problem. "Undeliverable: OTRS Scheduler Daemon Cron: MailAccountFetch"
 - Replies: 5
 - Views: 5645
 
Re: Mail Fetch problem. "Undeliverable: OTRS Scheduler Daemon Cron: MailAccountFetch"
I never had any of these issues until I upgraded to otrs 5. ran without these errors in the logs or bounces for about a year. I understand that things changed from 3.10 to 5 but again. not an issue until the upgrade. 
the username/server edited for the post.
					the username/server edited for the post.
- 18 Jan 2016, 23:12
 - Forum: General
 - Topic: Mail Fetch problem. "Undeliverable: OTRS Scheduler Daemon Cron: MailAccountFetch"
 - Replies: 5
 - Views: 5645
 
Mail Fetch problem. "Undeliverable: OTRS Scheduler Daemon Cron: MailAccountFetch"
I am getting new tickets in the system after some process runs that I can't track down. our exchange system is failing on delivery to root@localhost. I understand that error. The error i don't understand follows: ERROR: OTRS-otrs.Console.pl-Maint::PostMaster::MailAccountFetch-10 Perl: 5.=0.1 OS: lin...
					- 29 Apr 2015, 22:16
 - Forum: General
 - Topic: Customers email address not populating on reply template
 - Replies: 0
 - Views: 2907
 
Customers email address not populating on reply template
When replying to a new ticket with the "empty" response from our dropdown list, the email address for the customer doesn't not auto populate to the "To:" field. This is only happening in certain queues. works fine in the RAW queue using the same template.
					- 02 Feb 2015, 20:32
 - Forum: Help
 - Topic: Customers can login as Agents with Active Directory Backend
 - Replies: 2
 - Views: 1542
 
Re: Customers can login as Agenst with Active Directory Backend
I believe I fixed this by changing the following $Self->{'AuthModule::LDAP::AccessAttr'} = 'memberUid'; $Self->{'AuthModule::LDAP::UserAttr'} = 'UID'; with $Self->{'AuthModule::LDAP::AccessAttr'} = 'member'; $Self->{'AuthModule::LDAP::UserAttr'} = 'DN'; I have other questions but they aren't exactly...
					- 02 Feb 2015, 19:48
 - Forum: Help
 - Topic: Customers can login as Agents with Active Directory Backend
 - Replies: 2
 - Views: 1542
 
Customers can login as Agents with Active Directory Backend
I have Active Directory sync working for agents and customers, unfortunately all customers can log into the agent inteface as well. I tried modifying the settings to signify a specific AD group but when applied no one is able to login (Agents nor Customers). I presume it is a configuration problem o...