Is it possible to trace IMAP/IMAPS communication?

Moderator: crythias

Locked
ericchaves
Znuny newbie
Posts: 21
Joined: 15 Oct 2010, 16:10
Znuny Version: 2.4.8

Is it possible to trace IMAP/IMAPS communication?

Post by ericchaves »

Hi Guys,

I'm using and Google Appgs (gmail) account for my OTRS service. I've changed the crontab to fetch mail every 5 up to 10 minutes and very often I got an error message saying that OTRS can't connect to IMAPS. This problem is intermittent, sometimes it appears and then it goes away, but it makes my service very unreliable. To make things worst if I connect from a regular mail client everything goes well.

My guess is that this is not an issue with OTRS per but instead something with Gmail however in order to be sure I would like to check what IMAP Server is claiming. Is there a way to save the communication between OTRS and IMAPS server?

Thanks in advance,

Eric.
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Is it possible to trace IMAP/IMAPS communication?

Post by crythias »

You could use a network trace module, but the error message (what is it?) might hold a clue. It *might* be that you're trying too often.
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
grgelisha
Znuny newbie
Posts: 27
Joined: 05 Jul 2011, 14:57
Znuny Version: 2.4.9
Real Name: George Elisha
Company: QLogy Management Services Pvt Ltd

Re: Is it possible to trace IMAP/IMAPS communication?

Post by grgelisha »

I noticed this message quite often.. could anyone foresee the reason for this message??
"Sat Aug 20 11:01:08 2011 error OTRS-PMAccount-10 Can't send message: 550Enter message, ending with "." on a line by itself"
ericchaves
Znuny newbie
Posts: 21
Joined: 15 Oct 2010, 16:10
Znuny Version: 2.4.8

Re: Is it possible to trace IMAP/IMAPS communication?

Post by ericchaves »

Hi Crythias,

I was suspicious of that we could be hammering the server too, but since I could access the account from another mail client in the exactly same time that OTRS wasn't, I rule it out. Anyway we will be moving to a local exchange in two weeks.

Regarding your suggestion ,by network trace module you mean an OTRS network trace module or a network sniffer? A network sniffer won't help me because google uses IMAPS which is encrypted by TLS. Now if we are talking about an OTRS trace module, where can I get it? I don't see it in the package manager list in configuration GUI.

Cheers,
crythias wrote:You could use a network trace module, but the error message (what is it?) might hold a clue. It *might* be that you're trying too often.
Locked