Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Virtual Domain User

1 view
Skip to first unread message

Joe Fivara P

unread,
Sep 27, 2001, 6:30:24 AM9/27/01
to
Dear all....
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.

Joe FP
-
To unsubscribe, send mail to majo...@postfix.org with content
(not subject): unsubscribe postfix-users

Ralf Hildebrandt

unread,
Sep 28, 2001, 9:47:35 AM9/28/01
to
On 27 Sep 2001 12:29:52 +0200, Joe Fivara P <joe...@ykt.mega.net.id> wrote:

> 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

Joe Fivara P

unread,
Sep 28, 2001, 10:12:24 PM9/28/01
to
I've tried it and it's not worked. I write a config like this:

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 ***********

Ralf Hildebrandt

unread,
Sep 29, 2001, 6:05:27 AM9/29/01
to
On 29 Sep 2001 04:12:44 +0200, Joe Fivara P <joe...@ykt.mega.net.id> wrote:
> I've tried it and it's not worked. I write a config like this:

The restrictions are in the wrong order.

Joe Fivara P

unread,
Sep 29, 2001, 1:51:26 PM9/29/01
to
Yes it's worked thank you :)

-joe-

0 new messages