Gmail servers not accepting mails

2012-06-01 Thread Ram
I was wondering if others on this list are also facing this , gmail 
breaking off some connections


All my postfix mailq is increasing because gmail , sporadically , times 
out some connections.


Jun  1 07:40:37 mmail14 postfix/smtp[17190]: 8D3CD5E6D00: conversation 
with gmail-smtp-in.l.google.com[173.194.79.27] timed out while sending 
RCPT TO
Jun  1 07:40:38 mmail14 postfix/smtp[17097]: 289895E6D0B: conversation 
with gmail-smtp-in.l.google.com[173.194.79.27] timed out while sending 
RCPT TO
Jun  1 07:43:24 mmail14 postfix/smtp[17196]: 682755E6AB4: conversation 
with gmail-smtp-in.l.google.com[173.194.79.27] timed out while sending 
RCPT TO





I think I will have to reduce the backoff time in postfix , so that 
postfix does not learn that gmail is not accepting mails



Thanks
Ram




Re: Gmail servers not accepting mails

2012-06-01 Thread Zagalo Nanda Mardani

On 6/1/2012 1:32 PM, Ram wrote:

I was wondering if others on this list are also facing this , gmail
breaking off some connections

All my postfix mailq is increasing because gmail , sporadically , times
out some connections.

Jun 1 07:40:37 mmail14 postfix/smtp[17190]: 8D3CD5E6D00: conversation
with gmail-smtp-in.l.google.com[173.194.79.27] timed out while sending
RCPT TO
Jun 1 07:40:38 mmail14 postfix/smtp[17097]: 289895E6D0B: conversation
with gmail-smtp-in.l.google.com[173.194.79.27] timed out while sending
RCPT TO
Jun 1 07:43:24 mmail14 postfix/smtp[17196]: 682755E6AB4: conversation
with gmail-smtp-in.l.google.com[173.194.79.27] timed out while sending
RCPT TO


I think I will have to reduce the backoff time in postfix , so that
postfix does not learn that gmail is not accepting mails


Thanks
Ram

My server was experienced the same issue today...
Email to Gmail was showed in both active and deferred queue...

   T  5 10  20  40 80 160 320 640
  TOTAL 1225  3  6 100 100  1 860 110
  gmail.com 1162  2  6 100 100  1 852 101

--
Zagalo Nanda M
Math-FMIPA ITB


Re: Gmail servers not accepting mails

2012-06-01 Thread Reindl Harald


Am 01.06.2012 11:49, schrieb Zagalo Nanda Mardani:
 On 6/1/2012 1:32 PM, Ram wrote:
 I was wondering if others on this list are also facing this , gmail
 breaking off some connections

 All my postfix mailq is increasing because gmail , sporadically , times
 out some connections.

 Jun 1 07:40:37 mmail14 postfix/smtp[17190]: 8D3CD5E6D00: conversation
 with gmail-smtp-in.l.google.com[173.194.79.27] timed out while sending
 RCPT TO
 Jun 1 07:40:38 mmail14 postfix/smtp[17097]: 289895E6D0B: conversation
 with gmail-smtp-in.l.google.com[173.194.79.27] timed out while sending
 RCPT TO
 Jun 1 07:43:24 mmail14 postfix/smtp[17196]: 682755E6AB4: conversation
 with gmail-smtp-in.l.google.com[173.194.79.27] timed out while sending
 RCPT TO

 I think I will have to reduce the backoff time in postfix , so that
 postfix does not learn that gmail is not accepting mails


 Thanks
 Ram
 My server was experienced the same issue today...
 Email to Gmail was showed in both active and deferred queue...
 
T  5 10  20  40 80 160 320 640
   TOTAL 1225  3  6 100 100  1 860 110
   gmail.com 1162  2  6 100 100  1 852 101

sounds more like a routing problem because here
from vienna no problem

OK: relay=gmail-smtp-in.l.google.com[173.194.70.26]:25
OK: relay=gmail-smtp-in.l.google.com[173.194.70.27]:25

[root@caladan:~]$ cat maillog | grep gmail | grep status=sent | wc -l
151

[root@caladan:~]$ cat maillog | grep gmail | grep -i timeout | wc -l
0




signature.asc
Description: OpenPGP digital signature


Re: Gmail servers not accepting mails

2012-06-01 Thread Tom Kinghorn

