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
chrismorley Offline
New Member
 
Posts: 9
Join Date: Oct 2008
eSupport Mail Queue from Exchange 2007 POP3 Mails are not Downloaded - 08-10-2008, 09:12 PM

Hi, i have an exchange server 2007 with the support@mydomain.com email address and am able to log in via POP3 client (Windows Outlook Express without encryption to port 110) and it works ok and downloads mail for that address.

I have also setup the mail queue for support@mydomain.com, and also the sudo internal cron page is polled by the system cron as per the instructions.

Unfortunatly even though i know there is mail sitting in the support@mydomain.com inbox, and the Download POP3 task completes without error (in the not so detailed log under the admin control panel!), no mail is downloaded into the eSupport queue or processed by the mail parser.

I have double checked the server settings, and i am positive they are ok as per the working Outlook Express config. I cant see any detailed log or trace, is one available on the filesystem to show the steps carried out and exact addresses used to connect to the eSupport helpdesk to help me diagnose the problem?

Many thanks in advance,

Chris

Last edited by chrismorley; 08-10-2008 at 09:14 PM.
   
Reply With Quote
  (#2) Old
craigbrass Offline
Senior Member
 
Posts: 5,753
Join Date: Jun 2005
Location: Cumbria, UK
09-10-2008, 07:18 AM

Maybe see Setting up e-mail parsing using POP3 (or IMAP) on Windows 2003 Server and try that method instead?


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

Icon Headquarters - Its Elixir - Web2Messenger

Last edited by craigbrass; 09-10-2008 at 07:18 AM.
   
Reply With Quote
  (#3) Old
chrismorley Offline
New Member
 
Posts: 9
Join Date: Oct 2008
09-10-2008, 12:34 PM

Thanks for the post Craig, on testing i get the following error:

http://support.rotarymep.com/cron/index.php?_t=parser

Connecting to 'rmep-hq-cas001.rotarymep.com' on port 110 with user name 'support@rotarymep.com'...

One or more errors occurred when reading Queue #1.
  1. Kerberos error: No credentials cache found (try running kinit) for webmail.rotarymep.com
Fetch completed! Total messages processed: 0. Accepted: 0 / Rejected: 0

My POP3 service on the exchange box is using Basic Authentication. Any ideas?

Many thanks,

Chris
   
Reply With Quote
  (#4) Old
Jamie Edwards Offline
Operations Manager
 
Jamie Edwards's Avatar
 
Posts: 5,445
Join Date: Jan 2006
Location: United Kingdom
09-10-2008, 01:04 PM

Hi Chris,

SupportSuite POP3 from Exchange 2007

SupportSuite POP3 from Exchange 2007

The problem is usually down to the one described in the first link. You would be better off submitting a support ticket, so that you can get assistance from our support staff.


Jamie Edwards (jamie.edwards ]at[ kayako.com)
----------------------------------------------------------------
---
   
Reply With Quote
  (#5) Old
chrismorley Offline
New Member
 
Posts: 9
Join Date: Oct 2008
11-10-2008, 10:15 AM

I have to recompile PHP without IMAP Kerbos support.

I downloaded php source and entered:

./configure --build=i686-redhat-linux-gnu --host=i686-redhat-linux-gnu --target=i386-redhat-linux-gnu --without-kerberos --with-imap=shared

But its now throwing "configure: error: This c-client library is built with Kerberos support.
Add --with-kerberos to your configure line. Check config.log for details."

Yes this is Microsoft's problem, but this is very, very frustrating. Wasted 4 hours so far.

I only wanted to rebuild the shared object module as to not interfere too much with my centos 5.2 install, looks like the rest of the my day off is now written off doing a complete PHP reinstall

   
Reply With Quote
  (#6) Old
chrismorley Offline
New Member
 
Posts: 9
Join Date: Oct 2008
11-10-2008, 02:04 PM

Finally, helpdesk is fetching mail from exchange! For others reference using CentOS 5.2:

1) nano -w /etc/yum.repos.d/utterramblings.repo

paste the following into the file:

[utterramblings]
name=Jason's Utter Ramblings Repo
baseurl=http://www.jasonlitka.com/media/EL$releasever/$basearch/
enabled=1
gpgcheck=1
gpgkey=http://www.jasonlitka.com/media/RPM-GPG-KEY-jlitka

2) yum update php (php 5.2.6 should be downloaded - i had 'yum install php php-devel php-gd php-imap php-ldap php-mbstring php-mcrypt php-mysql php-odbc php-pdo php-pear php-xml php-xmlrpc')

3) wget ftp://ftp.cac.washington.edu/mail/imap.tar.Z and unzip (reference instructions here: PHP: IMAP Functions - Manual)

4) Unzip .Z file, goto imap-2007b directory

5) export CPPFLAGS=-DOPENSSL_NO_KRB5 (disables Kerberos)

6) make lr5 (i had to yum install pam-devel on my box)

7) wget the 5.2.6 source, extract and cd to that dir

8) ./configure --build=i686-redhat-linux-gnu --host=i686-redhat-linux-gnu --target=i386-redhat-linux-gnu --without-kerberos --with-imap=shared,/usr/local/imap-2007b/ --with-imap-ssl

9) copy the compiled ./modules/imap.so and overwrite your existing imap.so in the php/modules dir.

10) restart httpd and you should be all set.

Phew what a nightmare. If you need the compiled non-kerberos version of imap.so for PHP 5.2.6 x32 let me know and i will mail you a copy.

I have reported this to Microsoft also as a bug, in the meantime perhaps the support team can draw up a more conclusive guide as something is better than nothing or just saying "recompile php without kerberos" as per the reply from customer support .

Regards,

Chris

Last edited by chrismorley; 11-10-2008 at 02:24 PM.
   
Reply With Quote
  (#7) Old
Jamie Edwards Offline
Operations Manager
 
Jamie Edwards's Avatar
 
Posts: 5,445
Join Date: Jan 2006
Location: United Kingdom
11-10-2008, 02:10 PM

Hi Chris,

Thank you for posting the guide, and especially for reporting it to Microsoft - the more of their customers that do this, the better


Jamie Edwards (jamie.edwards ]at[ kayako.com)
----------------------------------------------------------------
---
   
Reply With Quote
Reply

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
eSupport, Exchange 2007 and windows server kaj@hih.dk SupportSuite, eSupport and LiveResponse 9 11-09-2008 09:09 PM
SupportSuite POP3 from Exchange 2007 pwlcek SupportSuite, eSupport and LiveResponse 53 14-04-2008 09:09 PM
POP3 / Exchange 2007 MAJOR PROBLEM!!! MisterPopularity SupportSuite, eSupport and LiveResponse 2 10-03-2008 10:17 AM
mail server username reverts to 'admin' when setting up mail queue steveparks SupportSuite, eSupport and LiveResponse 0 28-05-2006 03:40 PM
Pop3 fetching working in a strange way Deepak SupportSuite, eSupport and LiveResponse 0 01-05-2006 05:19 PM



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 47