Re: Separate domain sender reject for inbound and outbound

2022-06-22 Thread Víctor Rubiella Monfort
Totally true. Sorry and thanks! El 21/6/22 a las 19:20, Viktor Dukhovni escribió: smtpd_sender_restrictions =

Re: Separate domain sender reject for inbound and outbound

2022-06-21 Thread Viktor Dukhovni
On Tue, Jun 21, 2022 at 02:49:08PM +0200, Matus UHLAR - fantomas wrote: > On 21.06.22 12:04, Víctor Rubiella Monfort wrote: > >I'm trying to define independent domain reject list for inboud than > >outbound: > > > >This works fine configuring: > > > >smtpd_sender_restrictions = > >permit_mynet

Re: Separate domain sender reject for inbound and outbound

2022-06-21 Thread Matus UHLAR - fantomas
On 21.06.22 12:04, Víctor Rubiella Monfort wrote: I'm trying to define independent domain reject list for inboud than outbound: This works fine configuring: smtpd_sender_restrictions = permit_mynetworks, check_sender_access hash:/etc/postfix/domainslist_in Works ok, but for in and out w

Separate domain sender reject for inbound and outbound

2022-06-21 Thread Víctor Rubiella Monfort
Hi, I'm trying to define independent domain reject list for inboud than outbound: This works fine configuring: smtpd_sender_restrictions = permit_mynetworks, check_sender_access hash:/etc/postfix/domainslist_in Works ok, but for in and out with the same file. I have not found a way