postfix accepting mail for juno.com

2008-09-09 Thread Jason Noble
I cant figure out why my postfix is accepting mail for juno.com. Its only doing this for users on the local network trying to send to juno.com. I dont see juno.com in any config files, its not in mydestination. If I run "dig mx juno.com" from the server it comes up with the correct real-world IPs

Re: postfix accepting mail for juno.com

2008-09-09 Thread Jason Noble
On Tue, 2008-09-09 at 15:38 +0200, Ralf Hildebrandt wrote: > * Jason Noble <[EMAIL PROTECTED]>: > > I cant figure out why my postfix is accepting mail for juno.com. Its > > only doing this for users on the local network trying to send to > > juno.com. > > I dont

Re: postfix accepting mail for juno.com

2008-09-09 Thread Jason Noble
) On Tue, 2008-09-09 at 10:47 -0400, Brian Evans - Postfix List wrote: > Jason Noble wrote: > > On Tue, 2008-09-09 at 15:38 +0200, Ralf Hildebrandt wrote: > > > >> * Jason Noble <[EMAIL PROTECTED]>: > >> > >>> I cant figure out why my pos

Re: postfix accepting mail for juno.com

2008-09-09 Thread Jason Noble
database. On Tue, 2008-09-09 at 18:31 +0200, Ralf Hildebrandt wrote: > * Jason Noble <[EMAIL PROTECTED]>: > > > best_mx_transport = local > WTF >

Re: postfix accepting mail for juno.com

2008-09-09 Thread Jason Noble
I commented it out and tried again, it didnt make a difference. I cant think of any reason this server would think it should deliver messages destine for juno.com locally. On Tue, 2008-09-09 at 18:31 +0200, Ralf Hildebrandt wrote: > * Jason Noble <[EMAIL PROTECTED]>: > > >

Re: postfix accepting mail for juno.com

2008-09-10 Thread Jason Noble
: > On Tue, Sep 09, 2008 at 01:13:50PM -0400, Jason Noble wrote: > > > I commented it out and tried again, it didnt make a difference. > > > > I cant think of any reason this server would think it should deliver > > messages destine for juno.com locally. > > &g

Re: postfix accepting mail for juno.com

2008-09-10 Thread Jason Noble
host -t a mx.dca.untd.com mx.dca.untd.com has address 127.0.0.1 DOH... dns issue I though I ruled this out On Wed, 2008-09-10 at 14:27 +0200, Ralf Hildebrandt wrote: > * Jason Noble <[EMAIL PROTECTED]>: > > I tried commenting out a few more things now I get this error

Re: postfix accepting mail for juno.com

2008-09-10 Thread Jason Noble
It was my DNS. I am using a black list from here: http://pgl.yoyo.org/adservers/ to block ad-servers at the dns level. I'll have to remember this next time I have weird mail issues. Problem solved Thanks for all the help On Wed, 2008-09-10 at 14:36 +0200, Ralf Hildebrandt wrote: >

Re: postfix accepting mail for juno.com

2008-09-10 Thread Jason Noble
= smtp_defer_if_no_mx_address_found = no smtp_host_lookup = dns smtp_mx_address_limit = 0 smtp_mx_session_limit = 2 On Wed, 2008-09-10 at 14:29 +0200, Ralf Hildebrandt wrote: > * Ralf Hildebrandt <[EMAIL PROTECTED]>: > > * Jason Noble <[EMAIL PROTECTED]>: > > > I tried commenting out a few more

Re: postfix accepting mail for juno.com

2008-09-11 Thread Jason Noble
On Wed, 2008-09-10 at 16:35 +0200, mouss wrote: > Jorey Bump wrote: > > Jason Noble wrote, at 09/10/2008 08:51 AM: > >> It was my DNS. > >> I am using a black list from here: > >> http://pgl.yoyo.org/adservers/ > >> to block ad-servers at the dns lev

Re: postfix accepting mail for juno.com

2008-09-11 Thread Jason Noble
I changed it to one of our unused real-world IP address, and made a firewall rule to reject all packets destine for that IP. This seems to have the desired effect and I dont think there are any security issues. On Wed, 2008-09-10 at 16:35 +0200, mouss wrote: > Jorey Bump wrote: > > Ja