On 01/06/2012 11:49, Zagalo Nanda Mardani wrote:

On 6/1/2012 1:32 PM, Ram wrote:


Thanks
Ram

My server was experienced the same issue today...
Email to Gmail was showed in both active and deferred queue...

   T  5 10  20  40 80 160 320 640
  TOTAL 1225  3  6 100 100  1 860 110
  gmail.com 1162  2  6 100 100  1 852 101



Hi List.

I had the same problem here but seems to have improved substantially 
since removing gmail.com from the smtp_connection_cache_destinations.


Maybe its just coincidence but worth a shot if you have it in your 
configuration.


regards
Tom


Re: Gmail servers not accepting mails

2012-06-01 Thread Tom Kinghorn

On 01/06/2012 12:01, Tom Kinghorn wrote:

Hi List.

I had the same problem here but seems to have improved substantially 
since removing gmail.com from the smtp_connection_cache_destinations.


Maybe its just coincidence but worth a shot if you have it in your 
configuration.


regards
Tom


Scratch that, queues just started climbing again.

Doesn't help at all...sigh

Sorry guys

regards
Tom


Re: Gmail servers not accepting mails

2012-06-01 Thread Zagalo Nanda Mardani

On 6/1/2012 4:54 PM, Reindl Harald wrote:



Am 01.06.2012 11:49, schrieb Zagalo Nanda Mardani:

On 6/1/2012 1:32 PM, Ram wrote:

I was wondering if others on this list are also facing this , gmail
breaking off some connections

All my postfix mailq is increasing because gmail , sporadically , times
out some connections.

Jun 1 07:40:37 mmail14 postfix/smtp[17190]: 8D3CD5E6D00: conversation
with gmail-smtp-in.l.google.com[173.194.79.27] timed out while sending
RCPT TO
Jun 1 07:40:38 mmail14 postfix/smtp[17097]: 289895E6D0B: conversation
with gmail-smtp-in.l.google.com[173.194.79.27] timed out while sending
RCPT TO
Jun 1 07:43:24 mmail14 postfix/smtp[17196]: 682755E6AB4: conversation
with gmail-smtp-in.l.google.com[173.194.79.27] timed out while sending
RCPT TO

I think I will have to reduce the backoff time in postfix , so that
postfix does not learn that gmail is not accepting mails


Thanks
Ram

My server was experienced the same issue today...
Email to Gmail was showed in both active and deferred queue...

T  5 10  20  40 80 160 320 640
   TOTAL 1225  3  6 100 100  1 860 110
   gmail.com 1162  2  6 100 100  1 852 101


sounds more like a routing problem because here
from vienna no problem

OK: relay=gmail-smtp-in.l.google.com[173.194.70.26]:25
OK: relay=gmail-smtp-in.l.google.com[173.194.70.27]:25

[root@caladan:~]$ cat maillog | grep gmail | grep status=sent | wc -l
151

[root@caladan:~]$ cat maillog | grep gmail | grep -i timeout | wc -l
0



Looks like the problem was resolved
All GMAIL queue was flushed :)



--
Zagalo Nanda M
Math-FMIPA ITB


Re: Gmail servers not accepting mails

2012-06-01 Thread Bron Gondwana
On Fri, Jun 01, 2012 at 12:02:45PM +0530, Ram wrote:
 I was wondering if others on this list are also facing this , gmail
 breaking off some connections
 
 All my postfix mailq is increasing because gmail , sporadically ,
 times out some connections.
 
 Jun  1 07:40:37 mmail14 postfix/smtp[17190]: 8D3CD5E6D00:
 conversation with gmail-smtp-in.l.google.com[173.194.79.27] timed
 out while sending RCPT TO
 Jun  1 07:40:38 mmail14 postfix/smtp[17097]: 289895E6D0B:
 conversation with gmail-smtp-in.l.google.com[173.194.79.27] timed
 out while sending RCPT TO
 Jun  1 07:43:24 mmail14 postfix/smtp[17196]: 682755E6AB4:
 conversation with gmail-smtp-in.l.google.com[173.194.79.27] timed
 out while sending RCPT TO
 
 
 
 
 I think I will have to reduce the backoff time in postfix , so that
 postfix does not learn that gmail is not accepting mails

Late to the party - but yes, we had the same problem at FastMail.

It cleared eventually.

Bron.