Re: [Exim] Handling multiple domain names

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Gregory Heinrich
Ημερομηνία:  
Προς: Ollie Cook
Υ/ο: exim-users
Αντικείμενο: Re: [Exim] Handling multiple domain names

> On Sat, Jul 21, 2001 at 01:15:25PM +0200, Gregory Heinrich wrote:
> > Thanks for this quick answer.
> > I want to do it as simple as possible, and I will store mailboxes in

only
> > one spool directory (which may not be a problem since my company just as

two
> > domain names to handle, for about 100 persons and usernames are unique),

so
> > that I only have to add a domain name in local_domains (?).
> >
> > Thanks again,
> > Greg.
>
> Yes, that should be sufficient if you are sure that the username are

unique
> between the two domains.
>
> What does your local_delivery directory look like at the moment?
>


My local_delivery looks like :

--
local_delivery
    driver = appendfile
    group = mail
    mode = 0660
    mode_fail_narrower = false
    envelope_to_add = true
    file = /var/spool/mail/${local_part}
--


Is it ok? I want the emails to be held in /var/spool/mail/user

Thanks.

Greg.