Search found 6 matches

by jshowma
17 Dec 2015, 20:17
Forum: General
Topic: Otrs5 Auto Response not working
Replies: 2
Views: 1391

Re: Otrs5 Auto Response not working

Looking in Admin->System log: (there are none) The queue does have autoresponse and they were working before. If I run by-hand otrs.Console.pl Maint::::PostMaster::MailAccountFetch and it sees emails, then it generates the autoresponses. I'm not running the Cron.sh or Daemon (not in ps alx)...the ma...
by jshowma
17 Dec 2015, 19:47
Forum: General
Topic: Otrs5 Auto Response not working
Replies: 2
Views: 1391

Otrs5 Auto Response not working

Hi, Running otrs.Console.pl Maint::PostMaster::MailAccountFetch by hand can sometimes fetch an email and process it correctly. The problem that even without running Cron.sh (Daemon), somehow Otrs is pulling in the email and just placing it in the queue without processing it(No auto response). So Mai...
by jshowma
17 Dec 2015, 19:32
Forum: General
Topic: Auto FetchMail Mail Account Management
Replies: 14
Views: 5743

Re: Auto FetchMail Mail Account Management

Hi,

I found this in Admin->SysConfig and searched for MailAccountFetch.

It should find:
Daemon::SchedulerCronTaskManager::Task###MailAccountFetch
by jshowma
04 Dec 2015, 19:37
Forum: General
Topic: MailAccountFetch task not being called in Otrs 5.0.3
Replies: 2
Views: 1153

Re: MailAccountFetch task not being called in Otrs 5.0.3

I added this to our Kernel/Config.pm:

$Self->{FQDN} = 'support.example.com';

It didn't need it before, but in the same version it suddenly needs it now. Weird. Now it seems to be working again, although still not getting notifications of follow-ups.
by jshowma
04 Dec 2015, 00:17
Forum: General
Topic: MailAccountFetch task not being called in Otrs 5.0.3
Replies: 2
Views: 1153

MailAccountFetch task not being called in Otrs 5.0.3

If I run "bin/otrs.Console.pl Maint::PostMaster::MailAccountFetch" by hand it works. But the cron task doesn't seem to call that function: Recurrent cron tasks: NAME LAST EXECUTION LAST STATUS LAST DURATION NEXT EXECUTION MailAccountFetch 2015-12-02 09:30:00 Success < 1 Second 2015-12-03 1...
by jshowma
25 Nov 2015, 20:31
Forum: General
Topic: Not getting notifications since upgrade to 5
Replies: 3
Views: 2511

Not getting notifications since upgrade to 5

Hello, We haven't been getting pending or follow-up notification email to our personal queues since the upgrade to OTRS 5.0.2...and upgrading to OTRS 5.0.3 didn't change this issue. Although it did cause dups of notifications preference settings. How to go about tracking down the problem? There does...