How read mail from /var/spool/postfix/deferred?
You need to get the message id first with postqueue -p
then once you have the message id you read it with postcat -q messageid
. Of course replace messageid with the actual id you find.
You need to get the message id first with postqueue -p
then once you have the message id you read it with postcat -q messageid
. Of course replace messageid with the actual id you find.