Dear Alastair,

Thank you very much for your help!

I tried SIMSCAN_DEBUG=2 in my qmail init script and the logs said the lines I'm 
sending
below.
When I installed simscan I used --disable-ripmime because clamav can scan mail 
messages,
but It seems that I must install ripmime anyway???
I'll test simscan with ripmime and after that I'll post another message telling 
how
everything goes.

Best regards,

Agust?n

Dec  8 13:08:14 maria qmail: 1102522094.088880 simscan: pelookup: called with
[EMAIL PROTECTED]
Dec  8 13:08:14 maria qmail: 1102522094.088906 simscan: pelookup: domain is
maderonet.net.ar
Dec  8 13:08:14 maria qmail: 1102522094.088919 simscan: cdb looking up 
maderonet.net.ar
Dec  8 13:08:14 maria qmail: 1102522094.088931 simscan: pelookup: local part is 
agustin
Dec  8 13:08:14 maria qmail: 1102522094.088944 simscan: cdb looking up
[EMAIL PROTECTED]
Dec  8 13:08:14 maria qmail: 1102522094.088957 simscan: pelookup: called with
[EMAIL PROTECTED]
Dec  8 13:08:14 maria qmail: 1102522094.088969 simscan: pelookup: domain is
maderonet.net.ar
Dec  8 13:08:14 maria qmail: 1102522094.088982 simscan: cdb looking up 
maderonet.net.ar
Dec  8 13:08:14 maria qmail: 1102522094.088994 simscan: pelookup: local part is 
agustin
Dec  8 13:08:14 maria qmail: 1102522094.089007 simscan: cdb looking up
[EMAIL PROTECTED]
Dec  8 13:08:14 maria qmail: 1102522094.089676 simscan: ripmime error
Dec  8 13:08:14 maria qmail: 1102522094.089699 simscan: exit error code: 71
Dec  8 13:08:14 maria qmail: 1102522094.089838 1036 > 451 mail server 
temporarily rejected
message (#4.3.0)?



----- Original Message ----- 
From: "Alastair Battrick" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, December 08, 2004 11:46 AM
Subject: Re: [vchkpw] 451 mail server temporarily rejected message (#4.3.0)


> Agust?n Ciciliani wrote:
> > I think it isn't the spamassassin because I've tried simscan without it (as 
> > it
recommends
> > in http://qmailwiki.inter7.com/index.php?title=Simscan/Guide for the first 
> > try) but I
got
> > the same error...
>
> Agustn
>
> Did you try using SIMSCAN_DEBUG=2 ?
>
> Make your SMTPd startup file to be something like this:
> ---------------
> #!/bin/sh
>
> SIMSCAN_DEBUG=2
> export SIMSCAN_DEBUG
>
> QMAILQUEUE="/var/qmail/bin/simscan"
> export QMAILQUEUE
>
> QMAILDUID=`id -u vpopmail`
> NOFILESGID=`id -g vpopmail`
> MAXSMTPD=`cat /var/qmail/control/concurrencyincoming`
> LOCAL=`head -1 /var/qmail/control/me`
>
> exec /usr/local/bin/softlimit -m 20971520 \
>      /usr/local/bin/tcpserver -v -R -l "$LOCAL" -x
> /home/vpopmail/etc/tcp.smtp.cdb -c "$MAXSMTPD" \
>          -u "$QMAILDUID" -g "$NOFILESGID" 0 smtp
> /var/qmail/bin/qmail-smtpd /home/vpopmail/bin/vchkpw /bin/tru
> e 2>&1
> ---------------
>
> Then restart qmail-smtpd and look in the qmail-smtpd log, or maybe the
> maillog, one or the other
> -- 
> Cheers
> Alastair Battrick
> www.battrick.org
>
>

Reply via email to