* F. Mendez <fmende...@terra.com>:
> Hello everyone.
> 
> 
> Just a quick question.
> 
> I'm starting some tests with 2 boxes.
> 
> How can I gran to have postfix in queue only mode?. Postfix must only
> receive mails into the queue without sending them inmediately as they
> come. And that sending process can only be started from a call from
> cronjobs each 10 minutes for example.

Stop:
postconf -e "defer_transports = smtp"
postfix reload

Send:
postconf -e "defer_transports ="
postfix reload
postfix flush

-- 
Ralf Hildebrandt
  Geschäftsbereich IT | Abteilung Netzwerk
  Charité - Universitätsmedizin Berlin
  Campus Benjamin Franklin
  Hindenburgdamm 30 | D-12203 Berlin
  Tel. +49 30 450 570 155 | Fax: +49 30 450 570 962
  ralf.hildebra...@charite.de | http://www.charite.de
            

Reply via email to