Rob Tanner:
> Hi,
> 
> This is sort of a two part question.  I am running Postfix version 2.2.10
> from RedHat.  It?s current for Enterprise Linux 4.  Since vendors often use
> their own numbering schemes, I don?t know what Postfix version it really is
> in terms of the numbering at postfix.org.   Can anyone tell me?
> 
> Second issue.  I?m going to implement a policy engine and so I?m logging the
> data sent to a snippet of code that?s simply sending back an ?OK?.  What I?m
> noticing is that the size attribute usually has a zero value but sometimes
> has a non-zero value.  My read of the documentation says that unless I?m
> running a version of Postfix earlier than v2.2 (postfix.org numbering) it
> should always be non-zero.
> 
> Can anyone enlighten me on this?

The size attribute shows the number that the client sent with the
SMTP MAIL FROM command:

    MAIL FROM:<u...@example.com> SIZE=12345

As of some Postfix version, smtpd_end_of_data_restrictions shows
the actual size of the message after it is received.

I don't keep track of the modifications by vendors. I only hear
when modifications break something in Postfix.

        Wietse

Reply via email to