[Exim] Multiple domains

トップ ページ
このメッセージを削除
このメッセージに返信
著者: dc :P~
日付:  
To: exim list
題目: [Exim] Multiple domains
This is a multi-part message in MIME format.
--
[ Picked text/plain from multipart/alternative ]
Hey all

Im quite new to exim, running exim 3.951 on a redhat 7.2 box.

Currently I only have one domain running on this box but I want to be able to handle mulitple domains/users.
Example : joe@???
              joe@???
These must be seperate mailboxes for 2 different joe's.... at present if I sendmail to joe@ anydomain it goes to the one mailbox on the system...


Can anyone direct me to the correct way of setting this up? I know that I need to setup something like
my_domains:
driver = accept
domains = dsearch;/etc/mail/domains
local_parts = lsearch;/etc/mail/domains/$domain
transport = my_mailboxes
and my_mailboxes:
driver = appendfile
file = /var/mail/$domain/$local_part
user = mail
Any help would be appreciated Chris

--