Page 1 of 1

Difference between POP3 Fetching and Email piping

Posted: Mon Sep 17, 2012 9:57 am
by gabberkopf
Script URL:
Version of script: 2.4.1
Hosting company:
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution: piping fetching difference

Write your message below:

Hello and thank you for probably the best helpdesk script in the world wide web.

I'm a bit confused about POP3 Fetching and EMail piping. Are these different methods to automatically create a ticket from an e-mail or are both methods working together? I didn't find any hint about this yet.

We have activated both methods here and it seems to work. The only problem is a huge delay. If a customer sends a mail to hesk, it takes about an hour to receive the ticket.

Did we just made a mess with both methods?

Re: Difference between POP3 Fetching and Email piping

Posted: Tue Sep 18, 2012 5:46 pm
by Klemen
The difference is POP3 fetching requires a valid email account whereas "piping" doesn't - servers can just forward email to the script without the need of a real account.

I would recommend using just POP3 fetching so you have a real account and copies of emails there if something goes wrong (email is not lost if HESK stops working).

I would make Cron run the hesk_pop3.php script every 5 minutes. However, if you mail server is slow, that may be the reason it takes so long to get emails. For example I know from experience GoDaddy hosting is very slow in processing emails.

Re: Difference between POP3 Fetching and Email piping

Posted: Thu Sep 20, 2012 8:16 am
by gabberkopf
Thank you very much for your explanation. Now i understand the difference.