Hi everyone,
I think I stumbled upon a problem with postfix 3.5.X and very long
header lines. To reproduce, I build a very simple setup with two VMs:
- "A" running postfix 3.3.0 (xubuntu 18.04 package)
- "B" running postfix 3.5.6 (xubuntu 20.10 package)
Both are relayhosts for each other and a
I can confirm that the proposed patch fixes the issue. Just tested with
postfix 3.5.7 patched and unpatched.
On 04.11.20 12:18, Wietse Venema wrote:
Viktor Dukhovni:
On Wed, Nov 04, 2020 at 10:32:57AM -0500, Andreas Weigel wrote:
Hi everyone,
I think I stumbled upon a problem with postfix 3
On Wed, Nov 04, 2020 at 12:14:14PM -0500, Alex wrote:
> I'd like to try and do this without using content_filter but I'm
> having a problem.
When doing that, you need to make sure that all the address classes in
the pre-filter instance route into the filter. In particular, if you
have a non-empt
Alex:
> # mailq -C /etc/postfix-117
> -Queue ID- --Size-- Arrival Time -Sender/Recipient---
> D9DE7200B23F32516 Tue Nov 3 20:34:30 mysqlstud...@gmail.com
> (lost connection with 127.0.0.1[127.0.0.1] while receiving the initial
> server greeting)
In the SMTP client configuration,
Viktor Dukhovni:
> On Wed, Nov 04, 2020 at 10:32:57AM -0500, Andreas Weigel wrote:
>
> > Hi everyone,
> >
> > I think I stumbled upon a problem with postfix 3.5.X and very long
> > header lines. To reproduce, I build a very simple setup with two VMs:
> > - "A" running postfix 3.3.0 (xubuntu 18.0
Hi,
I'm still working on trying to get my multi-instance postfix
installation working with amavis.
I'd like to try and do this without using content_filter but I'm
having a problem.
Mail appears to be completely ignoring the amavisd proxy despite
configuring default_transport to use 10025.
# ne
On Wed, Nov 04, 2020 at 10:32:57AM -0500, Andreas Weigel wrote:
> Hi everyone,
>
> I think I stumbled upon a problem with postfix 3.5.X and very long
> header lines. To reproduce, I build a very simple setup with two VMs:
> - "A" running postfix 3.3.0 (xubuntu 18.04 package)
> - "B" running post