>From Viktor Dukhovni:
> I don't recall whether you have as yet posted the requested (sans any
> reformatting of line breaks) outputs of:
>
> $ postconf -Mf
> $ postconf -nf
See the attached text files.
I'll mention here that I'm still trying tweaks here and there to my
Postfix configura
On Sat, Oct 24, 2020 at 03:22:28PM -0700, Rich Wales wrote:
> From Viktor Dukhovni:
> > I don't recall whether you have as yet posted the requested (sans any
> > reformatting of line breaks) outputs of:
> >
> > $ postconf -Mf
> > $ postconf -nf
>
> See the attached text files.
Thanks.
On 10/24/20 6:38 PM, Viktor Dukhovni wrote:
> On Sat, Oct 24, 2020 at 03:22:28PM -0700, Rich Wales wrote:
>
>> From Viktor Dukhovni:
>>> I don't recall whether you have as yet posted the requested (sans any
>>> reformatting of line breaks) outputs of:
>>>
>>> $ postconf -Mf
>>> $ postconf
On 2020-10-24 17:22, Demi M. Obenour wrote:
> Also: # nft list ruleset
That one's really easy, since I'm not currently using nftables:
table inet filter {
chain input {
type filter hook input priority 0; policy accept;
}
chain forward {