Obviously running any php site that sends a mail out this kinds of falls under the qualifications of what I personally call a "show stopper" (example forum registrations and what not).
The mail.log output is as follows
I have checked the main.cf configuration of postfix and it all SEEMS fine. I have however attempted to get a response back from the ssh terminal utilizing a telnet connection to the googlemail IP address above and it apparently BLOCKS it, I have double checked my firewall/iptables and established that YES the proper ports are open.Oct 29 22:07:08 host postfix/smtp[5878]: connect to ASPMX3.GOOGLEMAIL.com[72.14.213.27]:25: Connection timed out
Oct 29 22:07:08 host postfix/smtp[5878]: D8EF811E3E0: to=<insertsendingemailhere>, relay=none, delay=105, delays=0.04/0.01/105/0, dsn=4.4.1, status=deferred (connect to ASPMX3.GOOGLEMAIL.com[72.14.213.27]:25: Connection timed out)
The ONLY thing I've seen sifting Google is the possibility that the port may be blocked on yours or interNAP's end, in which the case would be that you (or they) may have a "relayhost" I can set. But it seems unlikely (after searching these forums) seeing as I've seen you guys suggest postfix in the first place. The server IS set up to use a FQDN (actually subdomain), which is associated with the primary IP address of the machine, there are 3.
Any help you guys can offer would be fantastic. I've been stuck on this for quite some time and it's really starting to grind on me.
This is on Ubuntu Lucid 10.04, I'm hoping that my posting this here won't just help me but others that may have the same or similar issue(s). Thanks in advance.