[pfx] Re: Routing based on number of recipients

2025-07-22 Thread Matus UHLAR - fantomas via Postfix-users
Otherwise, use check_policy_service with custoim policy server that returns FILTER commands to route the message. On Mon, Jul 21, 2025 at 02:59:40PM +0200, Matus UHLAR - fantomas via Postfix-users wrote: postfwd works as policy filter, so it can do that. Note that in order to know number of

[pfx] Re: Routing based on number of recipients

2025-07-21 Thread Matus UHLAR - fantomas via Postfix-users
> Otherwise, use check_policy_service with custoim policy server > that returns FILTER commands to route the message. On Mon, Jul 21, 2025 at 02:59:40PM +0200, Matus UHLAR - fantomas via Postfix-users wrote: postfwd works as policy filter, so it can do that. Note that in order to know numbe

[pfx] Re: Routing based on number of recipients

2025-07-21 Thread Viktor Dukhovni via Postfix-users
On Mon, Jul 21, 2025 at 02:59:40PM +0200, Matus UHLAR - fantomas via Postfix-users wrote: > > Otherwise, use check_policy_service with custoim policy server > > that returns FILTER commands to route the message. > > postfwd works as policy filter, so it can do that. > > Note that in order to k

[pfx] Re: Routing based on number of recipients

2025-07-21 Thread Matus UHLAR - fantomas via Postfix-users
Emmanuel BILLOT via Postfix-users: Is it possible to route messages on others servers based on numbers of recipients ? Ex : if number of recipient <10 then relayhost is A if number of recipient >10 and <50 then relayhost is B if number of recipient >50 then relayhost is C On 21.07.25 07:55, Wi

[pfx] Re: Routing based on number of recipients

2025-07-21 Thread Wietse Venema via Postfix-users
Emmanuel BILLOT via Postfix-users: > Hi, > > Is it possible to route messages on others servers based on numbers of > recipients ? > > Ex : > if number of recipient <10 then relayhost is A > if number of recipient >10 and <50 then relayhost is B > if number of recipient >50 then relayhost is C P