issues with sending emails

txt3rob

Verified User
Joined
Jan 16, 2007
Messages
101
Code:
02-17 14:06:48 Received from [email protected] U=apache P=local S=879 T="Welcome to 3phonestuff community"
2007-02-17 14:06:48 [email protected] R=lookuphost T=remote_smtp defer (-53): retry time not reached for any host

changed their address to xxxxxx

but im having problems sending out emails!

any one able to help
 
it has issues sending to my own forwarded email address!

Code:
2007-02-20 12:37:34 Received from [email protected] U=diradmin P=local S=917 T="New Message: Your backups are now ready"
2007-02-20 12:37:35 [email protected] R=lookuphost T=remote_smtp defer (-53): retry time not reached for any host
2007-02-20 12:45:05 alt1.gmail-smtp-in.l.google.com [209.85.133.114] Connection timed out
2007-02-20 12:45:50 alt1.gmail-smtp-in.l.google.com [209.85.133.27] Connection timed out
2007-02-20 12:46:35 alt2.gmail-smtp-in.l.google.com [64.233.163.114] Connection timed out
2007-02-20 12:47:20 alt2.gmail-smtp-in.l.google.com [64.233.163.27] Connection timed out
2007-02-20 12:47:20 [email protected] R=lookuphost T=remote_smtp defer (110): Connection timed out
 
Code:
CDPORTS="135_139,111,513,520,445,1433,1434,1234,1524,3127,3390_3400,3395,3391,6991,6996,3392,8080_8085,60500,5557_5560,25,110"
IG_TCP_CPORTS="21,22,25,37,53,80,110,143,443,465,993,995,2222,6000_7000,1985,6881_6999,2710,3390_3400,3395,3391,6991,6996,3392,3390_3400,8080_8085,60500,5557_5560"
IG_UDP_CPORTS="20,21,22,53,110,1985,6881_6999,2710,3390_3400,3395,3391,6996,3392,3390_3400,5557_5560,25"
IG_ICMP_TYPES="3,5,11,0,30,8"
EGF="1"
EG_TCP_CPORTS="21,25,43,80,110,143,443,465,993,995,2222,1985,6881_6999,2710,3390_3400,3395,3391,6991,6996,8080_8085,60500,5557_5560"
EG_UDP_CPORTS="20,21,25,53,3306,1985,6881_6999,2710,3390_3400,3395,3391,6991,6996,3392,8080_8085,60500,5557_5560"

my firewall config can some one please point out where its going wrong to block exim from running properly?
 
Back
Top