Sasa wrote:

> ----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

please remove list.dsbl.org from recipient restrictions because this
list does no longer exists (see: http://dsbl.org/)

Then you could remove sbl-xbl.spamhaus.org and cbl.abuseat.org and
use zen.spamhaus.org instead. See: http://www.spamhaus.org/zen/

Zen contains the sbl-xbl and abuseat data and also the "PBL".

> smtpd_sender_restrictions =
>       check_sender_access hash:/etc/postfix/access

Content of this file? Do you control here which users can send /
receive / filter mails or do you use some "generic" checks here?

Do you've set @local_domains_maps in amavisd.conf to match your local
domains (as defined in $mydestination or virtual_alias_domains)?

After these changes please increase the log level to check if the
mails gets through amavisd.

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

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

-- 
Daniel



------------------------------------------------------------------------------
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