Well what I thought was clean and clear fix, did indeed work! However there seems to be a problem where incoming email isnt showing up. I can send email to an outside email address like gmail. However if I send a test email to myself at my clearos box it never gets here and the sending email gets delayed.
Code:
The recipient server did not accept our requests to connect. Learn more at http://support.google.com/mail/bin/answer.py?answer=7720
[(10) mail.wickidmachines.com. [XXX.XXX.XXX.XXX]:25: Connection refused]
I tried to telnet into the SMTP, and was getting connection refused.
So I looked into the /etc/postfix/main.cf and found that only 127.0.0.1 adapter was accepting mail. I expanded this to ALL. Restarted postfix, eventrully restarted the entire server.
Now when I telnet into the SMTP I get the HELLO from the server. Yet still no mail is showing up...? I am rather confused as to where to look next. Can someone point me in the right direction?