Thank a lot for the reply !!!

there are no error in logs .. except for this


Apr 14 13:07:16 efw-1208180961 postfix/master[14690]: daemon started
-- version 2.3.3, configuration /etc/postfix
Apr 14 13:08:32 efw-1208180961 postfix/smtpd[14767]: warning: cannot
get certificate from file /etc/httpd/server.crt
Apr 14 13:08:32 efw-1208180961 postfix/smtpd[14767]: warning: TLS
library problem: 14767:error:02001002:system library:fopen:No such
file or directory:bss_file.c:259:fopen('/etc/httpd/server.crt','r'):
Apr 14 13:08:32 efw-1208180961 postfix/smtpd[14767]: warning: TLS
library problem: 14767:error:20074002:BIO routines:FILE_CTRL:system
lib:bss_file.c:261:
Apr 14 13:08:32 efw-1208180961 postfix/smtpd[14767]: warning: TLS
library problem: 14767:error:140DC002:SSL
routines:SSL_CTX_use_certificate_chain_file:system lib:ssl_rsa.c:758:
Apr 14 13:08:32 efw-1208180961 postfix/smtpd[14767]: cannot load RSA
certificate and key data



But I think is nothing to do with the problem of delivery.


I found that when a mail is marked as "Passed SPAM" the time indicated
in the line is about 15000ms ( 15s) is this the time taken for the
spam check ??? 15s !!!


see that ..


Apr 14 13:11:36 antispam postfix/smtpd[12840]: 260CF5B804C:
client=localhost[127.0.0.1]
Apr 14 13:11:36 antispam postfix/cleanup[12799]: 260CF5B804C:
message-id=<[EMAIL PROTECTED]>
Apr 14 13:11:36 antispam postfix/qmgr[11813]: 260CF5B804C:
from=<[EMAIL PROTECTED]>, size=3598, nrcpt=1 (queue active)
Apr 14 13:11:36 antispam amavis[11745]: (11745-02-5) Passed SPAM,
[84.2.196.175] [84.2.196.175] <[EMAIL PROTECTED]> ->
<[EMAIL PROTECTED]>, quarantine: spam-5a-SOD2UANpG.gz, Message-ID:
<[EMAIL PROTECTED]>, mail_id: 5a-SOD2UANpG, Hits:
10.596, size: 2417, queued_as: 260CF5B804C, 14783 ms
Apr 14 13:11:36 antispam postfix/smtp[12800]: 9FF6A5B800A:
to=<[EMAIL PROTECTED]>, relay=127.0.0.1[127.0.0.1]:10024, conn_use=5,
delay=182, delays=111/56/0/15, dsn=2.0.0, status=sent (250 2.0.0 Ok:
queued as 260CF5B804C)
Apr 14 13:11:36 antispam postfix/qmgr[11813]: 9FF6A5B800A: removed
Apr 14 13:11:36 antispam postfix/smtp[12841]: 260CF5B804C:
to=<[EMAIL PROTECTED]>, relay=192.168.0.23[192.168.0.23]:25,
delay=0.09, delays=0.01/0/0/0.08, dsn=2.6.0, status=sent (250 2.6.0
<[EMAIL PROTECTED]> Queued mail for delivery)
Apr 14 13:11:36 antispam postfix/qmgr[11813]: 260CF5B804C: removed





Apr 14 13:11:51 antispam postfix/smtpd[12840]: BAE565B8051:
client=localhost[127.0.0.1]
Apr 14 13:11:51 antispam postfix/cleanup[12831]: BAE565B8051:
message-id=<[EMAIL PROTECTED]>
Apr 14 13:11:51 antispam postfix/qmgr[11813]: BAE565B8051:
from=<[EMAIL PROTECTED]>, size=3287, nrcpt=1 (queue active)
Apr 14 13:11:51 antispam amavis[11745]: (11745-02-6) Passed SPAM,
[91.90.22.50] [91.90.22.50] <[EMAIL PROTECTED]> ->
<[EMAIL PROTECTED]>, quarantine: spam-a0HOkD6qJ2CB.gz, Message-ID:
<[EMAIL PROTECTED]>, mail_id: a0HOkD6qJ2CB, Hits:
8.322, size: 2413, queued_as: BAE565B8051, 15618 ms
Apr 14 13:11:51 antispam postfix/smtp[12800]: 257FE5B8013:
to=<[EMAIL PROTECTED]>, relay=127.0.0.1[127.0.0.1]:10024, conn_use=6,
delay=187, delays=100/71/0/16, dsn=2.0.0, status=sent (250 2.0.0 Ok:
queued as BAE565B8051)
Apr 14 13:11:51 antispam postfix/qmgr[11813]: 257FE5B8013: removed
Apr 14 13:11:51 antispam postfix/smtp[12841]: BAE565B8051:
to=<[EMAIL PROTECTED]>, relay=192.168.0.23[192.168.0.23]:25,
delay=0.1, delays=0.03/0/0/0.07, dsn=2.6.0, status=sent (250 2.6.0
<[EMAIL PROTECTED]> Queued mail for delivery)
Apr 14 13:11:51 antispam postfix/qmgr[11813]: BAE565B8051: removed






