centos-bounces at centos.org <> scribbled on Tuesday, June 20, 2006 2:01 PM: > I've installed bind on centos 4.3.. This is a part of my config file: > > example.com. IN MX 10 mail.example.com. > example.com. IN MX 15 mail1.example.com. > example.com. IN MX 20 mail2.example.com. > > mail.example.com. IN A x.x.x.x > mail1.example.com. IN A x.x.x.x > mail2.example.com. IN A x.x.x.x > > > Every seems to be fine, but I'm constantly receiving messages > in my 3 MX servers, even if mail.example.com (the less MX > record) is available waiting for connections from outside... > Why if my less mx record server is available the others > servers are constantly receiving messages for my domain? > > Thanks for your time > Israel > > _______________________________________________ > CentOS mailing list > CentOS at centos.org > http://lists.centos.org/mailman/listinfo/centos Spammers will typically try to hit a lower priority MX with the assumption it is less secure...allowing them to get their spam through. Are the emails coming through your lower priority MX's junk or legitimate? Are all the MX's on the same network? Is it possible that MX1 is not accessible for one reason or another, but MX2 or MX3 are? Mike