The Looser wrote:

> smtpd_recipient_restrictions =
>     check_sender_access hash:/etc/postfix/access
>     permit_mynetworks
>     reject_unauth_destination
>
> /etc/postfix/access
> abc.com OK

Kalau menginginkan restriksi lebih ketat bisa menggunakan restriction
classes, kalau seperti diatas bisa diabuse oleh spammer :-)

/etc/postfix/main.cf:
smtpd_restriction_classes = only_from_mydomains
only_from_mydomains =
    check_sender_access hash:/etc/postfix/access
    reject

smtpd_recipient_restrictions =
     check_client_access hash:/etc/postfix/client_access
     permit_mynetworks
     reject_unauth_destination

Isikan network internal anda pada file /etc/postfix/client_access.

/etc/postfix/client_access:
10.12.13    only_from_mydomains

/etc/postfix/access:
abc.com OK

--
Freedom for Palestine!


-- 
Unsubscribe: kirim email kosong ke [EMAIL PROTECTED]
Arsip, FAQ, dan info milis di http://linux.or.id/milis.php
Tidak bisa posting? Baca:
http://linux.or.id/wiki/index.php?pagename=ProblemMilisDanSolusi
http://linux.or.id/wiki/index.php?pagename=TataTertibMilis

Kirim email ke