Re: Can case-folding for lookup tables be disabled?

2021-11-21 Thread Mel Pilgrim
On 2021-11-20 22:03, Viktor Dukhovni wrote: On Sat, Nov 20, 2021 at 07:37:56PM -0800, Mel Pilgrim wrote: I need Postfix to be case-preserving. Postfix does not change the case of recipient addresses unless you rewrite them (virtual(5) or local aliases). Earlier you said you want case

Re: Can case-folding for lookup tables be disabled?

2021-11-20 Thread Mel Pilgrim
On 2021-11-20 15:20, Wietse Venema wrote: Viktor Dukhovni: On Sat, Nov 20, 2021 at 11:05:25AM -0500, Wietse Venema wrote: - If you must use other tables, update src/util/dict.h #define DICT_FLAG_FOLD_FIX (0) /* case-fold key with fixed-case map */ #define DICT_FLAG_FOLD_MUL (0) /* ca

Can case-folding for lookup tables be disabled?

2021-11-19 Thread Mel Pilgrim
I read in transport(5), virtual(5), et al that Postfix will case-fold query strings, but for one specific project I need it to not do that. Are there any tunables for this? I didn't see anything in postconf -d output that looked related. The short explanation is that I need to be able to do l

Re: ODMR/ATRN ?

2019-06-12 Thread Mel Pilgrim
On 2019-06-09 13:42, Ronald F. Guilmette wrote: I'd very much like to move my (Postfix) mail server, which currently resides on a (static IP) end-luser broadband line, to some VM in the cloud someplace, and then use something like fetchmail to poll that periodically to pull down all mail for my s

Re: Regarding ciphers

2017-11-23 Thread Mel Pilgrim
On 2017-11-23 01:30, Jonathan Sélea wrote: Hi, I did struggle alot to understand and deploy a secure cipher list that https://hardenize.com and https://ssl-tool.net would not complain on, so I came up with this: smtpd_tls_protocols = !SSLv2 !SSLv3 smtpd_tls_mandatory_protocols = !SSLv2 !SSLv3 s

Re: Postfix update on Freebsd

2016-08-26 Thread Mel Pilgrim
On 2016-08-25 01:22, li...@lazygranch.com wrote: Generally when I've seen these "underscore" updates, I try to recompile and the make file indicates there is nothing to do. But that may be because my configuration file doesn't use a option that caused the "underscore" to be added. Because you s