|
|
Question : Postfix how to resend status=deferred mail
|
|
Hi,
Iam using postfix as a primary mail server .Postfix is LISTENING in port ( 10.0.0.216 : 25 ) and Iam using IMSS as SMTP antivirus .ANd IMSS is LISTENING on ( 127.0.0.1: 10025 ). If my IMSS service are DNS service goes down .What postfix is doing is,it keeps all mails in /var/spool/postfix/deferred .Once I started this service manualy ie IMSS are DNS, how to resend the mail from /var/spool/postfix/deferred .Is there any command .Because if i restart the server all mails in /var/spool/postfix/deferred are automatically Delivered to clients.
|
Answer : Postfix how to resend status=deferred mail
|
|
The command you are looking for is:
postqueue -f
|
|
|
|
|