I'm wondering why is taking 15s for spam check ???

this is my  amavisd.endian.conf


$final_virus_destiny = D_DISCARD;
$final_banned_destiny = D_BOUNCE;
$final_spam_destiny = D_PASS;
$final_bad_header_destiny = D_PASS;
$mydomain = 'xxxx.org.ar';
$X_HEADER_TAG = 'X-Virus-Scanned';
$X_HEADER_LINE = 'by Endian Firewall';
$spam_quarantine_to = '[EMAIL PROTECTED]';
$virus_quarantine_to = 'virus-quarantine';
$banned_quarantine_to = '';
$sa_tag_level_deflt  = 4.0;
$sa_tag2_level_deflt = 6.3;
$sa_kill_level_deflt = 6.3;
$sa_dsn_cutoff_level = 10;
$sa_spam_subject_tag = '***SPAM***';
$log_level = 0;
read_l10n_templates('en_US', '/etc/amavis');

push(@bypass_virus_checks_acl, '.');
push(@bypass_spam_checks_acl, '.');

$spam_admin = '[EMAIL PROTECTED]';

$max_servers  =  20;
$max_requests = 20;




Thanks a lot in advance !!!!





On Thu, Apr 17, 2008 at 8:03 AM, Jaroslaw Zdrzalek <[EMAIL PROTECTED]> wrote:
> hi,
>
>  ----- "cinthya aranguren" <[EMAIL PROTECTED]> schrieb:
>
>
>  > yes , absolutely .. I set the ip of the MS exchange server ... and I
>  > can connect from the endiand host to this ip ...but the mails don't
>  > go
>  > out !!!  even if I flush the queue. The mails only go out when I
>  > deselect the option "Spamcheck is enabled" and flush the queue.
>  >
>  > I don't know what is happening here ... :-(
>
>  You should check for errors in SMTP Proxy logs (WebIf or /var/log/maillog)
>  Maybe amavis is not running or similar.
>
>
>
>  >
>  > Cinthya.
>  >
>  > On Wed, Apr 16, 2008 at 1:17 PM, Glen Davis
>  > <[EMAIL PROTECTED]> wrote:
>  > > cinthya aranguren <[EMAIL PROTECTED]> writes:
>  > >
>  > >  >
>  > >  > This is exactly the case.
>  > >  >
>  > >  > internet ---> endian firewall ---> MS Exchange.
>  > >  >
>  > >
>  > >  PROXY tab > SMTP > DOMAINS.  Did you enter the domain name and IP
>  > address of
>  > >  your Exchange server?
>  > >
>  > >  Glen
>  > >
>  > >
>  > >
>  > -------------------------------------------------------------------------
>  > >  This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
>  > >  Don't miss this year's exciting event. There's still time to save
>  > $100.
>  > >  Use priority code J8TL2D2.
>  > >
>  > 
> http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
>  > >  _______________________________________________
>  > >  Efw-user mailing list
>  > >  [email protected]
>  > >  https://lists.sourceforge.net/lists/listinfo/efw-user
>  > >
>  >
>  > -------------------------------------------------------------------------
>  > This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
>  > Don't miss this year's exciting event. There's still time to save
>  > $100.
>  > Use priority code J8TL2D2.
>  > 
> http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
>  > _______________________________________________
>  > Efw-user mailing list
>  > [email protected]
>  > https://lists.sourceforge.net/lists/listinfo/efw-user
>
>  -------------------------------------------------------------------------
>  This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
>  Don't miss this year's exciting event. There's still time to save $100.
>  Use priority code J8TL2D2.
>  
> http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
>  _______________________________________________
>  Efw-user mailing list
>  [email protected]
>  https://lists.sourceforge.net/lists/listinfo/efw-user
>

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Efw-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/efw-user

Reply via email to