Re: [Exim] virtual hosts configs on 2.05

Top Page
Delete this message
Reply to this message
Author: Jeremy C. Reed
Date:  
To: James H. Cloos Jr.
CC: exim-users
Subject: Re: [Exim] virtual hosts configs on 2.05
On 2 May 2000, James H. Cloos Jr. wrote:

> An acquaintance has a debian-based box with the exim deb installed.
> They only have up to version 2.05.
>
> He wants some virtual hosts of the form where all mail @domain goes
> to a single spool file.


On my 2.05 system I use as my transport:

## for delivering virtual domains to their own mail spool

virtual_localdelivery:
driver = appendfile
create_directory = true
directory_mode = 700
file = /var/spool/virtual/${domain}/${local_part}
user = mail
group = mail
mode = 660

Also, I think there are a few examples via
http://www.exim.org/FAQ.html#SEC315, such as C009, that may help.

  Jeremy C. Reed
....................................................
     BSD software, documentation, resources, news...
     http://bsd.reedmedia.net