 |
MySQLTalk.org MYSQL discussions groups
|
| View previous topic :: View next topic |
| Author |
Message |
Brian LaVallee Guest
|
Posted: Tue Dec 16, 2008 9:37 am Post subject: Mail Issue: POP3: Debugging Options? |
|
|
Hi Bryan,
I am having a WEIRD mail issue. I have been able to download mail via POP3
from GMail for Months with the occasional connection related error.
POP3 from GMail has become flakey. Messages do not always download,
attachments fail, or I get the subject line but the message body goes
missing. I do believe that GMail has made a change to their system that is
causing my headaches.
PHP error reporting is enabled and there are no errors when the above
occurs.
I did add 'echo $total_emails' in ../misc/download_emails.php to verify
there were N messages on the server.
What (if any) debugging options are available to see more of the POP3
interactions?
Thanks,
Brian LaVallee
Director of Technologies, PBXL
brian.lavallee (AT) pbxl (DOT) jp
Main: +81 [0]34-550-1600
Cell: +81 [0]90-6869-4114
http://www.pbxl.jp |
|
| Back to top |
|
 |
Brian LaVallee Guest
|
Posted: Tue Dec 16, 2008 1:59 pm Post subject: Resolved: Network Issue: Mail Issue: POP3: Debugging Options |
|
|
I figured it out by attempting to retrieve the mail long-hand.
# openssl s_client -connect pop.server.com:995 -quiet
USER abc (AT) domain (DOT) com
PASS somesecret
RETR #
Turns out that I had a network issue. Specifically, PPPoE and MTU.
Sincerely,
Brian LaVallee
On 12/16/08 12:37 PM, "Brian LaVallee" <brian.lavallee (AT) pbxl (DOT) jp> wrote:
| Quote: | Hi Bryan,
I am having a WEIRD mail issue. I have been able to download mail via POP3
from GMail for Months with the occasional connection related error.
POP3 from GMail has become flakey. Messages do not always download,
attachments fail, or I get the subject line but the message body goes missing.
I do believe that GMail has made a change to their system that is causing my
headaches.
PHP error reporting is enabled and there are no errors when the above occurs.
I did add 'echo $total_emails' in ../misc/download_emails.php to verify there
were N messages on the server.
What (if any) debugging options are available to see more of the POP3
interactions?
Thanks,
Brian LaVallee
Director of Technologies, PBXL
brian.lavallee (AT) pbxl (DOT) jp
Main: +81 [0]34-550-1600
Cell: +81 [0]90-6869-4114
http://www.pbxl.jp
|
Brian LaVallee
Director of Technologies, PBXL
brian.lavallee (AT) pbxl (DOT) jp
Main: +81 [0]34-550-1600
Cell: +81 [0]90-6869-4114
http://www.pbxl.jp |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|