Re: [AMaViS-user] Amavis Spam Modul kill Connection of postfix

2005-12-28 Thread Mark Martinec
Michael,

 This is the amavis log file. I don't find the problem.
 https://mail.lug-wt.de/amavis.log

It doesn't tell much, except that you only have one virus
scanner and even that one is listed in a secondary (backup) list.
That by itself is not a problem, although eventually you would
probably want to install and enable clamd or some other daemonized
virus scanner.

Increase the $log_level (to 5) or run: amavisd debug
and watch the log until the problem with spam scanning occurs.
If the problem is within SA, running  # amavisd debug-sa
could also be useful.

  Mark


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
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/


Re: [AMaViS-user] Amavis Spam Modul kill Connection of postfix

2005-12-27 Thread [EMAIL PROTECTED]

Matthias Keller schrieb:


[EMAIL PROTECTED] wrote:


##
Hi, i have trouble with my amavis, it block every message that comes
from postfix.

first with:
@bypass_spam_checks_maps  = (1);  # uncomment to DISABLE anti-spam code

kempf-server postmaster # telnet localhost 10024
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
220 [127.0.0.1] ESMTP amavisd-new service ready
helo mail.kempf-server.com
250 [127.0.0.1]
mail from: [EMAIL PROTECTED]
250 2.1.0 Sender [EMAIL PROTECTED] OK
rcpt to: [EMAIL PROTECTED]
250 2.1.5 Recipient [EMAIL PROTECTED] OK
data
354 End data with CRLF.CRLF
Subject: Hello

Hello
.
250 2.6.0 Ok, id=09101-04, from MTA([127.0.0.1]:10025): \
250 Ok: queued as 10F1A3F802C



now the error if with:
# @bypass_spam_checks_maps  = (1);  # uncomment to DISABLE anti-spam 
code


kempf-server postmaster # telnet localhost 10024
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
220 [127.0.0.1] ESMTP amavisd-new service ready
helo mail.kempf-server.com
250 [127.0.0.1]
mail from: [EMAIL PROTECTED]
250 2.1.0 Sender [EMAIL PROTECTED] OK
rcpt to: [EMAIL PROTECTED]
250 2.1.5 Recipient [EMAIL PROTECTED] OK
data
354 End data with CRLF.CRLF
Subject: Hello

Hello
.
Connection closed by foreign host.



All mails that coming from postfix stay still in the queue and
are not going to delivered.

kempf-server postmaster # postqueue -p
-Queue ID- --Size-- Arrival Time -Sender/Recipient---
E48893F802A 1521 Mon Dec 26 20:41:27  [EMAIL PROTECTED]
(connect to 127.0.0.1[127.0.0.1]: Connection
refused)
[EMAIL PROTECTED]

-- 1 Kbytes in 1 Request.


I hope Somebody can help me.
 


A look in your amavisd.log would probably be _very_ helpful...

Matt


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log 
files

for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
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/


This is the amavis log file. I don't find the problem.

https://mail.lug-wt.de/amavis.log

Greets Michael



---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
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/


[AMaViS-user] Amavis Spam Modul kill Connection of postfix

2005-12-26 Thread matrix
##
Hi, i have trouble with my amavis, it block every message that comes
from postfix.

first with:
@bypass_spam_checks_maps  = (1);  # uncomment to DISABLE anti-spam code

kempf-server postmaster # telnet localhost 10024
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
220 [127.0.0.1] ESMTP amavisd-new service ready
helo mail.kempf-server.com
250 [127.0.0.1]
mail from: [EMAIL PROTECTED]
250 2.1.0 Sender [EMAIL PROTECTED] OK
rcpt to: [EMAIL PROTECTED]
250 2.1.5 Recipient [EMAIL PROTECTED] OK
data
354 End data with CRLF.CRLF
Subject: Hello

Hello
.
250 2.6.0 Ok, id=09101-04, from MTA([127.0.0.1]:10025): \
 250 Ok: queued as 10F1A3F802C



now the error if with:
# @bypass_spam_checks_maps  = (1);  # uncomment to DISABLE anti-spam code

kempf-server postmaster # telnet localhost 10024
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
220 [127.0.0.1] ESMTP amavisd-new service ready
helo mail.kempf-server.com
250 [127.0.0.1]
mail from: [EMAIL PROTECTED]
250 2.1.0 Sender [EMAIL PROTECTED] OK
rcpt to: [EMAIL PROTECTED]
250 2.1.5 Recipient [EMAIL PROTECTED] OK
data
354 End data with CRLF.CRLF
Subject: Hello

Hello
.
Connection closed by foreign host.



All mails that coming from postfix stay still in the queue and
are not going to delivered.

kempf-server postmaster # postqueue -p
-Queue ID- --Size-- Arrival Time -Sender/Recipient---
E48893F802A 1521 Mon Dec 26 20:41:27  [EMAIL PROTECTED]
 (connect to 127.0.0.1[127.0.0.1]: Connection
refused)
 [EMAIL PROTECTED]

-- 1 Kbytes in 1 Request.


I hope Somebody can help me.

Greets, and Merry Cristmas.

Michael





---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_idv37alloc_id865op=click
___
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/


Re: [AMaViS-user] Amavis Spam Modul kill Connection of postfix

2005-12-26 Thread Matthias Keller

[EMAIL PROTECTED] wrote:


##
Hi, i have trouble with my amavis, it block every message that comes
from postfix.

first with:
@bypass_spam_checks_maps  = (1);  # uncomment to DISABLE anti-spam code

kempf-server postmaster # telnet localhost 10024
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
220 [127.0.0.1] ESMTP amavisd-new service ready
helo mail.kempf-server.com
250 [127.0.0.1]
mail from: [EMAIL PROTECTED]
250 2.1.0 Sender [EMAIL PROTECTED] OK
rcpt to: [EMAIL PROTECTED]
250 2.1.5 Recipient [EMAIL PROTECTED] OK
data
354 End data with CRLF.CRLF
Subject: Hello

Hello
.
250 2.6.0 Ok, id=09101-04, from MTA([127.0.0.1]:10025): \
250 Ok: queued as 10F1A3F802C



now the error if with:
# @bypass_spam_checks_maps  = (1);  # uncomment to DISABLE anti-spam code

kempf-server postmaster # telnet localhost 10024
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
220 [127.0.0.1] ESMTP amavisd-new service ready
helo mail.kempf-server.com
250 [127.0.0.1]
mail from: [EMAIL PROTECTED]
250 2.1.0 Sender [EMAIL PROTECTED] OK
rcpt to: [EMAIL PROTECTED]
250 2.1.5 Recipient [EMAIL PROTECTED] OK
data
354 End data with CRLF.CRLF
Subject: Hello

Hello
.
Connection closed by foreign host.



All mails that coming from postfix stay still in the queue and
are not going to delivered.

kempf-server postmaster # postqueue -p
-Queue ID- --Size-- Arrival Time -Sender/Recipient---
E48893F802A 1521 Mon Dec 26 20:41:27  [EMAIL PROTECTED]
(connect to 127.0.0.1[127.0.0.1]: Connection
refused)
[EMAIL PROTECTED]

-- 1 Kbytes in 1 Request.


I hope Somebody can help me.
 


A look in your amavisd.log would probably be _very_ helpful...

Matt


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
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/