M. Rodrigo Monteiro пишет:
Hi All!
Currently, I use the forwards in /etc/aliases like this:
# cat /etc/aliases
forward1: user1 user2
forward2: user3
forward3: user1 user2 user3
I wanna know if I can limit the use of forward3, because I want to
only the user9 send e-mail to forward3.
All users can send e-mail to forward1 and forward2, but only user9 can
send to forward3.
Can I do that? How?
http://www.postfix.org/RESTRICTION_CLASS_README.html#internal
You have to add forward3 into protected_destinations file, and user9
into insiders file.