AutoFetch mail

Moderator: crythias

Locked
telematyk
Znuny newbie
Posts: 3
Joined: 28 Aug 2015, 10:31
Znuny Version: 3.3.12

AutoFetch mail

Post by telematyk »

Hello,

How to investigate problem with autofetch emails?
I have an email account configured in Office 365. When I fetch it manually everything is fine.
This is the part of configuration:
# fetch emails every 10 minutes
*/10 * * * * $HOME/bin/otrs.PostMasterMailbox.pl >> /dev/null


Regards
reneeb
Znuny guru
Posts: 5018
Joined: 13 Mar 2011, 09:54
Znuny Version: 6.0.x
Real Name: Renée Bäcker
Company: Perl-Services.de
Contact:

Re: AutoFetch mail

Post by reneeb »

Did you test the command as the use the cronjob uses? Did you add

Code: Select all

MAILTO="root@localhost"
to your crontab?
Perl / Znuny development: http://perl-services.de
Free Znuny add ons from the community: http://opar.perl-services.de
Commercial add ons: http://feature-addons.de
Locked