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
Resetting the Password via SSH: Access the server as root: Use an SSH program like PuTTY to connect to your server as the root user. R...