Re: Use MX record when sending to $mydomain

2009-11-19 Thread cont...@rusanu.com
Thanks Ansgar, As I copied the output of postconf something did stood out as 'fix me': the $mydestination included $mydomain, I changed $mydestination to be localhost only and it works fine. Regards, ~ Remus On Nov 19, 2009, at 12:25 AM, Ansgar Wiechers wrote: On 2009-11-18 cont...@rusa

Re: Use MX record when sending to $mydomain

2009-11-19 Thread Ansgar Wiechers
On 2009-11-19 Eero Volotinen wrote: > Quoting Ansgar Wiechers : >> On 2009-11-18 cont...@rusanu.com wrote: >>> I'm using sendmail to send to "someu...@mydomain.com" from the >>> machine that is the A DNS of mydomain, but is not the MX one. >>> postfix relays this to 127.0.0.1 and it gets rejected w

Re: Use MX record when sending to $mydomain

2009-11-19 Thread Eero Volotinen
Quoting Ansgar Wiechers : On 2009-11-18 cont...@rusanu.com wrote: I'm using sendmail to send to "someu...@mydomain.com" from the machine that is the A DNS of mydomain, but is not the MX one. postfix relays this to 127.0.0.1 and it gets rejected with 450 user unknown. I want it to use the normal

Re: Use MX record when sending to $mydomain

2009-11-19 Thread Ansgar Wiechers
On 2009-11-18 cont...@rusanu.com wrote: > I'm using sendmail to send to "someu...@mydomain.com" from the machine > that is the A DNS of mydomain, but is not the MX one. postfix relays > this to 127.0.0.1 and it gets rejected with 450 user unknown. I want > it to use the normal rules and deliver it

Use MX record when sending to $mydomain

2009-11-18 Thread cont...@rusanu.com
Hello, I'm using sendmail to send to "someu...@mydomain.com" from the machine that is the A DNS of mydomain, but is not the MX one. postfix relays this to 127.0.0.1 and it gets rejected with 450 user unknown. I want it to use the normal rules and deliver it to the MX registered address fo