| Summary: | miss BIND name server library | ||
|---|---|---|---|
| Product: | Base System | Reporter: | slack <slack> |
| Component: | misc | Assignee: | freebsd-bugs (Nobody) <bugs> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Unspecified | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
slack
2001-05-27 06:10:01 UTC
Responsible Changed From-To: freebsd-bugs->asmodai asmodai has been maintaining bind Responsible Changed From-To: asmodai->freebsd-bugs Move back to free pool. > 4. stop bind name server locally, point resolv.conf to other DNS server > then sendmail to this server, alway produce domain name unresolved error Sednmail has opened the resolver lib at start, parsing resolv.conf then. When you change resolv.conf, only new started processes will use it. You have no other options to stop and restart each server process that is using the bind service. restart sendmail processes will fix your problem: $ killall -HUP sendmail kind regards Dirk - Dirk Meyer, Im Grund 4, 34317 Habichtswald, Germany - [dirk.meyer@dinoex.sub.org],[dirk.meyer@guug.de],[dinoex@FreeBSD.org] State Changed From-To: open->closed The advice to kill and restart (or -HUP) sendmail after changing /etc/resolv.conf seems like the correct fix for your problem. If you're still having trouble, please send an e-mail to freebsd-questions@freebsd.org with more details. |