On Wed, 6 Jul 2005, Mike Miller wrote: > I just installed SpamBouncer with procmail and it is demanding that > 'host' be installed. I don't have 'host' on Solaris. It seems to be > part of a package called bind-utils. Maybe if I could get the source, I > could compile it and my SpamBouncer would work. Any tips? I think I figured it out. All I had to do was comment out the line that was looking for 'host' and it automatically used nslookup (because that was set in a special Solaris config file). So I don't need 'host' after all. Mike