We use google apps for our email and we use MailChimp for our newsletters. But recently the emails sent from the server (form the cart) are being delayed by gmail because they are claiming we are sending too much spam.
The ONLY email that comes out of that IP address are order related emails, and emails from the helpdesk, most of which are from us. I greped the mail log and found 160 emails in the past 60 hours that were to people outside of our own organization. They were all notifications of new orders, shipped orders, or helpdesk reply notifications. And looking at the headers of those emails, when gmail finally accepted the them, the SPF passes. The IP is not on any spam blacklists.
In any case, is it possible to just make the server use our google apps gmail SMTP to send outgoing mail instead of exim? I think that would make life easier..
Code:
2015-10-27 15:30:18 SMTP error from remote mail server after end of data: [our ip] Our system has detected an unusual rate of unsolicited mail originating from your IP address. To protect our users from spam, mail sent from your IP address has been temporarily rate limited. Please visit https://support.google.com/mail/answer/81126 to review our Bulk Email Senders Guidelines. g139si25423912oic.39 - gsmtp
The ONLY email that comes out of that IP address are order related emails, and emails from the helpdesk, most of which are from us. I greped the mail log and found 160 emails in the past 60 hours that were to people outside of our own organization. They were all notifications of new orders, shipped orders, or helpdesk reply notifications. And looking at the headers of those emails, when gmail finally accepted the them, the SPF passes. The IP is not on any spam blacklists.
In any case, is it possible to just make the server use our google apps gmail SMTP to send outgoing mail instead of exim? I think that would make life easier..