> On May 29, 2018, at 12:28 PM, Jim P. <jim@postmaster.ninja> wrote: > > FWIW, I had to use this: > > comm -1 -2 <(postconf -n|sort) <(postconf -d|sort) That'd only be needed if you have a funny collation locale. Try: env -i "PATH=$PATH" LANG=C LC_COLLATE=C bash -c ' comm -1 -2 <(postconf -n) <(postconf -d) ' -- Viktor.
- Re: Question about disabling SSLv2 and SSLv3 and Opportuni... /dev/rob0
- Re: Question about disabling SSLv2 and SSLv3 and Opportuni... @lbutlr
- Re: Question about disabling SSLv2 and SSLv3 and Opportuni... Benny Pedersen
- Re: Question about disabling SSLv2 and SSLv3 and Opportuni... @lbutlr
- Re: Question about disabling SSLv2 and SSLv3 and Opportuni... Viktor Dukhovni
- Re: Question about disabling SSLv2 and SSLv3 and Opportuni... Viktor Dukhovni
- Re: Question about disabling SSLv2 and SSLv3 and Opportuni... @lbutlr
- Re: Question about disabling SSLv2 and SSLv3 and Opportuni... Dirk Stöcker
- Re: Question about disabling SSLv2 and SSLv3 and Opportuni... Stefan Förster
- Re: [Postfix] Re: Question about disabling SSLv2 and SSLv3... Jim P.
- Re: [Postfix] Re: Question about disabling SSLv2 and SSLv3... Viktor Dukhovni
- Re: [Postfix] Re: [Postfix] Re: Question about disabling S... Jim P.
- Re: [Postfix] Re: [Postfix] Re: Question about disabling S... Viktor Dukhovni
- Re: [Postfix] Question about disabling SSLv2 and SSLv3 and... @lbutlr
- Re: [Postfix] Re: [Postfix] Re: [Postfix] Re: Question abo... Jim P.
- Re: Question about disabling SSLv2 and SSLv3 and Opportuni... Wietse Venema
- Re: Question about disabling SSLv2 and SSLv3 and Opportuni... Dirk Stöcker
- Re: Question about disabling SSLv2 and SSLv3 and Opportuni... Viktor Dukhovni
- Re: Question about disabling SSLv2 and SSLv3 and Opportuni... Wietse Venema
- Re: Question about disabling SSLv2 and SSLv3 and Opportuni... @lbutlr
- Re: Question about disabling SSLv2 and SSLv3 and Opportuni... Wietse Venema