Kayako logo
E-mail Piping Issues E-mail piping issues and related configuration questions are posted here,

Reply
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
  (#1) Old
Fuze9-Hunter Offline
Member
 
Fuze9-Hunter's Avatar
 
Posts: 37
Join Date: Jun 2007
Location: Tucson, Arizona, USA
Very odd piping problem - 20-09-2007, 11:49 PM

I have piping set up for "abuse@fuze9.net". For some reason, piping works, but at the same time, every time you send an email to it, you get a mailer daemon message back saying it wasnt deleted =/

Code:
This message was created automatically by mail delivery software.

A message that you sent could not be delivered to one or more of its
recipients. This is a permanent error. The following address(es) failed:

  pipe to |/usr/local/bin/php -q /home/fuze9/public_html/support/cli/index.php
    generated by abuse@fuze9.net

The following text was generated during the delivery attempt:

------ pipe to |/usr/local/bin/php -q /home/fuze9/public_html/support/cli/index.php
       generated by abuse@fuze9.net ------
I've had my server admins look at it, everything is set up how it should be - I've talked 3 times on live chat here at kayako about it, and none of them can figure it out either.


Fuze9 Web Services - We're here for you!

Last edited by Fuze9-Hunter; 20-09-2007 at 11:51 PM.
   
Reply With Quote
  (#2) Old
bear Offline
Community Moderator
 
Posts: 688
Join Date: Jan 2005
21-09-2007, 12:46 AM

Quote:
|/usr/local/bin/php -q /home/fuze9/public_html/support/cli/index.php
The part marked in red is actually part of the cron command, not the mail forward to pipe into Kayako. The "pipe" should be entered into the mail forward like this:
Code:
"|/home/fuze9/public_html/support/cli/index.php"
   
Reply With Quote
  (#3) Old
Fuze9-Hunter Offline
Member
 
Fuze9-Hunter's Avatar
 
Posts: 37
Join Date: Jun 2007
Location: Tucson, Arizona, USA
21-09-2007, 09:02 AM



Code:
This message was created automatically by mail delivery software.

A message that you sent could not be delivered to one or more of its
recipients. This is a permanent error. The following address(es) failed:

  pipe to |/usr/local/bin/php -q /home/fuze9/public_html/support/cli/index.php
    generated by abuse@fuze9.net

The following text was generated during the delivery attempt:

------ pipe to |/usr/local/bin/php -q /home/fuze9/public_html/support/cli/index.php
       generated by abuse@fuze9.net ------
Still doing the same thing, and I think that I had it set up the right way in the first place when I first did it, and my server manager added that php bit in there. But for some reason it STILL automatically puts that php bit in there. Odd...

Strangest thing is that the system won't let me delete the forwarder either, I hit delete and nothing happens...

EDIT: Fatal! Write Failure: /etc/valiases/fuze9.net. Ignore any messages of success this can only result in failure! - just noticed that in cPanel once I click "Email" or "forwarders"

I think that I'm going to re-create the account tomorrow if theres no response or solution posted here, there might just be some funny picky error.


Fuze9 Web Services - We're here for you!

Last edited by Fuze9-Hunter; 21-09-2007 at 09:07 AM.
   
Reply With Quote
  (#4) Old
bear Offline
Community Moderator
 
Posts: 688
Join Date: Jan 2005
21-09-2007, 11:28 AM

You need to check the valiases file and see if that extra PHP bit exists in it. If so, remove it. The only other place that line should exist is in the "shebang" at the top of the actual /cli/index.php file.
   
Reply With Quote
  (#5) Old
Fuze9-Hunter Offline
Member
 
Fuze9-Hunter's Avatar
 
Posts: 37
Join Date: Jun 2007
Location: Tucson, Arizona, USA
21-09-2007, 01:25 PM

okay i got everything sorted out with that little problem, but mail is still getting returned -

Code:
 This message was created automatically by mail delivery software.

A message that you sent could not be delivered to one or more of its
recipients. This is a permanent error. The following address(es) failed:

 pipe to |/home/fuze9/public_html/support/cli/index.php
    generated by sales@fuze9.net

The following text was generated during the delivery attempt:

------ pipe to |/home/fuze9/public_html/support/cli/index.php
       generated by sales@fuze9.net ------


Fuze9 Web Services - We're here for you!

Last edited by Fuze9-Hunter; 21-09-2007 at 02:14 PM.
   
Reply With Quote
  (#6) Old
bear Offline
Community Moderator
 
Posts: 688
Join Date: Jan 2005
21-09-2007, 03:24 PM

Are tickets being created?
Is "index.php" set to have 755 permissions?
   
Reply With Quote
  (#7) Old
Fuze9-Hunter Offline
Member
 
Fuze9-Hunter's Avatar
 
Posts: 37
Join Date: Jun 2007
Location: Tucson, Arizona, USA
22-09-2007, 01:13 AM

Quote:
Originally Posted by bear View Post
Are tickets being created?
Is "index.php" set to have 755 permissions?
Yes and Yes


Fuze9 Web Services - We're here for you!
   
Reply With Quote
  (#8) Old
Mohit Sharma Offline
Member
 
Mohit Sharma's Avatar
 
Posts: 39
Join Date: Aug 2006
22-09-2007, 05:08 AM

Hi,

This issue has been resolved on ticket.

Regards,


Mohit used to be a Kayako staff member.
   
Reply With Quote
  (#9) Old
bear Offline
Community Moderator
 
Posts: 688
Join Date: Jan 2005
22-09-2007, 10:57 AM

It would be very helpful to know the cause and fix, Mohit, if it's not sensitive information. Simply saying "it's fixed" doesn't help the next user with an issue...
   
Reply With Quote
  (#10) Old
craigbrass Offline
Senior Member
 
Posts: 5,576
Join Date: Jun 2005
Location: Cumbria, UK
22-09-2007, 02:17 PM

I do agree with bear on this. It helps others who have the same issue to fix it without submitting a ticket. I always ask users to do this when they say they have sorted the problem without saying how.


Craig Brass - Kayako Forum Squatter (Note: I am NOT a staff member)

Icon Headquarters - Its Elixir - Web2Messenger
   
Reply With Quote
  (#11) Old
tommyquang Offline
New Member
 
Posts: 9
Join Date: Jun 2007
29-05-2008, 08:22 AM

I'm having the same problem.
Quote:
This message was created automatically by mail delivery software.
A message that you sent could not be delivered to one or more of its recipients. This is a permanent error. The following address(es) failed:
pipe to |/home/user/public_html/cli/index.php
generated by xxx@domain.com
local delivery failed
I searched, read and tried everything, but I'm still not able to find a way to fix it.
   
Reply With Quote
  (#12) Old
accyroy Offline
New Member
 
Posts: 7
Join Date: Nov 2004
21-07-2008, 10:03 PM

I'm also having this exact same issue - if the solution had been posted here I wouldn't now have to go and create a support ticket....
   
Reply With Quote
  (#13) Old
Siora Offline
Member
 
Siora's Avatar
 
Posts: 1,308
Join Date: Apr 2007
Location: Toronto Canada
22-07-2008, 12:27 AM

I am also having this problem....what is the fix for this?


Siora Solutions Inc.
www.sioraIT.com
   
Reply With Quote
  (#14) Old
accyroy Offline
New Member
 
Posts: 7
Join Date: Nov 2004
22-07-2008, 02:46 PM

This is what worked for me. I guess some specific versions of exim make this problem appear because it worked fine until I moved it to a new server.

You need to make changes to /etc/exim.conf

Look for this section:

virtual_address_pipe:
driver = pipe

Add this line after driver = pipe
ignore_status

Restart Exim.
   
Reply With Quote
Reply

Tags
odd, piping

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Piping problem (please help) Indirect E-mail Piping Issues 27 10-07-2006 01:41 AM



Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
vBulletin Skin developed by: vBStyles.com


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46