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
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
# Add Docker's official GPG key: sudo apt-get update sudo apt-get install ca-certificates curl sudo install -m 0755 -d /etc/apt/keyring...