![]() |
Postfix Cannot Receive Email - Smtp Timed Out
Hi everyone,
having problems on OS centos 5.6/5.7 - postfix - dovecot - I setup my postfix using this tutorial 1. I can send email to any domain but cannot received any email from external domain (but strange I can receive email from test server - look below). 2. I can send and received email between local account (using webmin and squirrelmail). 3. I cannot connect to my smtp server using thunderbird on port 25 or 110 (always timed out). What info should I provide? here's postfix config Quote:
Quote:
When I connect to mail.newbielinx-domain.com 25 or 995 nothing changed in maillog. When I send email to supp@newbielinx-domain.com from gmail or yahoo no changes on the log. Also checking my computer IP using whatismyipaddress.com/blacklist-check [not listed on blacklist] netstat -nalp | grep master | grep "LISTEN " Quote:
Quote:
Quote:
Quote:
- SUCCESS Email received on mailbox Send again from gmail but this time to supp@newbielinx-domain.com(without mail.) Nothing on the log (FAIL) I just changed my mx record from "mail" to "@" on cloudflare and see how it goes. And I still don't understand why the email from sls@blabla.info rejetcted. Problem solved now I can received and and send from and to any local and external email host here's the solution: changed mydestination to mydestination = $myhostname, localhost.$mydomain, localhost, $mydomain One more problem... can't connect to my smtp mail.newbielinx-domain.com |
It got rejected because it looks to me you want to mail to @newbielinx-domain.com, but you send mail to @direct-connect.newbielinx-domain.com which is mostlikely not defined as your "mydestination" hence postfix will say "i won't relay this mail for you!" (relay access denied)
|
@mark NL
I can receive any email and send email anywhere (local or external) the only problem I have now is I can only use squirrelmail, webmin mail, etc but not smpt on my computer (outlook, thunderbird, etc) |
Does your provider allow you to send mail through another server that is not owned by them? Alot of ISP's block port 25 on their networks.
So you could try submission .. uncomment the submission lines in master.cf of your postfix installation, then restart postfix and try to connect with port 587 instead of 25 (i think you need to enable TLS as well on the client) |
Quote:
Thank you Mark. === I see no button to mark the thread solved or there is no button? |
| All times are GMT +2. The time now is 15:32. |
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.