Hello list , 

I'm having problems with qmail-scanner + spamassasin + uvscan running in
a FreeBSD 5.0 machine .
my qmail-smtpd script is:

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


QMAILDUID=`id -u qmaild`
NOFILESGID=`id -g qmaild`
MAXSMTPD=`cat /var/qmail/control/concurrencyincoming`
LOCAL=`head -1 /var/qmail/control/me`

exec /usr/local/bin/softlimit -m 200000 \
/usr/local/bin/tcpserver -v -R -l "$LOCAL" -x /etc/tcp.smtp.cdb -c
"$MAXSMTPD" \
        -u "$QMAILDUID" -g "$NOFILESGID" 0 26 /var/qmail/bin/qmail-smtpd
2>&1

and when i try to send a message i have this messages on
qmail-smtpd/current log:

@400000003f55e10510450424 /usr/libexec/ld-elf.so.1: /usr/lib/libc.so.5:
mmap of entire address space failed: Cannot allocate memory
@400000003f55e1390cf7fc04 /usr/libexec/ld-elf.so.1: /usr/lib/libc.so.5:
mmap of bss failed: Cannot allocate memory

if anybody can help me i will be thankfull

Thanks for all .

-- 
Rodrigo Vaz - [EMAIL PROTECTED]
           Computeasy Informatica 
        -=[ Analista FreeBSD UNIX ]=-
         "FreeBSD the power to serve"



-------------------------------------------------------
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