mailing lists:
[ Charset ISO-8859-1 unsupported, converting... ]
> On 06/21/2014 06:00 PM, Wietse Venema wrote:
> > Each recipient can be reported with the Milter RCPT? event handler.
> > This combined with the queue ID, allows the Milter to? maintain a
> > counter that can be queried at End-Of
On 06/21/2014 06:00 PM, Wietse Venema wrote:
> Each recipient can be reported with the Milter RCPT event handler.
> This combined with the queue ID, allows the Milter to maintain a
> counter that can be queried at End-Of-Message time.
>
> The Milter can also be notified of "abort" events. T
Jose Borges Ferreira:
> Due to the limitation of not have the full recipient list in policy
> daemon ate OEM stage, a milter would be the best tool to achieve this.
Each recipient can be reported with the Milter RCPT event handler.
This combined with the queue ID, allows the Milter to maintain a
c
On Wed, Jun 18, 2014 at 10:36 AM, mailing lists wrote:
> Hello all
>
> I'm trying to limit big mails to local lists using postfix+postfwd but I must
> be missing something because it seems too complex to me.
>
> Mail size is available in END-OF-MESSAGE (E-O-M) so I do size checks in this
> phase
On 6/18/2014 4:36 AM, mailing lists wrote:
> Hello all
>
> I'm trying to limit big mails to local lists using postfix+postfwd but I must
> be missing something because it seems too complex to me.
>
> Mail size is available in END-OF-MESSAGE (E-O-M) so I do size checks in this
> phase of the pr
Hello all
I'm trying to limit big mails to local lists using postfix+postfwd but I must
be missing something because it seems too complex to me.
Mail size is available in END-OF-MESSAGE (E-O-M) so I do size checks in this
phase of the protocol. With single recipient mails all works as expected