> On May 29, 2018, at 1:54 PM, Jim P. <jim@postmaster.ninja> wrote: > > It's more of a language "feature". This works: > > LANG=C comm -1 -2 <(postconf -n) <(postconf -d) > > this doesn't: > > LANG=en_US comm -1 -2 <(postconf -n) <(postconf -d) The collation rules for "en_US" are abominable. I always set: LC_CTYPE=en_US.UTF-8 LANG=C but if you just want sensible collation, with everything else using "en_US", you can just set LC_COLLATE=C. -- Viktor.
- Re: Question about disabling SSLv2 and SSLv3 and ... Benny Pedersen
- Re: Question about disabling SSLv2 and SSLv3 and ... @lbutlr
- Re: Question about disabling SSLv2 and SSLv3 and ... Viktor Dukhovni
- Re: Question about disabling SSLv2 and SSLv3 and ... Viktor Dukhovni
- Re: Question about disabling SSLv2 and SSLv3 and ... @lbutlr
- Re: Question about disabling SSLv2 and SSLv3 and ... Dirk Stöcker
- Re: Question about disabling SSLv2 and SSLv3 and ... Stefan Förster
- Re: [Postfix] Re: Question about disabling SSLv2 ... Jim P.
- Re: [Postfix] Re: Question about disabling SSLv2 ... Viktor Dukhovni
- Re: [Postfix] Re: [Postfix] Re: Question about di... Jim P.
- Re: [Postfix] Re: [Postfix] Re: Question about di... Viktor Dukhovni
- Re: [Postfix] Question about disabling SSLv2 and ... @lbutlr
- Re: [Postfix] Re: [Postfix] Re: [Postfix] Re: Que... Jim P.
- Re: Question about disabling SSLv2 and SSLv3 and ... Wietse Venema
- Re: Question about disabling SSLv2 and SSLv3 and ... Dirk Stöcker
- Re: Question about disabling SSLv2 and SSLv3 and ... Viktor Dukhovni
- Re: Question about disabling SSLv2 and SSLv3 and ... Wietse Venema
- Re: Question about disabling SSLv2 and SSLv3 and ... @lbutlr
- Re: Question about disabling SSLv2 and SSLv3 and ... Wietse Venema
- Re: Question about disabling SSLv2 and SSLv3 and Opportuni... Viktor Dukhovni