Re: [EXIM] Newbie question

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Philip Hazel
日付:  
To: Jose Daniel Ramos Wey
CC: exim-users
題目: Re: [EXIM] Newbie question
On Fri, 11 Dec 1998, Jose Daniel Ramos Wey wrote:

> virtual_local_delivery:
> driver = appendfile
> group = mail
> mode = 0660
> file = /var/spool/mail/${lookup {$domain} dbm {/etc/exim/virtual-domains}
> {$value} {fail}}
> user = ${lookup {$domain} dbm {/etc/exim/virtual-domains} {$value}
> {fail}}
>
> And this director (as the first director in the list):
>
> virtual_domains:
> driver = smartuser
> transport = virtual_local_delivery
> domains = dbm;/etc/exim/virtual-domains
>
> Everything works fine, except that the ".forward" file in the user
> homedir is ignored.


Get rid of the virtual_local_delivery transport, and replace the
director by

virtual_domains:
driver = smartuser
domains = dbm;/etc/exim/virtual-domains
new_address = ${lookup {$domain} dbm {/etc/exim/virtual-domains}{$value}{fail}}


-- 
Philip Hazel            University of Cambridge Computing Service,
ph10@???      Cambridge, England. Phone: +44 1223 334714.



--
*** Exim information can be found at http://www.exim.org/ ***