On Fri, 08 Jan 2010 00:50:49 Wietse Venema wrote: > Michael: > > I want to deploy a system whereby it will do an SQL lookup and depending > > on the result will either continue processing the message as per usual or > > issue a 'temporary' reject (Ie: Over quota message). > > > > This is on a relaying/gateway machine so it does not have direct access > > to the mail queue to do it's own calculation so would need to work it out > > based on information available from an SQL table.
Is the following: access_map_defer_code = set to the same number as in the result message, minus the dots? ie: Do I set this to: access_map_defer_code = 422 for overquota user mailboxes?