[exim] How to temporarily suspend remote smtp deliveries (p…

Pàgina inicial
Delete this message
Reply to this message
Autor: Boli
Data:  
A: exim-users
Assumpte: [exim] How to temporarily suspend remote smtp deliveries (preferably by dbase query)
Hi All,

I want to be able to suspend and queue all remote smtp deliveries at
will - and preferably store the config for this in a mysql dbase.

It would be nice if all remote deliveries could effectively run this
pseudocode:

foreach mail {
    deliver_it unless ((SELECT remote_delivery_disabled FROM eximconfig)
= true)
    otherwise leave it on the queue
}


Can anyone give me some pointers?

--