This is the output of the dig command:

; <<>> DiG 9.3.3rc2 <<>> mx mx.trendargentina.com.ar
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 742
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0

;; QUESTION SECTION:
;mx.trendargentina.com.ar.    IN    MX

;; AUTHORITY SECTION:
trendargentina.com.ar.    0    IN    SOA    imsva.trendargentina.com.ar. 
pablos.trendargentina.com.ar. 100 10800 3600 604800 0

;; Query time: 0 msec
;; SERVER: 127.0.0.1#53(127.0.0.1)
;; WHEN: Thu Jan 22 10:59:00 2009
;; MSG SIZE  rcvd: 91

---------------------------------------------------
This is the /etc/named.conf file:

// generated by named-bootconf.pl

options {
    directory "/var/named";
    /*
     * If there is a firewall between you and nameservers you want
     * to talk to, you might need to uncomment the query-source
     * directive below.  Previous versions of BIND always asked
     * questions using port 53, but BIND 8.1 uses an unprivileged
     * port by default.
     */
    // query-source address * port 53;
    pid-file "/var/run/named/named.pid";
    forwarders {
        10.0.0.14;
    };
};

// 
// a caching only nameserver config
// 
//controls {
//    inet 127.0.0.1 allow { localhost; } keys { rndckey; };
//};

zone "all.foxhunter.trendmicro.com" in {
            type master;
            file "ipprofiler/db.all.foxhunter.trendmicro.com";
};    
zone "trendargentina.com.ar" {
        type master;
        file "trendargentina/trendargentina.com.ar";
};
zone "0.0.0.10.in-addr.arpa" {
        type master;
        file "trendargentina/trendargentina.com.ar.rev";
};

//include "/etc/rndc.key";

---------------------------------------------------
This is the configuration of the zone:

$TTL 0
trendargentina.com.ar.    IN    SOA    imsva.trendargentina.com.ar. 
pablos.trendargentina.com.ar. (
    100    ; Serial
    10800    ; Refresh
    3600    ; Retry
    604800    ; Expire
    0    ; TTL
    )
trendargentina.com.ar.    IN    NS    imsva.trendargentina.com.ar.
trendargentina.com.ar.    IN    MX    10    mx.trendargentina.com.ar.

mx.trendargentina.com.ar.    IN    A    10.0.0.207
mx.trendargentina.com.ar.    IN    A    10.0.0.208

---------------------------------------------------------------------

If you think it would be helpful, I can send you the main.cf and master.cf
This is not a productive scenario but it will be with about 60K users, and is 
indeed a Virtual Appliance provided by Trend Micro called InterScan Messaging 
Virtual Appliance (Anti-Spam, Anti-Virus, Content Filtering).

Thank you all very much again.

Pablo.-

> Subject: Re: Problems with Postfix / Round-Robin
> To: postfix-users@postfix.org
> Date: Thu, 5 Feb 2009 16:50:03 -0500
> From: wie...@porcupine.org
> 
> Pablo Scheri:
> > 
> > It is strange but I think I am using the 10.0.0.207 server only when the 
> > mail is get delayed.
> > 
> > This is the log for a mail sent to the 10.0.0.208 server (from 100 mails 
> > received 98 mails):
> > 
> 
> What is the output from:
> 
> dig mx mx.trendargentina.com.ar
> 
>       Wietse

_________________________________________________________________
Permanece actualizado con MSN Noticias. Clic aquí
http://noticias.cl.msn.com/

Reply via email to