Fetch Email does not work, downloads index.pl instead

Moderator: crythias

Locked
tricardo
Znuny newbie
Posts: 5
Joined: 20 Dec 2012, 22:15
Znuny Version: 3.1.3
Company: T3 Trading

Fetch Email does not work, downloads index.pl instead

Post by tricardo »

It doesn't matter what account I work in or what browser I use, when I try to fetch the email, the browser instead tries to download index.pl

I am on a Centos 6.2 running 3.1.3 otrs. This was working fine two days ago.
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: Fetch Email does not work, downloads index.pl instead

Post by jojo »

check the error log of apache. Somebody might have changed the way to send emails (as on a successful fetch mails like notifications or auto replies are triggered
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master

Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
tricardo
Znuny newbie
Posts: 5
Joined: 20 Dec 2012, 22:15
Znuny Version: 3.1.3
Company: T3 Trading

Re: Fetch Email does not work, downloads index.pl instead

Post by tricardo »

It looks like someone did.

I need to be able to to fetch from the Run Now. What do I do to fix this?

I changed it back to the way it was but I still am unable to fetch emails to make tickets. I just continue to get the index.pl to download.
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: Fetch Email does not work, downloads index.pl instead

Post by jojo »

set up ypur email sending properly (the logs should give you an hint)
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master

Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
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: Fetch Email does not work, downloads index.pl instead

Post by reneeb »

like jojo said: Have a look at the apache error log. And at the OTRS log, too. Those logfile should give you an idea what goes wrong.
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
tricardo
Znuny newbie
Posts: 5
Joined: 20 Dec 2012, 22:15
Znuny Version: 3.1.3
Company: T3 Trading

Re: Fetch Email does not work, downloads index.pl instead

Post by tricardo »

Removed PID (PostMasterMailbox/TicketSystem.domain.com/3097, because 1 hour old!

Can't create PID PostMasterMailbox, because it's already running (TicketSystem.domain.com/2367)!
I tried to clear the bin/PostmasterMailbox.pl but it didn't work
tricardo
Znuny newbie
Posts: 5
Joined: 20 Dec 2012, 22:15
Znuny Version: 3.1.3
Company: T3 Trading

Re: Fetch Email does not work, downloads index.pl instead

Post by tricardo »

I ran bin/otrs.PostMasterMailbox.pl -f 1

and got
Couldn't send mail: 550 5.7.1 Client does not have permissions to send as this sender
at /opt/otrs/Kernel/System/Email/SMTPTLS.pm line 172
Any ideas where to go next?
tricardo
Znuny newbie
Posts: 5
Joined: 20 Dec 2012, 22:15
Znuny Version: 3.1.3
Company: T3 Trading

Re: Fetch Email does not work, downloads index.pl instead

Post by tricardo »

Is there a way to disable auto response (I am assuming this cause the issue)?-
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: Fetch Email does not work, downloads index.pl instead

Post by reneeb »

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
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: Fetch Email does not work, downloads index.pl instead

Post by jojo »

all notifications and autoresponses will not be sent until you solved the "Couldn't send mail: 550 5.7.1 Client does not have permissions to send as this sender" issue
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master

Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
Locked