On Fri, Oct 10, 2008 at 9:27 PM, Brian Evans - Postfix List
<[EMAIL PROTECTED]> wrote:
> Diego Liziero wrote:
>> # content filter loop back smtpd
>> localhost:10026 inet n - n - 20 smtpd
>>         -o smtpd_authorized_xforward_hosts=127.0.0.0/8
>>         -o smtpd_proxy_filter=
>>         -o content_filter=
>>         -o local_recipient_maps=
>>         -o smtpd_client_restrictions=
>>         -o smtpd_sender_restrictions= # <--
>>
>
> In-line comments are not supported in main.cf or master.cf.  Recommend
> removing # <-- if you really do have it there.

Really? I always had this doubt, but I was almost confident that they
were supported.

Fortunately I don't have it in my config.



> Diego Liziero wrote:
>> smtpd_sender_restrictions =
>>      check_client_access  pcre:/etc/postfix/pcre/antivirus

well I renamed "antivirus" into "filter" without changing the previous line.
both of them are referring to the same file.

>> filter:
>> /172\.16\.1\.1$/       skip_mailer_daemon
>> /./                     FILTER filtername:localhost:10025

Reply via email to