Hi to all on the list,

hope this won't be too much a mess to troubleshoot...
we are using amavisd on two computers, one with postfix and the other with 
amavisd/ClamAV/SA

First is 10.0.0.2 with postfix deamons on 25 and 1025 with content_filter 
on, 10025 with content_filter off

Second is 10.0.0.3 with amavisd on 10024. notify & forward method to 
10.0.0.2:10026

Excerpts from master.cf
=======snip=======
smtp      inet  n       -       n       -       -       smtpd
        -o content_filter=smtp-amavis:[10.0.0.3]:10024
        -o receive_override_options=no_address_mappings
1025      inet  n       -       n       -       -       smtpd
        -o content_filter=smtp-amavis:[10.0.0.3]:10024
        -o receive_override_options=no_address_mappings
=======snip=======
smtp-amavis unix -       -       n       -       2       smtp
        -o smtp_data_done_timeout=1200
        -o smtp_send_xforward_command=yes
        -o disable_dns_lookups=yes
        -o max_use=20
10.0.0.2:10026 inet n       -       n       -       -       smtpd
        -o content_filter=
        -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,reject
        -o smtpd_data_restrictions=reject_unauth_pipelining
        -o smtpd_end_of_data_restrictions=
        -o smtpd_restriction_classes=
        -o mynetworks=127.0.0.0/8,10.0.0.0/8
        -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
        -o local_header_rewrite_clients=
=======snip=======

Excerpts from amavisd.conf
=======snip=======
@inet_acl = qw(127.0.0.0/8 [::1] 10.0.0.0/8);
$inet_socket_bind = undef;
$inet_socket_port = 10024;   # listen on this local TCP port(s)
=======snip=======
$notify_method  = 'smtp:[10.0.0.2]:10026';
$forward_method = 'smtp:[10.0.0.2]:10026';  # set to undef with milter!
=======snip=======

Here is the problem I seem to have. The spams which are above cutoff are 
discarded successfully but the ones which are supposed to be good are not 
forwarded to the first server.

Here is the log I get
=======snip=======
Aug 26 20:26:59 releve amavis[953]: (00953-16) discarding unprocessed reply: 
220 mail.mydomain.net ESMTP Postfix
Aug 26 20:26:59 releve amavis[953]: (00953-16) discarding unprocessed reply: 
221 Bye
Aug 26 20:26:59 releve amavis[953]: (00953-16) (!)FWD via SMTP: 
<[EMAIL PROTECTED]> -> <[EMAIL PROTECTED]>, 451 4.5.0 From 
MTA([10.0.0.2]:10026) during fwd-connect (Negative greeting:  at (eval 40) 
line 442, <GEN7> line 2739.): id=00953-16
Aug 26 20:26:59 releve amavis[953]: (00953-16) Blocked MTA-BLOCKED, 
[142.169.1.152] [75.152.52.170] <[EMAIL PROTECTED]> -> 
<[EMAIL PROTECTED]>, Message-ID: 
<[EMAIL PROTECTED]>, mail_id: 
VIakew8s7r5z, Hits: -0.242, size: 1195, 39466 ms
=======snip=======

If you need other infos, please let me know and I'll send it
Thanks in advance
Pascal

_________________________________________________________________
À faire rêver : des endroits célèbres à voir 
http://search.live.com/images/results.aspx?q=Endroits+c%C3%A9l%C3%A8bres++&mkt=fr-ca&FORM=SERNEP


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
AMaViS-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/

Reply via email to