Hello, I am running otrs 3.3.8 on a Debian box. Everything is working cherry up to this point. This one last hurdled is whats is between me and a roll out into production. I can fetch mail manually no problem. It has never auto fetched (according to the cronjob it should pull every 10 mins). I have tried restarting the cronjob and running as root. Still no dice. I double checked and all my perl modules are up to date. Any ideas would be very helpful.
Thanks.
Otrs Unable to Auto Fetch [SOLVED]
Moderator: crythias
-
- Znuny newbie
- Posts: 7
- Joined: 11 Sep 2014, 00:13
- Znuny Version: 3.3.8
- Real Name: Charles
- Company: RegularGuy
Otrs Unable to Auto Fetch [SOLVED]
Last edited by pudwill90 on 12 Sep 2014, 00:01, edited 1 time in total.
-
- 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: Otrs Unable to Auto Fetch
What does the OTRS log say? Is there any message in the Cron log?
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
Free Znuny add ons from the community: http://opar.perl-services.de
Commercial add ons: http://feature-addons.de
-
- Znuny newbie
- Posts: 7
- Joined: 11 Sep 2014, 00:13
- Znuny Version: 3.3.8
- Real Name: Charles
- Company: RegularGuy
Re: Otrs Unable to Auto Fetch
I'm teaching my self as I go. I cant seem to locate the cron log. do you know where it is located?
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: Otrs Unable to Auto Fetch
messages about cron are usually in /var/log/messages or /var/log/syslog
If you've installed *manually*, did you overlook the part to rename otrs/var/cron/*.dist?
If you did that, you can
bin/otrs.Cron.sh stop otrs
bin/otrs.Cron.sh start otrs
then
crontab -l -u otrs
to see that it worked.
If it's blank, you have a problem. If it's filled, wait until the next */xx minutes of postmaster_mailbox ...
If you've installed *manually*, did you overlook the part to rename otrs/var/cron/*.dist?
If you did that, you can
bin/otrs.Cron.sh stop otrs
bin/otrs.Cron.sh start otrs
then
crontab -l -u otrs
to see that it worked.
If it's blank, you have a problem. If it's filled, wait until the next */xx minutes of postmaster_mailbox ...
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
-
- Znuny newbie
- Posts: 7
- Joined: 11 Sep 2014, 00:13
- Znuny Version: 3.3.8
- Real Name: Charles
- Company: RegularGuy
Re: Otrs Unable to Auto Fetch
That worked! Thank you so much. I had done all those steps except restarting cron. 
