Re: [Exim] How to queue mail from a given sender, or from a …

Top Page
Delete this message
Reply to this message
Author: Philip Hazel
Date:  
To: Nico Erfurth
CC: Marc Haber, exim-users
Subject: Re: [Exim] How to queue mail from a given sender, or from a given host?
On Tue, 28 Jan 2003, Nico Erfurth wrote:

> I posted this some time ago, and it seemed to help.
>
> # Queue, if mail comes from localhost
> queue_smtp_domains = ${if eq {127.0.0.1}{$interface_address}{*}{}}


In Exim 4.12 there is also the "control = queue_only" feature that you
can put in an ACL. So you can write

   accept  hosts = 127.0.0.1
           control = queue_only


--
Philip Hazel            University of Cambridge Computing Service,
ph10@???      Cambridge, England. Phone: +44 1223 334714.