Re: Understanding concurrency limits

2023-01-17 Thread Viktor Dukhovni
On Wed, Jan 18, 2023 at 12:45:02AM +, Sean Hennessey wrote: > Thanks,I did realize after I sent the email that what was probably > happening was the delay was the overiding controller, and not working > as in addition as I thought it would. Once you have multi-second delays, concurrency is po

Re: Understanding concurrency limits

2023-01-17 Thread Sean Hennessey
Thanks,I did realize after I sent the email that what was probably happening was the delay was the overiding controller, and not working as in addition as I thought it would. Is there a way to do combine the delay w/ the concurrency? Like two simultaneous connections each doing one email per ra

Re: SPF fail and domain fail, why?

2023-01-17 Thread Benny Pedersen
Maurizio Caloro skrev den 2023-01-17 19:55: # opendmarc-check caloro.ch DMARC record for caloro.ch: Sample percentage: 100 DKIM alignment: strict SPF alignment: relaxed Domain policy: none Subdomain policy: unspecified Aggregate report URIs:

Re: Understanding concurrency limits

2023-01-17 Thread Wietse Venema
Sean Hennessey: > In master.cf > smtp-tar unix -- y - 1 smtp > -o syslog_name=postfix/$service_name > > In main.cf > smtp-tar_destination_rate_delay = 600s RTFM, this puts 600s delay between deliveries as in: deliver one meessage wait 600s deliver one mee

Re: SPF fail and domain fail, why?

2023-01-17 Thread raf
On Tue, Jan 17, 2023 at 07:55:08PM +0100, Maurizio Caloro wrote: > > Am 17.01.2023 um 03:34 schrieb Scott Kitterman: > > > > On January 17, 2023 2:25:34 AM UTC, raf wrote: > > > On Mon, Jan 16, 2023 at 08:01:10PM +0100, Maurizio > > > Caloro wrote: > > > > > > > Hello > > > > > > > > Plea

Re: Enabling both redirection and local (virtual) delivery for catch-all email addresses?

2023-01-17 Thread raf
On Tue, Jan 17, 2023 at 03:31:43PM +, sa212+post...@cyconix.com wrote: > I've been doing some tests with normal (foo@domain), catch-all (@domain), > and plussed (foo+foo@domain) addresses, with the virtual(8) delivery agent, > and virtual_alias_maps and virtual_mailbox_maps. > > The idea is t

Understanding concurrency limits

2023-01-17 Thread Sean Hennessey
In master.cf smtp-tar unix -- y - 1 smtp -o syslog_name=postfix/$service_name In main.cf smtp-tar_destination_rate_delay = 600s smtp-tar_destination_concurrency_limit = 3 smtp-tar_destination_recipient_limit = 2 smtp-tar_initial_destination_concurrency=2 I

Re: SPF fail and domain fail, why?

2023-01-17 Thread Maurizio Caloro
Am 17.01.2023 um 03:34 schrieb Scott Kitterman: On January 17, 2023 2:25:34 AM UTC, raf wrote: On Mon, Jan 16, 2023 at 08:01:10PM +0100, Maurizio Caloro wrote: Hello Please one more thing about Opendmarc, if send any email to any where i see in log SPF fail, domain.ch fail ? Jan 16 19:4

Enabling both redirection and local (virtual) delivery for catch-all email addresses?

2023-01-17 Thread sa212+postfix
I've been doing some tests with normal (foo@domain), catch-all (@domain), and plussed (foo+foo@domain) addresses, with the virtual(8) delivery agent, and virtual_alias_maps and virtual_mailbox_maps. The idea is to check the setup of users who want both redirection and delivery to a local mailb