jahanjoon wrote:Hello folks,
Could anyone give me a pointer as to what needs to be done to so I can continue receive all inbound mail coming into EFA but hold them in EFA queues for a period of time (manually controlled if possible) and then release them when needed?
Many thanks.
i think i know what he wants..
you making maintenance or something on the final mail server and you want EFA to hold the emails until
mail server ready to collect them from EFA backup?
if this is the scenario, the easy way to do it is to close port 25 (or the port you using for SMTP) on the mail server
segment network so the EFA can't reach him,
this way EFA will hold all the emails until the final destination be reachable again,
after you done all things open port 25 and EFA after a little time will start to deliver all the emails in the queue.
you can also edit the /etc/postfix/transport to route your domain nowhere like:
###### START E.F.A ADDED DOMAINS ######
yourdomain.com smtp:[mail.yourdomain.com]
change to:
yourdomain.com smtp:[1.1.1.1]
run:
postmap /etc/postfix/transport
postfix reload
and after you ready.. revert the changes,
anyway, i don't recommend this.. the first step blocking port 25 much more simple and trusted..
but if you don't have access to the router.. well... it may do it, or maybe there is other simple ways..
Regards,
Zohman.