Schedule Daemon Cron: How to set non fetching hours

Moderator: crythias

Post Reply
klsoft
Znuny newbie
Posts: 30
Joined: 25 Jan 2017, 13:59
Znuny Version: 6.0.6
Real Name: Karol
Company: Core Networks

Schedule Daemon Cron: How to set non fetching hours

Post by klsoft »

Hi.

I have working OTRS 6.
Daemon is running for the whole time, everything is ok.

My mail server has maintenance window/reset time everyday at the same hour, so it generate connection errors on otrs side

So I would like to set OTRS to not get mails at all for this time.

Befere I was using OTRS 2 which was controlled by cron.

Now I can see scheduler config in SysConfig.

So... what are The TaskName for taking mails into queue : FetchMail, FetchMailSSL, or MailAccountFetch ?

As I understand It uses Cron time definition ?

So if it's */5 * * * * it runs every 5 minutes.

Will this be ok to set it to:

0/5 7-23 * * *

?
wurzel
Znuny guru
Posts: 3224
Joined: 08 Jul 2010, 22:25
Znuny Version: x.x.x
Real Name: Florian

Re: Schedule Daemon Cron: How to set non fetching hours

Post by wurzel »

Hi,


usually it is MailAccountFetch


you should consider a local MTA for delivering the mails.

Florian
OTRS 8 SILVER (Prod)
OTRS 8 auf Debian 11 (Test)
Znuny 7.x latest version testing auf Debian 11

-- Ich beantworte keine Forums-Fragen PN - No PN please

I won't answer to unfriendly users any more. A greeting and regards are just polite.
klsoft
Znuny newbie
Posts: 30
Joined: 25 Jan 2017, 13:59
Znuny Version: 6.0.6
Real Name: Karol
Company: Core Networks

Re: Schedule Daemon Cron: How to set non fetching hours

Post by klsoft »

Thank You.
Post Reply