using fetchmail to pipe email

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
wizard210
Posts: 6
Joined: Mon Aug 22, 2011 11:16 am

using fetchmail to pipe email

Post by wizard210 »

Script URL:
Version of script: 2.3
Hosting company: local
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:

Write your message below:

My email is hosted by a remote isp. I have hesk set up on a server in my office. I can't pipe email since my isp doesn't allow it.

I've been successful in using fetchmail to retrivie messages off the mail server. I'm getting this error when trying to pipe it to hesk_pipe

fetchmail: starting fetchmail 6.3.9-rc2 daemon
fetchmail: 1 message for support email at mail.clasd.net.
sh: /var/www/support/inc/mail/hesk_pipe.php: Permission denied
fetchmail: reading message support@clasd.net@mail.clasd.net:1 of 1 (594 header octets) (118 body octets) (log message incomplete)fetchmail: Error writing to MDA: Broken pipe
Klemen
Site Admin
Posts: 10147
Joined: Fri Feb 11, 2005 4:04 pm

Re: using fetchmail to pipe email

Post by Klemen »

I am not familiar with fetchmail, but it could be that your hesk_pipe.php doesn't have correct file permissions (make sure it's executable - chmod to 0755).
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
dnwklin
Posts: 3
Joined: Fri Jun 29, 2012 3:21 pm

Re: using fetchmail to pipe email

Post by dnwklin »

I have set hesk_pipe.php to 777 but

Could not open input file: /var/www/support/inc/mail/hesk_pipe.php
Klemen
Site Admin
Posts: 10147
Joined: Fri Feb 11, 2005 4:04 pm

Re: using fetchmail to pipe email

Post by Klemen »

I'm afraid I can't be of much help here, you will need to debug this in the server side.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Post Reply