On Thu, 26 Jun 2003 07:40:35 +0200 Martin Fahrendorf
<[EMAIL PROTECTED]> wrote:

> Am Mittwoch, 25. Juni 2003 16:49 schrieb Ralph Crongeyer:

> > smtpd_recipient_restrictions = permit_mynetworks, check_client_access,
> > hash:/etc/postfix/access, check_relay_domains

> Btw: does your smtpd_recipient_restrictions relay look like the list
> above? There should be a warning or an error in the logfiles (in
> /var/log/mail) about a mistyping. Normaly smtpd_recipient_restrictions
> should look like this (there is no comma between check_client_access and
> the hash table) :
> 
> smtpd_recipient_restrictions =
>         reject_unknown_recipient_domain
>         reject_unknown_sender_domain
>         reject_non_fqdn_sender
>         reject_non_fqdn_recipient
>         permit_mynetworks
>         check_client_access hash:/etc/postfix/access
>         reject_unauth_destination

No, both forms are OK -- though it's easier to make mistakes with the
comma separated list.  The "leading space" form is better IMO, cleaner
(then again, I prefer Python).  IIRC, don't put comments in the middle
though...


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com

Reply via email to