resolver issues in FreeBSD-5.2.1
    Jos Backus 
    jos at catnook.com
       
    Mon Mar 22 12:33:27 PST 2004
    
    
  
On Mon, Mar 22, 2004 at 06:54:20PM +0100, Dag-Erling Smrgrav wrote:
> Jesse Guardiani <jesse at wingnet.net> writes:
> > Specifically, I run a test Qmail server on my laptop,
> > and it's pausing for 5 or 6 seconds trying to resolve
> > my laptop's host name for incoming local connections.
> 
> I believe qmail has its own resolver code.
Don't think so:
traitor:/usr/ports/mail/qmail/work/qmail-1.03# head -11 dns.c
#include <stdio.h>
#include <netdb.h>
#include <sys/types.h>
#include <netinet/in.h>
#include <arpa/nameser.h>
#include <resolv.h>
#include <errno.h>
extern int res_query();
extern int res_search();
extern int errno;
extern int h_errno;
-- 
Jos Backus                       _/  _/_/_/      Sunnyvale, CA
                                _/  _/   _/
                               _/  _/_/_/
                          _/  _/  _/    _/
jos at catnook.com        _/_/   _/_/_/          require 'std/disclaimer'
    
    
More information about the freebsd-current
mailing list