From: David Somers [mailto:[EMAIL PROTECTED] > > > All I can suggest is to make sure your /etc/resolv.conf is set up > > properly. > > My resolv.conf is very simple: > > domain omz13.local > nameserver localhost > > And yes, named is running on the local machine.
This may or may not be related to your problem, but I'm not sure that "localhost" is valid there. Try using a numeric address instead. domain omz13.local nameserver 127.0.0.1 Bowie ------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt _______________________________________________ courier-users mailing list [email protected] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
