[pfx] Re: postfix problem with resources

2025-04-04 Thread natan via Postfix-users
Hi maby this is problem: root@node2:~# date czw, 3 kwi 2025, 12:52:33 CEST root@node2:~# ps -aux |egrep '(lemat3|spf)'|head -n2 postfix  1406118  0.0  0.0  40076  5668 ?    S    11:32   0:00 spawn -n policyd-lemat3 -t unix user=nobody argv=/usr/local /bin/policyd-lemat3 postfix  1406128 

[pfx] Re: Duplicated emails due to split by rcpt and OOM

2025-04-04 Thread Viktor Dukhovni via Postfix-users
On Fri, Apr 04, 2025 at 11:14:39AM +0200, Dmytro Alieksieiev via Postfix-users wrote: > > What sort of "local filter" are you talking about? > > local filter is smtpsplit transport That's not a filter per-se. > > What new emails? Your problem description is much too fuzzy. > New email is ema

[pfx] Re: Bests Database

2025-04-04 Thread Viktor Dukhovni via Postfix-users
On Sat, Mar 29, 2025 at 10:16:00AM -0400, Wietse Venema via Postfix-users wrote: > John Hill via Postfix-users: > > I'm concerned most about postfix reloads. I have a small system only 4 > > users. (Retired Hobby) > > On a lightly server, reload is quick. On a busy server, a reload > interrupts

[pfx] Re: Append multiple headers on match

2025-04-04 Thread Viktor Dukhovni via Postfix-users
On Mon, Mar 31, 2025 at 04:32:07PM -0400, BuzzSaw Code via Postfix-users wrote: > When someone sends email to one of a list of a few hundred email > aliases, we would like to add some headers to help drive some of our > internal processes associated with those aliases. These would only be > added

[pfx] Append multiple headers on match

2025-04-04 Thread BuzzSaw Code via Postfix-users
When someone sends email to one of a list of a few hundred email aliases, we would like to add some headers to help drive some of our internal processes associated with those aliases. These would only be added fot those specific aliases, not for every email. We looked at a large PCRE table genera

[pfx] Re: Just using the -C option (was: Sendmail in a multi-instance setup)

2025-04-04 Thread Viktor Dukhovni via Postfix-users
On Fri, Apr 04, 2025 at 11:40:39AM +0200, Marc SCHAEFER via Postfix-users wrote: > Hello, > > On Fri, Apr 04, 2025 at 11:25:41AM +0200, Matus UHLAR - fantomas via > Postfix-users wrote: > > Perhaps you could use "-C config_dir" option to specify config path of > > another postfix instance, but I'

[pfx] Re: Sendmail in a multi-instance setup

2025-04-04 Thread Viktor Dukhovni via Postfix-users
On Fri, Apr 04, 2025 at 11:25:41AM +0200, Matus UHLAR - fantomas via Postfix-users wrote: > On 04.04.25 15:59, Joan Moreau via Postfix-users wrote: > > I am follwoing the doc here > > > > https://www.linuxtopia.org/online_books/mail_systems/postfix_documentation/FILTER_README_002.html > > > > Ho

[pfx] Re: Just using the -C option (was: Sendmail in a multi-instance setup)

2025-04-04 Thread Marc SCHAEFER via Postfix-users
On Fri, Apr 04, 2025 at 11:40:39AM +0200, Marc SCHAEFER via Postfix-users wrote: > - except for a single case where I want to bypass milters > > Any idea except running a completely different Postfix daemons set > on different spool directories? Replying to myself: would [1] and specifically add

[pfx] Re: Sendmail in a multi-instance setup

2025-04-04 Thread Matus UHLAR - fantomas via Postfix-users
On 04.04.25 15:59, Joan Moreau via Postfix-users wrote: I am follwoing the doc here https://www.linuxtopia.org/online_books/mail_systems/postfix_documentation/FILTER_README_002.html However, on resending the mail to the postfix instance (sendmail -G -i ), how to make sure it is using the right

[pfx] Just using the -C option (was: Sendmail in a multi-instance setup)

2025-04-04 Thread Marc SCHAEFER via Postfix-users
Hello, On Fri, Apr 04, 2025 at 11:25:41AM +0200, Matus UHLAR - fantomas via Postfix-users wrote: > Perhaps you could use "-C config_dir" option to specify config path of > another postfix instance, but I'm not sure it's a good idea. On this topic, I was trying to make so sendmail uses a differen

[pfx] Re: Duplicated emails due to split by rcpt and OOM

2025-04-04 Thread Dmytro Alieksieiev via Postfix-users
Hi Viktor, What sort of "local filter" are you talking about? local filter is smtpsplit transport Why? Postfix does not by default do that, unless you configure self-delivery. What is the purpose of the internal delivery? The purpose is to have at some conditions email per recipient Wha

[pfx] Sendmail in a multi-instance setup

2025-04-04 Thread Joan Moreau via Postfix-users
Hi I am follwoing the doc here https://www.linuxtopia.org/online_books/mail_systems/postfix_documentation/FILTER_README_002.html However, on resending the mail to the postfix instance (sendmail -G -i ), how to make sure it is using the right instance ? (right = originating instance) Thank y