On Sun, 2013-05-05 at 02:39:30 -0600, LuKreme wrote:
> I have several domains on my postfix server, and I have one where the
> owner wants the following behavior:
>
> [email protected] = real user account
> [email protected] = real user account
> *@domain.tld = mail checks accepted, actual mail dropped.
Use virtual alias mapping to direct mail for user{1,2}@domain.tld to
actual accounts. Then, implement a catch-all which maps *@domain.tld to
an address that, via transport(5), directs mail to the discard(8)
service.
--
Sahil Tandon