Errors on sending e-mail's to gmail.com

barut

Verified User
Joined
Sep 29, 2008
Messages
18
I have some problems, when try send e-mails to gmail.com SMTP-server.

Exim use 93% WCPU and then child process crash. E-mail marked "FROZEN".
When i use `exim -d -M < FROZEN message-id>. E-mail sends without problems and any errors.

Don't know what happens. Help me, please.
 
You need to check your logs to see what's happening when you do the original email send to gmail.

It sounds like some kind of throttling by gmail; do they think you're spamming? The logs should have some information.

You can tail the log in realtime while you're trying to send a message:
Code:
# tail -f /var/log/exim/mainlog
Jeff
 
In mainlog no errors. In /var/spool/exim/msglog/<message-ID> was errors about exim process crash, when deliver. Mainlog without errors.

I have this error sometimes.

Sorry, my english is poor :(
 
It still appears to be something to do with gmail throttling; you may want to contact their postmaster.

Jeff
 
Back
Top