[pfx] Re: main.cf

2024-09-17 Thread John Hill via Postfix-users
Yea, I got that. I made changes as I stick my maps under a sub directory. I would love to see a redacted copy of your configs. Postfix configs are defiantly page turners. --john On 9/17/2024 9:32 AM, Viktor Dukhovni via Postfix-users wrote: On Tue, Sep 17, 2024 at 08:01:51AM -0400, John Hill v

[pfx] Re: main.cf

2024-09-17 Thread Viktor Dukhovni via Postfix-users
On Tue, Sep 17, 2024 at 08:01:51AM -0400, John Hill via Postfix-users wrote: > main.cf: > indexed = ${default_database_type}:${config_directory}/ > smtpd_recipient_restrictions = ${indexed}recipient-access And of course it really should be: smtpd_recipient_restrictions = chec

[pfx] Re: main.cf

2024-09-17 Thread Viktor Dukhovni via Postfix-users
On Tue, Sep 17, 2024 at 08:01:51AM -0400, John Hill via Postfix-users wrote: > main.cf: > indexed = ${default_database_type}:${config_directory}/ > smtpd_recipient_restrictions = ${indexed}recipient-access > > I see what your doing here. > It is less to type. > Is there any other advantage

[pfx] main.cf

2024-09-17 Thread John Hill via Postfix-users
main.cf: indexed = ${default_database_type}:${config_directory}/ smtpd_recipient_restrictions = ${indexed}recipient-access I see what your doing here. It is less to type. Is there any other advantage? --john ___ Postfix-users mailing list -- po

[pfx] Re: smtpd_recipient_restrictions

2024-09-17 Thread Viktor Dukhovni via Postfix-users
On Tue, Sep 17, 2024 at 07:20:18PM +0800, Wesley via Postfix-users wrote: > > > Viktor Dukhovni via Postfix-users : > > - Just inbound mail from external sources? Or also other mail (locally > >submitted or generated)? > > yes I just reject message to that user from external source via smtp

[pfx] Re: smtpd_recipient_restrictions

2024-09-17 Thread Wesley via Postfix-users
Viktor Dukhovni via Postfix-users : - Just inbound mail from external sources? Or also other mail (locally submitted or generated)? yes I just reject message to that user from external source via smtp, does that setting work? - What is the address class of "domain.com"? sorry what