[SOLVED] Re: Submission runs very slowly

2023-02-12 Thread David Newman
On 2/12/23 7:11 PM, Viktor Dukhovni wrote: On Sun, Feb 12, 2023 at 06:49:12PM -0800, David Newman wrote: Postfix 3.5.17 on Debian 11 Greetings. I could use some help understanding why postfix takes around 60 seconds to accept and forward messages received using submission. Feb 12 18:02:23

Re: Submission runs very slowly

2023-02-12 Thread Viktor Dukhovni
On Sun, Feb 12, 2023 at 06:49:12PM -0800, David Newman wrote: > Postfix 3.5.17 on Debian 11 > > Greetings. I could use some help understanding why postfix takes around > 60 seconds to accept and forward messages received using submission. To a small degree because you have unnecessary verbose l

Submission runs very slowly

2023-02-12 Thread David Newman
Postfix 3.5.17 on Debian 11 Greetings. I could use some help understanding why postfix takes around 60 seconds to accept and forward messages received using submission. This is on a new server I recently stood up. An almost identically configured old server did not have this problem. DNS work

Re: SSL3 alert write:fatal:decode error

2023-02-12 Thread Viktor Dukhovni
On Sun, Feb 12, 2023 at 09:23:39PM +, Marko ANGELSKI wrote: > This is the output of the tshark - only one line: > {"ports":["465","35308"],"len":"7","tls":{"ct":"21","rv":"0x0303","rl":"2"," > ht":null,"hv":null,"sv":null}} As expected, the only TLS packet is the fatal alert from the server (

RE: SSL3 alert write:fatal:decode error

2023-02-12 Thread Marko ANGELSKI
Hi, thank you for your reply. This is the output of the tshark - only one line: {"ports":["465","35308"],"len":"7","tls":{"ct":"21","rv":"0x0303","rl":"2"," ht":null,"hv":null,"sv":null}} Best regards, Marko -Original Message- From: owner-postfix-us...@postfix.org On Behalf Of Viktor D

Re: always_bcc to multiple recipients

2023-02-12 Thread Arrigo Triulzi
On 12 Feb 2023, at 17:53, Wietse Venema wrote: > To bcc to multiple recipients with existing Postfix versions, specify > one address with always_bcc (or sender_bcc_maps or recipient_bcc_maps), > and expand that into multiple recipients using virtual_alias_maps. Right, so this matches what I thoug

Re: always_bcc to multiple recipients

2023-02-12 Thread Wietse Venema
Arrigo Triulzi: > Hi, > > I was wondering what, if any, is the recommendation on how to have > multiple recipients for always_bcc. always_bcc accepts one recipient (as do sender_bcc_maps and recipient_bcc_maps). Fixing that would require new code (I have added this as a WISHLIST item). To bcc to

always_bcc to multiple recipients

2023-02-12 Thread Arrigo Triulzi
Hi, I was wondering what, if any, is the recommendation on how to have multiple recipients for always_bcc. I was thinking of using something like alias@localhost and then expanding it but I am concerned that it will go through mail filters (amavisd-new in my case) multiple times. Any recomm