Am 11.10.2012 00:11, schrieb mobidyc:
> Is there a way to specify a user relay for virtual domains as the
> luser_relay option for local domains ?
>
> even one trash mailboxe for all domains would be fine in my situation.
You can specify a catchall mailbox like
@yourdomain.example catchall
in your virtual mailbox map.
The virtual table lookup mechanism tries
- user+ex...@yourdomain.example
- us...@yourdomain.example
- @yourdomain.example
in that order and stops at the first successful match
(see the manpage for "virtual" for details).
-Chris