[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: Cant find the right answers.......anyone been here ?



Is your version of Sendmail setup to use Virtual User Tables?? Check
your sendmail.cf file and see if a line like...

# Virtual user table (maps incoming users)
Kvirtuser hash -o /etc/virtusertable

If not - then you need to reconfigure Sendmail to support it.

Your virt user table (named virtusertable) should look like this...


bob domain1 com	bob
amy domain1 com	amy
* domain1 com	fred

* domain2 com	user anotherisp com

* domain3 com	info

Once the file is saved, run the following command to create the db
version of the file that Sendmail will read.

makemap hash /etc/virtusertable < /etc/virtusertable

The makemap command will create a file called virtusertable.db and not
overwrite the original file.

Good Luck.

-- 
Anthony Baratta
President
KeyBoard Jockeys
                    South Park Speaks Version 3 is here!!!
                       http://www.baratta.com/southpark
                              Powered by Tsunami



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]