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

Exim question



What I would like to do is host multiple domains using exim. I want certain local users to use only specific domains. Here is the section of my exim file for local users/aliases:

aliases:
 driver = aliasfile
 file = /etc/$domain.aliases.db
 search_type = dbm

What exactly should I enter in the alias file before I dbm build it? I would like each alias to point to a local user...

This is kind of hard to explain... I have an alias file with test: test@domain1.com in /etc/domain1.com.aliases.db and test2@domain2.com in /etc/domain1.com.aliases.db.

It seems that if I send a message to test2@domain1.com, it succeeds and sends it through. It ALSO seems to send messages to root, mysql, and any other local user on the system. How can I stop this?




Reply to: