>John O'Reilly: > >> I am trying to set up postfix on a private network. The mailserver is >> not registered with any dns server. The problem is that I can't get >> postfix to stop trying to look up its own domain with local mail and >> just use the hosts file. Or if I could get it to stop appending >> anything to the username and just deliver it locally, that would be >> good too. > > >Look in your /etc/nsswitch.conf file. > > Wietse
It looks like this: passwd: compat group: compat shadow: compat hosts: files mdns4_minimal [NOTFOUND=return] dns mdns4 networks: files protocols: db files services: db files ethers: db files rpc: db files netgroup: nis
