On Thu, Feb 03, 2011 at 09:16:27AM +0100, l...@ds.gauner.org wrote: > I've tried Victor's suggestion using check_recipient_access backend by a > longish MySQL query and empty relay_recipient_maps, but I'm still unsure > wheter this'd be the best solution.
Using an access map instead of "relay_recipient_maps", is a more flexible way of achieving the same goal. The underlying set of lookup keys is a bit different, since domains are queried without a leading "@" and parent domain queries are also issued. This gives you more power and flexibility. There is nothing wrong with using access tables when your requirements are more complex. -- Viktor.