![]() |
Postfix and Dovecot continuous problems
Hello and thank you in advance for any help offered. I installed ISPConfig using the The Perfect Server – Ubuntu 12.04 LTS tutorial and most components work and have been very happy. I also purchased the ISPConfig 3 Manual so I must be missing something.
I cannot send or receive E-mail using Postfix/Dovecot. I try sending mail via the terminal, but that also doesn't work. The following are some errors on the Logfiles > Show Mail Log: Code:
Jun 8 14:26:37 server1 postfix/smtp[9111]: 6321C22099C: to=, relay=none, delay=188213, delays=188213/0/0/0, dsn=4.4.3, status=deferred (Host or domain name not found. Name service error for name=mydomain.com type=MX: Host not found, try again)Code:
Jun 8 14:26:37 server1 postfix/smtp[8891]: 462CF220EC0: to=, relay=127.0.0.1[127.0.0.1]:10024, delay=130851, delays=130851/0.13/0/0, dsn=4.4.2, status=deferred (lost connection with 127.0.0.1[127.0.0.1] while receiving the initial server greeting) |
Did you create an MX record for mydomain.com?
|
Quote:
Code:
A localhost.mydomain.com. 127.0.0.1 0 |
First, you have no MX record. Please create one.
Second: Code:
A mail. 192.168.1.20 0 You can either use Code:
A mail 192.168.1.20 0 Code:
A mail.mydomain.com. 192.168.1.20 0 |
Thank you for your attention, after setting up the MX record, now I get the following errors:
Code:
Jun 13 12:25:02 server1 postfix/smtpd[3077]: connect from localhost[127.0.0.1] |
Does sending/receiving emails work now?
|
Quote:
Code:
Jun 14 09:16:04 server1 postfix/smtp[30692]: connect to mta7.am0.yahoodns.net[66.94.236.34]:25: Connection timed outInternet <-> Modem(1.2.3.4) <-> Router with NAT enabled(192.168.1.1) <-> Server1(192.168.1.20) I also receive these errors: Code:
Jun 14 10:23:35 server1 postfix/smtp[757]: warning: smtp_connect_addr: bind 1.2.3.4: Cannot assign requested addressAgain, thank you for the follow up :) |
Quote:
Can you post your main.cf? |
It's my own server
Code:
smtpd_banner = $myhostname ESMTP $mail_name (Ubuntu) |
What's the output of
Code:
netstat -tap |
| All times are GMT +2. The time now is 08:28. |
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.