Hi, my configuration is:

----main.cf----

myorigin = $myhostname
mydomain = mydomain.com
myhostname = mail.mydomain.com
mynetworks = 127.0.0.0/8, 192.168.1.0/16
smtpd_sasl_security_options = noanonymous
smtpd_sasl_local_domain = $myhostname
broken_sasl_auth_clients = yes
smtpd_recipient_restrictions = permit_sasl_authenticated, 
reject_unauth_destination,
                        reject_rbl_client list.dsbl.org,
                        reject_rbl_client sbl-xbl.spamhaus.org,
                        reject_rbl_client cbl.abuseat.org,
                        reject_rbl_client bl.spamcop.net
relay_domains = $mydestination
smtpd_sasl_auth_enable = yes
virtual_alias_domains = domain1.com domain2.org
virtual_alias_maps = hash:/etc/postfix/virtual
smtpd_sender_restrictions =
      check_sender_access hash:/etc/postfix/access
mailbox_size_limit = 0
message_size_limit = 0
content_filter = smtp-amavis:[127.0.0.1]:10024

----master.cf----

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

127.0.0.1:10025 inet n  -     n     -     -  smtpd
    -o content_filter=
    -o local_recipient_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,reject
    -o smtpd_data_restrictions=reject_unauth_pipelining
    -o smtpd_end_of_data_restrictions=
    -o mynetworks=127.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

..pheraps I have done a few errors in configuration files ?
Thanks in advance.

------

   Salvatore.



----- Original Message ----- 
From: "Daniel Luttermann" <dan...@dlutt.de>
To: "Sasa" <s...@shoponweb.it>
Cc: <amavis-user@lists.sourceforge.net>
Sent: Monday, April 20, 2009 8:44 PM
Subject: Re: [AMaViS-user] mails not controlled (passed or blocked)


Sasa wrote:

> in amavisd.conf (also in amavisd.conf-maia) I have this value:

> $sa_tag_level_deflt  = -999;
> $sa_tag2_level_deflt = 5.0;
> $sa_kill_level_deflt = 5.0;
> $sa_dsn_cutoff_level = 10;

> ..also on another mail server I have the same parameter and all mails are
> contolled.
> can I send another another information for to detect my problem ?

OK, tag levels are OK but when I look at your logfile again I don't
see that the message gets through amavisd.

Have you configured amavis as content filter in main.cf for global
filtering or do you use "per recipient filtering"?

Can you post your master.cf / main.cf?

You could also try to increase the log level in amavisd and use
verbose logging in postfix.

amavisd.conf
============
$log_level = 5;

master.cf
=========
smtp      inet  n       -       n       -       -       smtpd -v

Perhaps the verbose logging helps to find the problem.

-- 
Daniel Luttermann 


------------------------------------------------------------------------------
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
_______________________________________________
AMaViS-user mailing list
AMaViS-user@lists.sourceforge.net 
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