how to restrict user for local mail ??

nilesh vaghela nileshj.vaghela at gmail.com
Fri Jun 2 11:57:33 UTC 2006


Is there anything for "sendmail".

I am sure it should be.

Nilesh

On 6/2/06, BERES Laszlo <beres.laszlo at sys-admin.hu> wrote:
>
> nilesh vaghela írta:
>
> > How can I restrict a user for sending mail to the local domain only.??
>
> If you use Postfix, try this:
>
> http://www.postfix.org/RESTRICTION_CLASS_README.html
>
> /etc/postfix/main.cf:
>     smtpd_recipient_restrictions =
>         check_sender_access hash:/etc/postfix/restricted_senders
>         ...other stuff...
>
>     smtpd_restriction_classes = local_only
>     local_only =
>         check_recipient_access hash:/etc/postfix/local_domains, reject
>
> /etc/postfix/restricted_senders:
>     foo at domain      local_only
>     bar at domain      local_only
>
> /etc/postfix/local_domains:
>     this.domain     OK      matches this.domain and subdomains
>     that.domain     OK      matches that.domain and subdomains
>
> --
>
> BÉRES László           RHCE
> senior IT engineer, trainer
>
> --
> redhat-list mailing list
> unsubscribe mailto:redhat-list-request at redhat.com?subject=unsubscribe
> https://www.redhat.com/mailman/listinfo/redhat-list
>



-- 
Nilesh Vaghela


More information about the redhat-list mailing list