On Tue, Nov 4, 2008 at 17:06, Nikita Kipriyanov <[EMAIL PROTECTED]> wrote:
> http://www.postfix.org/RESTRICTION_CLASS_README.html#internal
>
> You have to add forward3 into protected_destinations file, and user9 into
> insiders file.

My main.cf :

smtpd_sender_restrictions =
    permit_mynetworks,
    permit_sasl_authenticated,
    reject_non_fqdn_sender,
    reject_unknown_sender_domain,
    permit

smtpd_recipient_restrictions =
    permit_mynetworks,
    check_recipient_access hash:/etc/postfix/protected_destinations,
    permit_sasl_authenticated,
    reject_non_fqdn_recipient,
    reject_unknown_recipient_domain,
    reject_unauth_pipelining,
    reject_multi_recipient_bounce,
    reject_unauth_destination,
    permit

smtpd_client_restrictions =
    permit_mynetworks,
    permit


smtpd_restriction_classes =
    insiders_only

insiders_only =
    check_sender_access hash:/etc/postfix/insiders,
    reject


# cat insiders
[EMAIL PROTECTED] OK

# cat protected_destinations
[EMAIL PROTECTED] insiders_only


With this configuration, all users are still able to send e-mail to
[EMAIL PROTECTED]

I did something wrong?


Regards,
Rodrigo.


-- 
M. Rodrigo Monteiro
[EMAIL PROTECTED]
"Free as in Freedom, not free as in free beer"
"As we are liberated from our own fear, our presence automatically
liberates others"
Linux User # 403730

Reply via email to