Markus Sch?pflin:
> Hello,
>
> were running a few mailing lists with news gateway using postfix for the
> MTA. So the setup is like this: postfix -> mailman -> innd
>
> Now the problem is that sometimes mails exceeding the 1000 characters line
> limit are handed over to postfix, which happily forwards them to mailman
> which in turn sends them to innd, and innd rejects them because the lines
> are longer than 998 characters.
>
> So is it possible to get postfix to do the SMPT line length limit handling
> (split long lines and insert CR LF <blank>) for this kind of setup?
Perhaps surprisingly, Postfix enforces the SMTP line length limit
only delivery via SMTP.
Use a NULL content filter. See FILTER_README, advanced example,
and connect the Postfix SMTP client directly with a Postfix SMTP
server on 127.0.0.1:10025.
Wietse