I have about 15 emails in deferred queue
destined to [email protected]
.Below is mailq sample
-Queue ID- --Size-- ----Arrival Time---- -Sender/Recipient-------
0531B51E5501* 1354 Mon May 8 19:15:18 [email protected]
[email protected]
EB01051E83E4* 1333 Tue May 9 22:50:29 [email protected]
[email protected]
...
...
...
i tried to edit /etc/postfix/virtual
but it forwards only for new emails and doesnt work in existing emails in deferred queue
postsuper -r
is what you're looking for. From the man page:Additionally, you may want to specify
ALL
if your intention is to process all of the deferred messages.postsuper(1)