Cannot Send/Recieve emails from server

celliott

Well-Known Member
Jan 2, 2006
459
0
166
United Kingdom
Im currently having huge problems on our server with sending out emails. No matter what host I send an email to, its always rejected.

Here is what happens when the message is delivered:
Code:
delivering 1FyoEM-0007EJ-8e
Connecting to gmail-smtp-in.l.google.com [64.233.183.114]:25 ... failed: Connection refused
LOG: MAIN
  gmail-smtp-in.l.google.com [64.233.183.114]: Connection refused
Connecting to gmail-smtp-in.l.google.com [64.233.183.27]:25 ... failed: Connection refused
LOG: MAIN
  gmail-smtp-in.l.google.com [64.233.183.27]: Connection refused
Connecting to alt1.gmail-smtp-in.l.google.com [72.14.215.114]:25 ... failed: Connection refused
LOG: MAIN
  alt1.gmail-smtp-in.l.google.com [72.14.215.114]: Connection refused
Connecting to alt1.gmail-smtp-in.l.google.com [72.14.215.27]:25 ... failed: Connection refused
LOG: MAIN
  alt1.gmail-smtp-in.l.google.com [72.14.215.27]: Connection refused
Connecting to alt2.gmail-smtp-in.l.google.com [64.233.163.114]:25 ... failed: Connection refused
LOG: MAIN
  alt2.gmail-smtp-in.l.google.com [64.233.163.114]: Connection refused
LOG: MAIN
  == [email protected] R=lookuphost T=remote_smtp defer (111): Connection refused
I have already tried forcing a reinstall of exim with /scripts/eximup --force and that has not made any difference. I have been able to send and recieve emails fine up until yesterday, when I noticed the mail queue was huge from emails not being sent out from our server.

Any advice is greatly appreciated,

Thanks
 

celliott

Well-Known Member
Jan 2, 2006
459
0
166
United Kingdom
Fixed.

I cleared the deny list in Chirp's firewall and now all is good. Seems like it blocked the IP's of some email hosts. Bit strange,