Joe FP
-
To unsubscribe, send mail to majo...@postfix.org with content
(not subject): unsubscribe postfix-users
> Anyone knows how to make only virtual domain user can receive mail
> and the real user not? I use postfix style and my virtual domain user
> is same as my real user. I still using header_checks to reject it.
us...@real.domain.com REJECT
in hash:/etc/postfix/recipients
and in
smtpd_recipient_restrictions =
...
check_recipient_access hash:/etc/postfix/recipients
...
--
ralf.hil...@innominate.com innominate AG
Technical Consultant Don't be afraid of what you see -
Diplom-Informatiker be afraid of what you don't see!
tel: +49.(0)7000.POSTFIX fax: +49.(0)30.308806-77
smtpd_recipient_restrictions = permit_mynetworks, check_client_access hash:/etc/postfix/access
regexp:/etc/postfix/envelope-regexp, check_relay_domains,
check_recipient_access hash:/etc/postfix/restricted_recipients,
reject_maps_rbl, reject
-joe-
*********** REPLY SEPARATOR ***********
The restrictions are in the wrong order.
-joe-