Hi all...

    I continue with slow delivery in my mail server. Like I told you,
the filters are working well, but the mail queue some times is big and
slow. 

    I have read http://wiki.apache.org/spamassassin/FasterPerformance
and I did some chages to try to get performance. This changes are:

-I installed a DNS server locally, in the same server. 
-I turned off DCC, Razor and Pyzor. 
-I set the bayes use to 0.

    Im calling amavis from postfix in main.cf :
content_filter=smtp-amavis:[127.0.0.1]:10024

    My master.cf:
#
==========================================================================
# service type  private unpriv  chroot  wakeup  maxproc command + args
#               (yes)   (yes)   (yes)   (never) (100)
#
==========================================================================
smtp      inet  n       -       n       -       -       smtpd
.
.
.
smtp-amavis unix - - n - 100 smtp
        -o smtp_data_done_timeout=1200
        -o smtp_send_xforward_command=yes
        -o disable_dns_lookups=yes

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_client_restrictions=
        -o smtpd_helo_restrictions=
        -o smtpd_sender_restrictions=
        -o smtpd_recipient_restrictions=permit_mynetworks,reject
        -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

and I have the same number of procs for amavisd:
$max_servers = 100;


     I dont know if I have something wrong in my conf files or I m
missing some confs. 

     the system continues slow...  yesterday I was doing some tests... I
sente 500 mail from my PC to the server just working with postfix (no
amavis) and the mails are delivery inmediatly, but when I enable the
amavisd, the mails keep in the queue for a while and slowly starts the
delivery which use somethig like 3 minutes.

      I feel that amavis works very well filtering... right now my
unique problem is the performance and the efficient processing of the
mail queue. 

      Any ideas or advices ?

     Thank you very much. 


On Fri, 2008-10-24 at 18:59 -0500, Luis Croker wrote:

> 
>     Hi.. thanks all for the answers.. I have enabled the most high
> debug level and I have figured out some rules that I modified and put
> the scro directly in local.cf and now Im filtering  very well the
> mails...
> 
>     So, now I have another issue...  My performance is not good.  Some
> times I have a lot of petitions and the mails goes to the mail queue
> and the delivery rate is slow... 
> 
>      How can I get a better delivery rate ? is there a variable for
> the active mail queue or somethig like that ?
> 
>      Thans.. regards. 
> 
> 
> On Fri, 2008-10-24 at 10:21 -0700, John Hardin wrote: 
> 
> > On Fri, 24 Oct 2008, Luis Croker wrote:
> > 
> > >   I have updated the SARE rules... how often should I update them ?
> > > Daily ?
> > 
> > SARE development has frozen while Real Life intrudes. The ninjas have said 
> > they will announce any updates on the list, when and if they occur, and 
> > will announce if regular maintenance resumes.
> > 
> > Grab what's on the website once, and watch the SA list.
> > 


Reply via email to