Re: Dynamic sender and recipient restrictions

2009-03-11 Thread Noel Jones
Micha? ?omnicki wrote: "Yes" because you can use MySQL for a lookup table. http://www.postfix.org/mysql_table.5.html "No" because I don't believe you can lookup the sender AND recipient at once for this kind of check. For that you need a policy server. "No" because postfix can pass only one ar

Re: Dynamic sender and recipient restrictions

2009-03-11 Thread Michał Łomnicki
> "Yes" because you can use MySQL for a lookup table. > http://www.postfix.org/mysql_table.5.html > > "No" because I don't believe you can lookup the sender AND recipient > at once for this kind of check. For that you need a policy server. "No" because postfix can pass only one argument to where

Re: Dynamic sender and recipient restrictions

2009-03-11 Thread Michał Łomnicki
> Yes, you can do this with a policy server. Some pre-built Thank you Noel. That's exactly what I was looking for. Michael

Re: Dynamic sender and recipient restrictions

2009-03-11 Thread Noel Jones
Micha? ?omnicki wrote: Is it possible to create sender and recipient restrictions dynamic, where sender and recipient are selected by sql query? Yes, you can do this with a policy server. Some pre-built policy servers can be found here: http://www.postfix.org/addon.html#policy Policy

Re: Dynamic sender and recipient restrictions

2009-03-11 Thread Barney Desmond
2009/3/11 Michał Łomnicki : >        Is it possible to create sender and recipient > restrictions dynamic, where sender and recipient are selected by sql > query? Yes and no. "Yes" because you can use MySQL for a lookup table. http://www.postfix.org/mysql_table.5.html "No" because I don't believ