AnthonyKinson Posted August 2, 2010 Author Posted August 2, 2010 GMail cool i hav a gmail account so will check out the parsing for it shortly.
AnthonyKinson Posted August 2, 2010 Author Posted August 2, 2010 GMail couldnt duplicate it. linesbreaks seem to be fine for me.
Haku2 Posted August 2, 2010 Posted August 2, 2010 Are you using email piping or the POP3 import? I'm not sure if it makes a difference, but I've been testing with the email piping.
AnthonyKinson Posted August 2, 2010 Author Posted August 2, 2010 Are you using email piping or the POP3 import? I'm not sure if it makes a difference, but I've been testing with the email piping. yeah i was using the PIPE method, both methods go through the same processor though so it shouldnt matter. try send an email to anthony_kinson@dev.bouncyservers.co.uk from your gmail account can determin wether its gmail or bouncy mail that has the issue then.
Robulosity2 Posted August 2, 2010 Posted August 2, 2010 The only issue I've seen is randomly email with attachments (not a memory consumption issue either) fails to be inserted (oddly enough it still tried to insert it into the database but i didnt read your full changelog) And it gives no rejection, the Pipe just doesn't feed it or is keeping it dead locked somewhere
AnthonyKinson Posted August 2, 2010 Author Posted August 2, 2010 Ok. Email sent. received and your were right, your line breaks are missing. just checked it out and it seems as though your sending emails as plain text where mine wasn't. the source of my email wasSubject: Test gmail sending From: anthony kinson <anthonykinson@gmail.com> To: anthony_kinson@dev.bouncyservers.co.uk Content-Type: multipart/alternative; boundary=00163691fbc56f3f49048cce1a8a --00163691fbc56f3f49048cce1a8a Content-Type: text/plain; charset=ISO-8859-1 this is a email with multiple lines *its very cool* what? no chicken? shame! i'll take the turkey! --00163691fbc56f3f49048cce1a8a Content-Type: text/html; charset=ISO-8859-1 this is a email with multiple lines<br><br><b>its very cool</b><br><br>what?<br><br>no chicken?<br><br>shame! i'll take the turkey!<br> --00163691fbc56f3f49048cce1a8a-- where as the source for your was Subject: Line Test From Haku2 From: ************************** To: anthony_kinson@dev.bouncyservers.co.uk Content-Type: text/plain; charset=ISO-8859-1 This is line 1 This is line 2 This is line 3 This is line 4 This is line 5
AnthonyKinson Posted August 2, 2010 Author Posted August 2, 2010 The only issue I've seen is randomly email with attachments (not a memory consumption issue either) fails to be inserted (oddly enough it still tried to insert it into the database but i didnt read your full changelog) And it gives no rejection, the Pipe just doesn't feed it or is keeping it dead locked somewhere very strange... if you can forward me the email (to anthony_kinson@dev.bouncyservers.co.uk) i'll see if i have the same error and try track down the issue. Also, if you look in the database at the attachment (providing it's inserted into the database (bmail_attachments) should be a number in the "inerror" column, they mean the following.. 1: No file data 2: Not a valid file type 3: Upload exceeds $max_file_size 4: Couldnt upload for some reason 5: possible XSS attach (files pretending to be images that are not images)
dutchwii Posted August 16, 2010 Posted August 16, 2010 I can send email with it but i cant receive email
AngelFire Posted August 17, 2010 Posted August 17, 2010 I can send email with it but i cant receive email then you havnt set it up correctly, maybe a bit more info would help then we might be able to help you set it up correctly. but at a guess you need to edit the hashbang with the correct info. there are other topics on it in the forums
darkmesaia Posted September 2, 2010 Posted September 2, 2010 hi, The BETA 2 version can work on 3.0.5 or not!!! Thanks!
AnthonyKinson Posted September 2, 2010 Author Posted September 2, 2010 hi, The BETA 2 version can work on 3.0.5 or not!!! Thanks! WHY ARE WE SHOUTING!!! :o :lol: probably not though, I haven't tried it.
ursnavi Posted November 16, 2010 Posted November 16, 2010 Can anyone help me up in setting up Email processing for bouncy mail Thanks in advance :rolleyes:
alex.1096@yahoo.com Posted November 17, 2010 Posted November 17, 2010 @ursnavi Please wait for a response not everyone is on the computer 24/7. Unfortunately I am not able to help but just wait. :whistle:
AnthonyKinson Posted November 17, 2010 Author Posted November 17, 2010 Make sure you have specified the full path to your Bouncy Mail cache. Ideally it needs to be in a none web accessible area (not inside public_hmml / .www) so, for example the path would be /home/username/mail_cache/ you then need to make this directory writeable and ensure the path is correct in your Bouncy Mail settings.
xBeccax Posted November 18, 2010 Posted November 18, 2010 Okay, so I'm going to go nuts. I have bouncy mail beta 2 set up with pop3 enabled. Everything functions EXCEPT I can send out messages but cant receive them. I have read all 10 pages of this support topic and every possible fix isn't working. I'm running a linux vps with WHM/Cpanel
AnthonyKinson Posted November 18, 2010 Author Posted November 18, 2010 Okay, so I'm going to go nuts. I have bouncy mail beta 2 set up with pop3 enabled. Everything functions EXCEPT I can send out messages but cant receive them. I have read all 10 pages of this support topic and every possible fix isn't working. I'm running a linux vps with WHM/Cpanel Linux + cPanel is great, how come you decided to use POP3 over the PIPE method? PIPE would be the best method to use and the easiest to setup.
xBeccax Posted November 19, 2010 Posted November 19, 2010 Oh ok lol I suppose I assumed pop3 was a better method... (I dont know, the internet fairies told me or something) I will follow the pipe instructions - thanks :D
xBeccax Posted November 20, 2010 Posted November 20, 2010 I had someone else look at my issues and we can get the email to go through using the pipe method but even through it goes through it still sends back and undeliverable message to the sender. We tried all of the hashbang and other suggestions from the first few pages.
AnthonyKinson Posted November 21, 2010 Author Posted November 21, 2010 I had someone else look at my issues and we can get the email to go through using the pipe method but even through it goes through it still sends back and undeliverable message to the sender. We tried all of the hashbang and other suggestions from the first few pages. There must be a problem with the hashbang then. Have you tried contacting your hosting provider to see if they know the correct hashbang to use? They should know the correct paths, each server is setup differently and don't always follow the defaults.
xBeccax Posted November 21, 2010 Posted November 21, 2010 The server company responded with the following message: "Please note that the correct PHP binary is /usr/local/bin/php and not /usr/bin/php" and the file was altered, unfortunately the issue is still occurring. Is there a chance that this has something to do with the fact that i have upgraded to 3.1.4? I'm running out of options :(
AnthonyKinson Posted November 24, 2010 Author Posted November 24, 2010 The server company responded with the following message: "Please note that the correct PHP binary is /usr/local/bin/php and not /usr/bin/php" and the file was altered, unfortunately the issue is still occurring. Is there a chance that this has something to do with the fact that i have upgraded to 3.1.4? I'm running out of options :( What's the exact error message you are getting and could you paste me the hashbang you are currently using.
xBeccax Posted November 27, 2010 Posted November 27, 2010 hashbang = #!/usr/local/bin/php The message is delivered to the chatter mailbox, but this message bounces back to the outside sender: 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/chatter/public_html/post_office.php generated by becca@360chatter.com The following text was generated during the delivery attempt: ------ pipe to |/home/chatter/public_html/post_office.php generated by becca@360chatter.com ------ COULD NOT SAVE FILE TO DISK ------ This is a copy of the message, including all the headers. ------ Return-path: <snowflake0287@hotmail.com> Received: from snt0-omc1-s6.snt0.hotmail.com ([65.55.90.17]) by server1.undividednetwork.com with esmtp (Exim 4.69) (envelope-from <snowflake0287@hotmail.com>) id 1PMBQc-0007E2-BU for becca@360chatter.com; Sat, 27 Nov 2010 06:26:28 +0300 Received: from SNT113-W40 ([65.55.90.9]) by snt0-omc1-s6.snt0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Fri, 26 Nov 2010 19:26:08 -0800 Message-ID: <SNT113-W40A27B477963055702EE47A2220@phx.gbl> Content-Type: multipart/alternative; boundary="_3dd5255b-1c5b-42f2-b887-ad55df5667c2_" X-Originating-IP: [208.92.73.98] From: Becky C <snowflake0287@hotmail.com> To: <becca@360chatter.com> Subject: heyhihihi Date: Fri, 26 Nov 2010 22:26:07 -0500 Importance: Normal MIME-Version: 1.0 X-OriginalArrivalTime: 27 Nov 2010 03:26:08.0297 (UTC) FILETIME=[D4D3D990:01CB8DE2] --_3dd5255b-1c5b-42f2-b887-ad55df5667c2_ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable hihihi = --_3dd5255b-1c5b-42f2-b887-ad55df5667c2_ Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable <html> <head> <style><!-- .hmmessage P { margin:0px=3B padding:0px } body.hmmessage { font-size: 10pt=3B font-family:Tahoma } --></style> </head> <body class=3D'hmmessage'> hihihi </body> </html>= --_3dd5255b-1c5b-42f2-b887-ad55df5667c2_--
Recommended Posts
Archived
This topic is now archived and is closed to further replies.