[pfx] Re: btree durability

2024-11-26 Thread Phil Stracchino via Postfix-users
On 11/14/24 15:13, Matt Saladna via Postfix-users wrote: In situations where either a server has run out of storage, a btree database can become corrupted. I see this evidenced in the following manner, specifically "no cursor": Removing the .db cache in /var/lib/postfix followed by a restart

[pfx] Re: postfix/sendmail[25965]: fatal: usage: sendmail [options]

2024-11-26 Thread Kenneth Porter via Postfix-users
You don't say where the error message is reported or by what. Something else is invoking Postfix's sendmail incorrectly. ___ Postfix-users mailing list -- postfix-users@postfix.org To unsubscribe send an email to postfix-users-le...@postfix.org

[pfx] Re: Docs: Improve delay_logging_resolution_limit

2024-11-26 Thread Marvin Renich via Postfix-users
* Thomas Landauer via Postfix-users [241126 11:43]: > * At https://www.postfix.org/postconf.5.html#smtp_tls_security_level and > https://www.postfix.org/postconf.5.html#smtpd_tls_security_level > Sorry, but the text doesn't say what "empty" means. Is this the same as > "none" or not? The man page

[pfx] Re: postfix/sendmail[25965]: fatal: usage: sendmail [options]

2024-11-26 Thread Wietse Venema via Postfix-users
Jason Hirsh via Postfix-users: > I assume that this error wont interfere with with postfix other operations? You are invoking a non-Postfix sendmail command. That is where my support ends. Wietse ___ Postfix-users mailing list -- postfix-users@

[pfx] Re: postfix/sendmail[25965]: fatal: usage: sendmail [options]

2024-11-26 Thread Jason Hirsh via Postfix-users
I assume that this error wont interfere with with postfix other operations? > On Nov 26, 2024, at 6:01 PM, Wietse Venema wrote: > > Jason Hirsh via Postfix-users: >> This is an arror I am getting since I manage to damage by configuration in >> my upgrade to Postfix 3.9. and FreeBSD 14.1. When

[pfx] Re: postfix/sendmail[25965]: fatal: usage: sendmail [options]

2024-11-26 Thread Wietse Venema via Postfix-users
Jason Hirsh via Postfix-users: > This is an arror I am getting since I manage to damage by configuration in my > upgrade to Postfix 3.9. and FreeBSD 14.1. When I first installed Postfix I > added the following to rc.conf > > sendmail_enable="NO" > sendmail_submit_enable="NO" > sendmail_outboun

[pfx] postfix/sendmail[25965]: fatal: usage: sendmail [options]

2024-11-26 Thread Jason Hirsh via Postfix-users
This is an arror I am getting since I manage to damage by configuration in my upgrade to Postfix 3.9. and FreeBSD 14.1. When I first installed Postfix I added the following to rc.conf sendmail_enable="NO" sendmail_submit_enable="NO" sendmail_outbound_enable="NO" sendmail_msp_queue_enable="NO"

[pfx] Re: Docs: Improve delay_logging_resolution_limit

2024-11-26 Thread Viktor Dukhovni via Postfix-users
On Tue, Nov 26, 2024 at 12:20:12PM -0500, Wietse Venema via Postfix-users wrote: > > > /^4(\.\d+\.\d+ TLS is required, but host \S+ refused to start TLS: .+)/ > > > 5$1 No luck today > > > > Where is "No luck today" shown then? Only in the DSN or also in the SMTP > > session? > > 2 - As

[pfx] Re: Clearing or Update Postfix Verify Cache

2024-11-26 Thread Wietse Venema via Postfix-users
Jason Hirsh: > OK. I went to the manual. Saw this > > address_verify_map = hash:/var/lib/postfix/verify > > I added that to my main.cf and got the following error > > triggerfish postfix/verify[22738]: warning: hash:/var/lib/postfix/verify is > unavailable. open database /var/lib/postfix/verif

[pfx] Re: Clearing or Update Postfix Verify Cache

2024-11-26 Thread Wietse Venema via Postfix-users
Jason Hirsh via Postfix-users: > I am still dealing with self inflicted issued when I updated to > FreeBSD 14,1 and the associated update to Postfix 3.9 I sort of > became aware of the end of support for btree and changed these > lines in master.cf from Did you mean main.cf? > smtpd_tls_session_c

[pfx] Clearing or Update Postfix Verify Cache

2024-11-26 Thread Jason Hirsh via Postfix-users
I am still dealing with self inflicted issued when I updated to FreeBSD 14,1 and the associated update to Postfix 3.9 I sort of became aware of the end of support for btree and changed these lines in master.cf from smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache smtp_tls_

[pfx] Re: Docs: Improve delay_logging_resolution_limit

2024-11-26 Thread Wietse Venema via Postfix-users
Thomas Landauer via Postfix-users: > Hi, > > * default_delivery_status_filter > The documentation says this can also be used to modify the "explanatory > text". Maybe you could add an example for this? > If I extend the existing example like this: > > > /^4(\.\d+\.\d+ TLS is required, but host \

[pfx] Re: Docs: Improve delay_logging_resolution_limit

2024-11-26 Thread Thomas Landauer via Postfix-users
Hi, * default_delivery_status_filter The documentation says this can also be used to modify the "explanatory text". Maybe you could add an example for this? If I extend the existing example like this: /^4(\.\d+\.\d+ TLS is required, but host \S+ refused to start TLS: .+)/ 5$1 No luck