Hello All,
I have been getting a ton of pipelining errors over the past few weeks and
I can't figure out why.
It keeps saying queue write error, but disk & cpu performance is good, disk
space is good.
I also have noticed at times it's when there are multiple recipients on the
message.
Running: ma
* Joey J via Postfix-users :
> I have been getting a ton of pipelining errors over the past few weeks and
> I can't figure out why.
I'm not seeing any here, so let's focus on what you're posting here.
> It keeps saying queue write error, but disk & cpu performance is good, disk
> space is good.
On 2023-09-20 at 11:07:07 UTC-0400 (Wed, 20 Sep 2023 11:07:07 -0400)
Joey J via Postfix-users
is rumored to have said:
> Hello All,
>
> I have been getting a ton of pipelining errors over the past few weeks and
> I can't figure out why.
> It keeps saying queue write error, but disk & cpu performa
Joey J via Postfix-users:
> In: DATA
> Out: 354 End data with .
> Out: 451 4.3.0 Error: queue file write error
Look in Postfix logs.
https://www.postfix.org/DEBUG_README.html#logging
Look for obvious signs of trouble Postfix logs all failed and
successful deliveries to a logfile.
When Postf
We have a Postfix server that works with Amavisd-new to do spam and
virus scanning. In my main.cf, I have the following:
content_filter = amavisfeed:[127.0.0.1]:10024
Then, I have master.cf configured as such:
# AMAVISD-NEW
amavisfeed unix - - n - 2 smtp
-o
On 9/20/2023 2:51 PM, Bryan K. Walton via Postfix-users wrote:
We have a Postfix server that works with Amavisd-new to do spam and
virus scanning. In my main.cf, I have the following:
content_filter = amavisfeed:[127.0.0.1]:10024
Then, I have master.cf configured as such:
# AMAVISD-NEW
amavisf
On Wed, Sep 20, 2023 at 03:01:21PM -0500, Noel Jones via Postfix-users wrote:
> The check_sender_access must be BEFORE any permit_mynetworks or
> permit_sasl_authenticated.
Thanks Noel!
That was the issue. I had check_sender_access AFTER permit_mynetworks
and permit_sasl_authenticated.
Much ob
Bryan K. Walton via Postfix-users skrev den 2023-09-20 22:22:
On Wed, Sep 20, 2023 at 03:01:21PM -0500, Noel Jones via Postfix-users
wrote:
The check_sender_access must be BEFORE any permit_mynetworks or
permit_sasl_authenticated.
Thanks Noel!
That was the issue. I had check_sender_access