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: [EMAIL PROTECTED] in /etc/domain1.com.aliases.db and [EMAIL PROTECTED] in /etc/domain1.com.aliases.db.

It seems that if I send a message to [EMAIL PROTECTED], 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 via email to