[Exim] Virtuser Catchalls

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Dan Herrera
日付:  
To: exim-users
題目: [Exim] Virtuser Catchalls
I am attempting to set up Virtual domains using Exim 3.03. The
virtual domain addresses should be stored in alias files, and
all unmatched addresses should go to a specific address at that
domain.

Here is what I have so far, which I obtained from a friend:

domain1_com:
driverr = aliasfile
domains = "domain1.com:*.domain1.com"
file = /etc/mail/domain1.com
search_type = lsearch
file_transport = address_file
pipe_transport = address_pipe

domain1_com_default:
driver = smartuser
domains = "domain1.com:*.domain1.com"
new_address = "defaultuser@???"

This configuration, as you've probably guessed, rewrites all mail
for domain1.com to defaultuser@???. Any idea how I can
get it to read the alias file first, and failing that, do the new_address
business?

Thanks in advance,

Dan

--
Dan Herrera (dph@???)
-------------------------------