On Fri, Mar 20, 2009 at 11:49 AM, mouss <mo...@ml.netoyen.net> wrote:
> > That's possible. please do what I told you. if you did and you still > have a problem, feel free to ask. but it's annoying for us to help fix > problems that are known and for which the solution is as easy as to > follow well documented procedures. OK.. sorry, just wanted to understand the issue. I have now changed this: 127.0.0.1:10025 inet n - n - - smtpd ...... -o receive_override_options=no_header_body_checks,no_unknown_recipient_checks to this: 127.0.0.1:10025 inet n - n - - smtpd ...... -o receive_override_options=no_address_mappings,no_header_body_checks,no_unknown_recipient_checks And it works a treat! Thank you. So it works, but did i use no_address_mappings correct in this case? Thanks Simon