Re: append_dot_mydomain, how to make it work

2023-02-01 Thread Sean Hennessey
ry 29, 2023 6:31 PM To: postfix-users@postfix.org Subject: Re: append_dot_mydomain, how to make it work On Sun, Jan 29, 2023 at 05:57:45PM -0500, Wietse Venema wrote: > > > Is there a way to accomplish that? > > > > Yes: > > > > master.cf: > >

Re: append_dot_mydomain, how to make it work

2023-01-29 Thread Viktor Dukhovni
On Sun, Jan 29, 2023 at 05:57:45PM -0500, Wietse Venema wrote: > > > Is there a way to accomplish that? > > > > Yes: > > > > master.cf: > > > > smtp inet n - n - - smtpd > > -o { append_at_myorigin = yes } > > -o { rewrite_service_name

Re: append_dot_mydomain, how to make it work

2023-01-29 Thread Wietse Venema
Viktor Dukhovni: > On Sun, Jan 29, 2023 at 09:32:47PM +, Sean Hennessey wrote: > > > What I'm looking for is the envelope recipient. I need a way to force > > an unqualified to address to a domain I can blackhole. I've got an > > application that feeds into these systems that will allow its us

Re: append_dot_mydomain, how to make it work

2023-01-29 Thread Viktor Dukhovni
On Sun, Jan 29, 2023 at 09:32:47PM +, Sean Hennessey wrote: > What I'm looking for is the envelope recipient. I need a way to force > an unqualified to address to a domain I can blackhole. I've got an > application that feeds into these systems that will allow its users to > enter badly formed

Re: append_dot_mydomain, how to make it work

2023-01-29 Thread Wietse Venema
Sean Hennessey: > Viktor, > > What I'm looking for is the envelope recipient. I need a way to > force an unqualified to address to a domain I can blackhole. I've > got an application that feeds into these systems that will allow > its users to enter badly formed email addresses. What I want to > d

Re: append_dot_mydomain, how to make it work

2023-01-29 Thread Sean Hennessey
ovni Sent: Sunday, January 29, 2023 2:28 PM To: postfix-users@postfix.org Subject: Re: append_dot_mydomain, how to make it work On Sun, Jan 29, 2023 at 06:32:12PM +, Sean Hennessey wrote: > That was one of my test cases. I just tried it again; > > $ postconf | > gr

Re: append_dot_mydomain, how to make it work

2023-01-29 Thread Viktor Dukhovni
On Sun, Jan 29, 2023 at 06:32:12PM +, Sean Hennessey wrote: > That was one of my test cases. I just tried it again; > > $ postconf | > grep -E > "append_at_my|remote_header_rewrite|local_header_rewrite|inet_interfaces" > append_at_myorigin = yes > inet_interfaces = all > local_header_rewri

Re: append_dot_mydomain, how to make it work

2023-01-29 Thread Sean Hennessey
sers@postfix.org Subject: Re: append_dot_mydomain, how to make it work > What I'm looking for is a way to force a rewrite of ADDRESSES THAT > DON'T HAVE AN @DOMAIN that are coming into this machine from other > computers. Use append_at_myorigin: append_at_myorigin (for addre

Re: append_dot_mydomain, how to make it work

2023-01-29 Thread Wietse Venema
> What I'm looking for is a way to force a rewrite of ADDRESSES THAT > DON'T HAVE AN @DOMAIN that are coming into this machine from other > computers. Use append_at_myorigin: append_at_myorigin (for addresses without *domain*), Not append_dot_mydomain: append_dot_mydomain (for addresses

append_dot_mydomain, how to make it work

2023-01-28 Thread Sean Hennessey
I've tried just about every combination of these configs from the docs: append_dot_mydomain (default: Postfix ≥ 3.0: no, Postfix < 3.0: yes) With locally submitted mail, append the string ".$mydomain" to addresses that have no ".domain" informati