I realise the OS is not Linux, but the OSs are similar enough that you may be able to help me . Here are the stats: OS: FreeBSD 6.2 Running: Traditional FAMP server with Postfix and Courier-IMAP My server recieves emails no problem, sends locally no problem, but sending externally makes an error as follows: Code: Jul 28 01:16:46 fbsd postfix/smtp[7739]: connect to gmail-smtp-in.l.google.com[209.85.147.114]: Operation timed out (port 25) It seems my server is looking to googles server for a port that is not serving? I try to telnet googles port 25 at this IP and i get no connect. I have looked around and nothing has helped. Any advice? I will provide files upon request. Another question is DNS... is there a way for my domain to catch all subdomains? ie no need to modify DNS record to add new subdomains. Wildcard DNS
Can you get to any other (external) port 25? Your ISP's for example? If not, inspect your ipf (ipfw?) firewall. If you can reach other SMTP-servers, it should be a temporary problem. Try traceroute on that address to see how far you get. Paul
hm.... i don't have any firewall installed.... i can smtp into my own server using my domain address (www.iamentity.com) so that isn't a problem... from my windowsbox, yes i can telnet to my isps mail server, and.... same from my bsd box. As for temporary problem.... this has been happening for a month.
Please check if your server is blacklisted: http://www.mxtoolbox.com/blacklists.aspx Also make sure that your ISP doesn't block port 25.