I got the same problem when I tried to serup an automatic disclaimer. I done everything as sugested on the wiki, but seems there are still problems. I'm using SuSE 10.0 and zcs-4.5.7.
Here's a fragment from my /opt/zimbra/postfix/conf/master.cf
127.0.0.1:10025 inet n - n - - smtpd
-o local_recipient_maps=
-o virtual_mailbox_maps=
-o virtual_alias_maps=
-o relay_recipient_maps=
-o smtpd_restriction_classes=
-o smtpd_delay_reject=no
-o smtpd_client_restrictions=permit_mynetworks,reject
-o smtpd_helo_restrictions=
-o smtpd_sender_restrictions=
-o smtpd_recipient_restrictions=permit_mynetworks,rej ect
-o mynetworks_style=host
-o mynetworks=127.0.0.0/8
-o strict_rfc821_envelopes=yes
-o smtpd_error_sleep_time=0
-o smtpd_soft_error_limit=1001
-o smtpd_hard_error_limit=1000
-o smtpd_client_connection_count_limit=0
-o smtpd_client_connection_rate_limit=0
-o receive_override_options=no_header_body_checks,no_ unknown_recipient_checks,no_address_mappings
-o content_filter=
# -o content_filter=dfil:
#dfilt unix - n n - - pipe
#flags=Rq user=filter argv=/opt/zimbra/postfix/conf/disclaimer -f ${sender} -- ${recipient}
with the commented lines, themail system works just fine. with them set up into place, the same error from the begining of this thread. |