Alfredo Saldanha wrote:
> Is there some way to use milter check in a type of conditional ?
> In my situation here, it can not be mandatory to each message.
> I'm asking this because some users here want to receive all messages without
> Spam verification.
>
> Part of my main.cf:
> http://dpaste.c
On 11-03-16 15:48, Alfredo Saldanha wrote:
> Is there some way to use milter check in a type of conditional ?
> In my situation here, it can not be mandatory to each message.
> I'm asking this because some users here want to receive all messages without
> Spam verification.
>
> Part of my main.cf
Nice way, Stephen.
I'll think about that.
Thank you.
- Mensagem original -
De: "Stephen Satchell"
Para: "Alfredo Saldanha" , "postfix-users"
Enviadas: Sexta-feira, 11 de março de 2016 14:11:11
Assunto: Re: Milter not to all messages
On 03/11/20
On 03/11/2016 06:48 AM, Alfredo Saldanha wrote:
Is there some way to use milter check in a type of conditional ?
In my situation here, it can not be mandatory to each message.
I'm asking this because some users here want to receive all messages without
Spam verification.
When I was running mai
So I need another Postfix instance to do this.
I can use transport maps to select which user will pass in milter.
Thanks Wietse.
- Mensagem original -
De: "Wietse Venema"
Para: "postfix-users"
Enviadas: Sexta-feira, 11 de março de 2016 11:52:48
Assunto: Re: Milter
Alfredo Saldanha:
> Is there some way to use milter check in a type of conditional ?
No. Milters can't start somewhere in the middle of an SMTP session.
They must be able to inspect and respond to all connection stages.
Wietse
> In my situation here, it can not be mandatory to each messa
Is there some way to use milter check in a type of conditional ?
In my situation here, it can not be mandatory to each message.
I'm asking this because some users here want to receive all messages without
Spam verification.
Part of my main.cf:
http://dpaste.com/3HFRR6V
Thanks.