telnet localhost 25
ehlo localhost
mail from: username@from-domain.tld
rcpt to: username@to-domain.tld
data
Subject: PMTA SMTP Check
This is just an SMTP conf Check. You may disregard.
.
quit
tail -f /var/log/pmta/pmta.log
pmta show queues
journalctl -u dovecot -g "auth failed" grep -i "auth failed" /var/log/mail.log | grep -E "imap|pop" journalct...
No comments:
Post a Comment