remote_header_rewrite_domain ignored.

2009-01-23 Thread Guy
Hi, I added the following line to main.cf but the server name was still appended to an incomplete sender address. remote_header_rewrite_domain = When I changed the line to remote_header_rewrite_domain = domain.invalid it started working. According to the documentation the entry with no actual do

remote_header_rewrite_domain ignored

2009-12-04 Thread Ed W
Hi, I'm using postfix 2.5.7 and having some trouble with the server domain being appended to incomplete sender addresses. I have set # postconf|grep -e rewrite -e append -e myorigin -e mydomain -e local_header append_at_myorigin = yes append_dot_mydomain = no local_header_rewrite_clients = mydo

Re: remote_header_rewrite_domain ignored.

2009-01-23 Thread Wietse Venema
Guy: > Hi, > > I added the following line to main.cf but the server name was still > appended to an incomplete sender address. > content_filter = smtp-amavis:[127.0.0.1]:10024 You're appending it on return from the filter. Don't list the local machine as a local rewrite client. Wiets

Re: remote_header_rewrite_domain ignored

2009-12-04 Thread Wietse Venema
Ed W: > Hi, I'm using postfix 2.5.7 and having some trouble with the server > domain being appended to incomplete sender addresses. I have set > > # postconf|grep -e rewrite -e append -e myorigin -e mydomain -e local_header > append_at_myorigin = yes > append_dot_mydomain = no > local_header_rew

Re: remote_header_rewrite_domain ignored

2009-12-05 Thread Ed W
Wietse Venema wrote: Ed W: Hi, I'm using postfix 2.5.7 and having some trouble with the server domain being appended to incomplete sender addresses. I have set # postconf|grep -e rewrite -e append -e myorigin -e mydomain -e local_header append_at_myorigin = yes append_dot_mydomain = no loc

Re: remote_header_rewrite_domain ignored

2009-12-05 Thread Ed W
Ed W wrote: Wietse Venema wrote: Ed W: Hi, I'm using postfix 2.5.7 and having some trouble with the server domain being appended to incomplete sender addresses. I have set # postconf|grep -e rewrite -e append -e myorigin -e mydomain -e local_header append_at_myorigin = yes append_dot_mydo

Re: remote_header_rewrite_domain ignored

2009-12-05 Thread Wietse Venema
Ed W: > Wietse Venema wrote: > > Ed W: > > > >> Hi, I'm using postfix 2.5.7 and having some trouble with the server > >> domain being appended to incomplete sender addresses. I have set > >> > >> # postconf|grep -e rewrite -e append -e myorigin -e mydomain -e > >> local_header > >> append_at_

Re: remote_header_rewrite_domain ignored

2009-12-05 Thread Wietse Venema
Ed W: > To clarify the question - the goal is if someone connects via the > network (not local sendmail command) and the transcript says "RCPT TO: > " that this is subsequently bounced as being an invalid To summarize my other response, by definition an address without domain delivers to the sa

Re: remote_header_rewrite_domain ignored

2009-12-05 Thread Ed W
Wietse Venema wrote: Ed W: To clarify the question - the goal is if someone connects via the network (not local sendmail command) and the transcript says "RCPT TO: " that this is subsequently bounced as being an invalid To summarize my other response, by definition an address without

Re: remote_header_rewrite_domain ignored

2009-12-05 Thread mouss
Ed W a écrit : > Wietse Venema wrote: >> Ed W: >> >>> To clarify the question - the goal is if someone connects via the >>> network (not local sendmail command) and the transcript says "RCPT TO: >>> " that this is subsequently bounced as being an invalid >>> >> >> To summarize my other r

Re: remote_header_rewrite_domain ignored

2009-12-05 Thread Jerry
On Sat, 05 Dec 2009 15:36:06 + Ed W replied: >If this is not possible then can I please make a feature request for >this? At least in the case of my users it's almost exclusively a typo >(autocomplete gremlin due to Microsoft email programs..) and not >intended for delivery to the local m

Re: remote_header_rewrite_domain ignored

2009-12-05 Thread Wietse Venema
Ed W: > Wietse Venema wrote: > > Ed W: > > > >> To clarify the question - the goal is if someone connects via the > >> network (not local sendmail command) and the transcript says "RCPT TO: > >> " that this is subsequently bounced as being an invalid > >> > > > > To summarize my other re

Re: remote_header_rewrite_domain ignored

2009-12-06 Thread Ed W
Wietse Venema wrote: If you don't want to receive mail for domain-less addresses then say so, instead of coming up with the wrong solution for the wrong problem. OK, "I want to accept most emails over smtp and then later bounce emails with domain-less addresses" Use the reject_non_fqdn_m

Re: remote_header_rewrite_domain ignored

2009-12-06 Thread Ed W
Jerry wrote: I believe it to be self evident that the source of the affliction that you are experiencing can be best described by the acronym: PEBKAC. Microsoft has nothing to do with it. I know you are just trying to be funny, but some email programs do limited address verification before

Re: remote_header_rewrite_domain ignored

2009-12-06 Thread Wietse Venema
Ed W: > Wietse Venema wrote: > > If you don't want to receive mail for domain-less addresses then > > say so, instead of coming up with the wrong solution for the wrong > > problem. > > > > OK, "I want to accept most emails over smtp and then later bounce emails > with domain-less addresses"

Re: remote_header_rewrite_domain ignored

2009-12-08 Thread Ed W
Wietse Venema wrote: Ed W: Wietse Venema wrote: If you don't want to receive mail for domain-less addresses then say so, instead of coming up with the wrong solution for the wrong problem. OK, "I want to accept most emails over smtp and then later bounce emails with domain-le

Re: remote_header_rewrite_domain ignored

2009-12-08 Thread Ed W
Wietse Venema wrote: Ed W: Wietse Venema wrote: If you don't want to receive mail for domain-less addresses then say so, instead of coming up with the wrong solution for the wrong problem. OK, "I want to accept most emails over smtp and then later bounce emails with domain-le