> please don't top-post. > > If you're using clamav-milter postfix will reject the mail with a > milter-reject: log entry and no DSN is sent. > > So, what are you really doing? > http://www.postfix.org/DEBUG_README.html#mail > > > -- Noel Jones >
sorry about the posting style. I have the line "OnInfected Reject" in my mailter.conf postconf -n: alias_maps = hash:/etc/aliases allow_min_user = yes broken_sasl_auth_clients = yes command_directory = /usr/sbin config_directory = /etc/postfix daemon_directory = /usr/lib/postfix data_directory = /var/lib/postfix defer_transports = disable_dns_lookups = no html_directory = no mail_owner = postfix mail_spool_directory = /var/mail mailbox_size_limit = 102400000 mailq_path = /usr/bin/mailq manpage_directory = /usr/local/man masquerade_classes = envelope_sender, header_sender, header_recipient masquerade_domains = masquerade_exceptions = root message_size_limit = 102400000 milter_default_action = accept mydestination = $myhostname, localhost.$mydomain myhostname = <HOSTNAME> mynetworks = 192.168.0.0/16, 127.0.0.0/8 newaliases_path = /usr/bin/newaliases non_smtpd_milters = inet:192.168.10.250:7357 queue_directory = /var/spool/postfix readme_directory = /usr/share/doc/packages/postfix/README_FILES relayhost = 192.168.30.11 relocated_maps = hash:/etc/postfix/relocated sample_directory = /etc/postfix sendmail_path = /usr/sbin/sendmail setgid_group = postdrop smtpd_client_restrictions = smtpd_helo_required = no smtpd_helo_restrictions = smtpd_milters = inet:192.168.10.250:7357 smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination smtpd_sasl_auth_enable = yes smtpd_sasl_authenticated_header = yes smtpd_sasl_path = smtpd smtpd_sender_restrictions = hash:/etc/postfix/access smtpd_tls_security_level = may strict_rfc821_envelopes = no transport_maps = hash:/etc/postfix/transport, ldap:/etc/postfix/transport_recipients unknown_local_recipient_reject_code = 550 When a virus is found postfix sends a message like the one I posted earlier. Is this not a DSN generated by postfix? I'm confused...