Thanks for the reply Eric, that was quick!
Smtp logs this:
@40000000481a6504112f8364 tcpserver: pid 7772 from <MY-DESKTOP-IP>
@40000000481a6504112f8b34 tcpserver: ok 7772
qmailserver.example.com:<server-ip>:25 :<MY-DESKTOP-IP>::25380
@40000000481a650420c9c6a4 tcpserver: status: 11/100
@40000000481a650421d03e0c CHKUSER relaying rcpt: from
<[EMAIL PROTECTED]:[EMAIL PROTECTED]:> remote
<desktop:unknown:desktop-ip> rcpt <[EMAIL PROTECTED]> : client
allowed to relay
@40000000481a650503bfb974 qmail-smtpd: qq soft reject (mail server
temporarily rejected message (#4.3.0)):
MAILFROM:<[EMAIL PROTECTED]> RCPTTO:[EMAIL PROTECTED]
@40000000481a650503e1dfa4 tcpserver: end 7772 status 0
Nothing comes up in spamd log. I wonder why.
Moreover I tried to run the simscan binary and i got this:
$ /var/qmail/bin/simscan
Segmentation fault
I'm puzzled...
Pablo
Eric Shubert escribió:
What are the corresponding smtp and spamd log messages when the message is
rejected?
Pablo Zavalia wrote:
I've upgraded my clam clamav-toaster-0.92-1.3.16 which was working fine
for the new released version clamav-toaster-0.93-1.3.18. Installation
went ok, the package manager reported that it was installed fine.
The thing es that mail is not being accepted, here's is an example of an
smtp transaction:
<- 220 qmailserver.example.com - SMTP Server ESMTP
-> EHLO sender.example.com
<- 250-hostname.example.com - SMTP Server
<- 250-STARTTLS
<- 250-PIPELINING
<- 250-8BITMIME
<- 250-SIZE 20971520
<- 250 AUTH LOGIN PLAIN CRAM-MD5
-> AUTH CRAM-MD5
<- 334 ( CRAM MD5 auth )
-> (more auth)
<- 235 ok, go ahead (#2.0.0)
-> MAIL FROM:<[EMAIL PROTECTED]>
<- 250 ok
-> RCPT TO:<[EMAIL PROTECTED]>
<- 250 ok
-> DATA
<- 354 go ahead
-> Date: Thu, 01 May 2008 20:47:10 -0400
-> Subject: test Thu, 01 May 2008 20:47:10 -0400
->
-> This is a test mailing
->
-> .
<** 451 mail server temporarily rejected message (#4.3.0)
-> QUIT
<- 221 qmailserver.example.com - SMTP Server
This stopped working after the upgrade, my tcp.smtp is:
127.:allow,RELAYCLIENT="",DKSIGN="/var/qmail/control/domainkeys/%/private",RBLSMTPD="",NOP0FCHECK="1"
:allow,BADMIMETYPE="",RBLSMTPD="",SENDER_NOCHECK="1",BADLOADERTYPE="M",CHKUSER_RCPTLIMIT="50",CHKUSER_WRONGRCPTLIMIT="10",QMAILQUEUE="/var/qmail/bin/simscan",DKSIGN="/var/qmail/control/domainkeys/%/private",NOP0FCHECK="1"
When I remove the QMAILQUEUE=".." part and do a qmailctl cdb, the mail
starts being accepted. The only problem is that AV and Spam are not
being processed.
I am running a regular qmail-toaster with Fedora Core 6 arch i686
The server is now working, but with no scanning, i'd appreciate any
suggestions that you may have to fix this.
Thanks in advance
Pablo Zavalia
Ariel escribió:
steps taken
1 - qmailctl stop
2 - rpmbuild package clamv*****
3 - rpm -e clamav-toaster-0.92.1-1.3.17 --nodeps
4 - rpm -i clamav-toaster-0.93-1.3.18.i386.rpm
works OK