Re: [suporte] Re: [Exim] Default mail error with virtual dom…

Inizio della pagina
Delete this message
Reply to this message
Autore: Paulo Henrique Baptista de Oliveira
Data:  
To: exim-users
CC: suporte
Oggetto: Re: [suporte] Re: [Exim] Default mail error with virtual domains
    Thanks,
    I like Exim a lot.
    I have another doubt. This time more conceptual.
    I have to implement mail quota.
    What is best?
    1) Implement Linux kernel quotas or
    2) Implement Exim quotas
    and how is an overview of both.
    TIA,        Paulo Henrique


Quoting Marc Perkel (marc@???):
> Here's how I do it:
>
> virtual_alias:
>    driver = aliasfile
>    user = root
>    expand
>    file_transport = address_file
>    pipe_transport = address_pipe
>    domains = lsearch;/etc/vmail/vdomains
>    require_files = /etc/vmail/aliases.$domain
>    file = /etc/vmail/aliases.$domain
>    search_type = lsearch*
>    qualify_preserve_domain

>
> Then in the alias file
>
> *: default@???
>
> Paulo Henrique Baptista de Oliveira wrote:
>
> >         Hi all,
> >         I have some virtual domains in a exim server.
> >         I want the at **each** virtual domain there is a default domain email
> > that didnt matched all the others.
> >         How to make this?
> >         TIA,            Paulo Henrique

> >
> > --
> > ## List details at http://www.exim.org/mailman/listinfo/exim-users Exim details at http://www.exim.org/ ##
>
>