Black Sheep: > Is there a simple way to temporarily stop postfix delivering mail > into the /var/vmail mail boxes, instead queueing them up? The > purpose being to get a clean backup of /var/vmail without stopping > receipt of mail from the internet. Then restart mail delivery so > the queue is emptied into the appropriate local mail boxes?
/etc/postfix/main.cf
transport_maps = static:{4.3.0 Mail service unavailable}
That will stop Postfix from acccepting mail from the network.
Wietse
