[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] Sendmail latency
- Subject: [ale] Sendmail latency
- From: jimpop at yahoo.com (Jim Popovitch)
- Date: Tue Jan 25 12:48:11 2005
- In-reply-to: <063b01c50300$3a258d30$59b4fea9@win2kpro1>
- References: <[email protected]> <053d01c50297$4c75c130$59b4fea9@win2kpro1> <054601c5029b$08e2e0c0$59b4fea9@win2kpro1><1106631883.12632.9.camel@blue> <[email protected]><05c401c502e7$c3243c80$59b4fea9@win2kpro1> <1106663161.14585.2.camel@blue><05e201c502ed$93b3dc70$59b4fea9@win2kpro1> <1106667327.14585.50.camel@blue><061e01c502f8$1c3b4b00$59b4fea9@win2kpro1> <1106670862.14585.63.camel@blue> <063b01c50300$3a258d30$59b4fea9@win2kpro1>
On Tue, 2005-01-25 at 12:06 -0500, Ryan Fish wrote:
> >
> > Here is an example of a forwarders statement:
> >
> > forwarders { 192.168.10.10; 192.168.100.10; };
>
> - Where would I add this to named.conf?
Inside of the options section.
Similar to this:
options {
directory "/var/named";
//query-source address * port 53;
forwarders { 192.168.10.10; 192.168.100.10; };
version "Go Away!";
.....
};
> - If I place the ISP's NS before the local NS (192.168.3.X) I receive
> transient parse errors when attempting to send msgs from the mail server.
> It is also VERY slow when I do that (I tried that on 14JAN05).
This should be of big concern. To me this says that there is response
time issues, or total lack of a response, from your upstream name
servers.
-Jim P.