Hy, i have installed qmail1.03 and qmail-scanner 1.12.

I have this problem. I am newbie and i speak english just a little.

Here my /etc/rc.d/qmail scripts

#!/bin/sh
PATH=/var/qmail/bin:/usr/local/bin:/usr/bin:/bin
export PATH

case "$1" in
start)
        echo -n "starting qmail: svscan"
        softlimit -m 6000000 env - PATH="$PATH" svscan /service &
        echo $! > /var/run/svscan.pid
        echo "."
        echo -n "starting pop3 server: qmail-pop3d"
        env - PATH="$PATH" \
        softlimit -a 5120000 tcpserver -H -R 0 pop3 \
        /var/qmail/bin/qmail-popup `hostname -f`  \
        /home/vpopmail/bin/vchkpw /var/qmail/bin/qmail-pop3d Maildir &
        echo $! > /var/run/qmail-pop3d.pid
        echo "."

ecc ecc. I have insert the softlimit is it correct?

Here my /service/qmail-smtpd/run

#!/bin/sh
QMAILDUID=`id -u qmaild`
NOFILESGID=`id -g qmaild`
exec /usr/local/bin/softlimit -m 6000000 \
/usr/local/bin/tcpserver -v -p -x /etc/tcp.smtp.cdb \
-u $QMAILDUID -g $NOFILESGID 0 smtp /var/qmail/bin/qmail-smtpd 2>&1

When i try tu send an e-mail i see in my
/var/log/qmail/qmail-smtpd/current.log this message

@400000003d36fcd914030624 tcpserver: pid 27184 from 192.168.0.18
@400000003d36fcd914cc2284 tcpserver: ok 27184
r5.iridesistemi.com:192.168.0.18:2
5 r5.iridesistemi.com:192.168.0.18::39154
@400000003d36fcd92189693c X-Qmail-Scanner-1.12:[r5102701383940827185] cannot
ope
n  /var/spool/qmailscan/quarantine-attachments - Cannot allocate memory
@400000003d36fcdc18b80e6c tcpserver: end 27184 status 256
@400000003d36fcdc18b821f4 tcpserver: status: 0/40


What i have do of incorrect. There is someone that can help me.

Best regards

Marco
(Italy)



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Qmail-scanner-general mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general

Reply via email to