Thanks!!
On 2021-07-08 11:14, Gerald Galster wrote:
I am running Ubuntu 20.04lts / Apache / MySql (or a clone) / PHP /
BIND9 / Postfix / Dovecot
Web server works. I have configred a lot of LAMP virtual host
servers. I am new to BIND9 / Postfix / Dovecot.
FQDN is soho.keiththewebguy.com
MX record is : keiththewebguy.com. IN MX 10
soho.keiththewebguy.com.
A Record : soho.keiththewebguy.com. IN A 98.191.108.149
Reverse (PTR) record: 149.108.191.98.in-addr.arpa ->
soho.keiththewebguy.com
https://intodns.com/keiththewebguy.com says things are configured
correctly.
I have a Let's Encrypt wild card SSL which I placed in Postfix and
Dovecot.
Nothing that looks like an error in : /var/log/mail.log or
/var/log/syslog
I can send email however I cannot recieve.
Any thought how I can troubleshoot this?
Thanks!!
Your mailserver is reachable (tested via mxtoolbox.com):
Connecting to 98.191.108.149
220 soho.keiththewebguy.com ESMTP Postfix [220 ms]
EHLO keeper-us-east-1b.mxtoolbox.com
250-soho.keiththewebguy.com
250-PIPELINING
250-SIZE 10240000
250-VRFY
250-ETRN
250-STARTTLS
250-AUTH PLAIN LOGIN
250-ENHANCEDSTATUSCODES
250-8BITMIME
250-DSN
250 CHUNKING [184 ms]
MAIL FROM:<supert...@mxtoolboxsmtpdiag.com>
250 2.1.0 Ok [185 ms]
RCPT TO:<t...@mxtoolboxsmtpdiag.com>
554 5.7.1 <t...@mxtoolboxsmtpdiag.com>: Relay access denied [186 ms]
You should find an error message in /var/log/mail.log accordingly.
(Or search all logs/journalctl for mxtoolbox to locate the log)
If you cannot receive mail it either has been rejected:
look for 3-digit error codes starting with 5.. (= permanently
rejected).
or if you see 4.. -> these are temporary errors (will be retried)
or if you see 2.. -> mails have been accepted; the log tells you where
it has been delivered (relay= or delivered to mailbox).
Best regards
Gerald