It was a softlimit problem
...
/exec /usr/local/bin/softlimit -m 2000000 \
/usr/local/bin/tcpserver -v -R -l "$LOCAL" -x /etc/tcp.smtp.cdb -c
"$MAXSMTPD" \
-u "$QMAILDUID" -g "$NOFILESGID" 0 smtp /var/qmail/bin/qmail-smtpd
2>&1
...
after changing from 2000000 to 20000000 (one zero added)
the problem solved.
It is qmail-ldap installation on solaris 9.
Thanks
GL
----- Original Message -----
From: "Claudio Jeker" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, October 15, 2004 3:39 PM
Subject: Re: qmail-smtpd fails
> On Fri, Oct 15, 2004 at 02:12:11PM +0300, George Lekatsas wrote:
> > Hello,
> >
> > after installing qmail with the latest qmail-ldap patch i receie the
following error:
> >
> >
> > ld.so.1: /var/qmail/bin/qmail-smtpd: fatal: /dev/zero: mmap anon failed:
Not enough space
> >
> >
>
> Probably a ulimit/limit problem.
>
> --
> :wq Claudio