StephenS
Nov 07 2015

Debug your mail daemon and queued e-mails
0  2K+ {{tagitem.name}}
It all depends on how is your mail daemon configured, but I hope that is not conf'd as open relay. Anyway, to check number of queued emails
mailq

or if you have enough perms
sudo mailq


Once you get email ID, you can read it with
sudo postcat -q ID

Please Login or Sign Up to leave a reply.