If that is what intend, you need to see my files, my server has 8 GB of ram.
[ Space_p0:root ] cat /var/qmail/supervise/imap4/run
#!/bin/sh
HOSTNAME=`hostname --fqdn`
rm -rf ./env/*;
cat /etc/courier/imapd | /usr/bin/envconv
exec /usr/bin/envdir ./env/ \
/usr/bin/softlimit -m 48000000 \
/usr/bin/tcpserver -v -R -H -l $HOSTNAME 0 143 \
/usr/sbin/imaplogin \
/usr/bin/imapd Maildir 2>&1
[ Space_p0:root ] cat /var/qmail/supervise/smtp/run
#!/bin/sh
QMAILDUID=`id -u vpopmail`
NOFILESGID=`id -g vpopmail`
MAXSMTPD=`cat /var/qmail/control/concurrencyincoming`
SMTPD="/var/qmail/bin/qmail-smtpd"
TCP_CDB="/etc/tcprules.d/tcp.smtp.cdb"
HOSTNAME=`hostname`
VCHKPW="/home/vpopmail/bin/vchkpw"
REQUIRE_AUTH=0
QMAILQUEUE="/var/qmail/bin/simscan"
NOP0CHECK=1
export QMAILQUEUE NOP0CHECK
exec /usr/bin/softlimit -m 64000000 \
/usr/bin/tcpserver -v -R -H -l $HOSTNAME -x $TCP_CDB -c "$MAXSMTPD" \
-u "$QMAILDUID" -g "$NOFILESGID" 0 smtp /var/qmail/bin/spamdyke -f
/var/qmail/control/spamdyke.conf \
$SMTPD $VCHKPW /bin/true 2>&1
[ Space_p0:root ] cat /var/qmail/supervise/pop3/run
#!/bin/sh
PASSPROG="/home/vpopmail/bin/vchkpw"
HOSTNAME=`hostname --fqdn`
exec /usr/bin/softlimit -m 48000000 \
/usr/bin/tcpserver -v -R -c 200 0 110 \
/var/qmail/bin/qmail-popup $HOSTNAME \
$PASSPROG /var/qmail/bin/qmail-pop3d Maildir 2>&1
> Have a look here:
> http://www.mail-archive.com/[email protected]/msg00535.html
>
> It relates to imap4 specifically but you should raise all of the
> softlimits anyhow (pop, smtp, imap4). The 64bit OS needs a bit more room
> to work.
>
>> Good morning, Friends, I have the server qmailtoaster 64bist systems
>> Censtos with version 5.3, I installed this server recetimente, I'm
>> having
>> some problems where some users will connect via pop3, this generates the
>> error below, how should I precede that event by helping favor.
>>
>> Task 'pop.server.com.br - Receiving' reported an error (0x800CCC92):
>> 'The
>> mail server rejected your login. Check the username and password in the
>> properties of your account. Under 'Tools,' click 'Email Accounts'. The
>> server responded: /home/Vpopmail/bin/vchkpw: error while loading shared
>> libraries: libnsl.so.1: failed to map segment from shared object: Can
>> not
>> allocate memory '
>>
>>
>>
>> ---------------------------------------------------------------------------------
>> Qmailtoaster is sponsored by Vickers Consulting Group
>> (www.vickersconsulting.com)
>> Vickers Consulting Group offers Qmailtoaster support and
>> installations.
>> If you need professional help with your setup, contact them today!
>> ---------------------------------------------------------------------------------
>> Please visit qmailtoaster.com for the latest news, updates, and
>> packages.
>>
>> To unsubscribe, e-mail:
>> [email protected]
>> For additional commands, e-mail:
>> [email protected]
>>
>>
>>
>
>
>
> ---------------------------------------------------------------------------------
> Qmailtoaster is sponsored by Vickers Consulting Group
> (www.vickersconsulting.com)
> Vickers Consulting Group offers Qmailtoaster support and
> installations.
> If you need professional help with your setup, contact them today!
> ---------------------------------------------------------------------------------
> Please visit qmailtoaster.com for the latest news, updates, and
> packages.
>
> To unsubscribe, e-mail:
> [email protected]
> For additional commands, e-mail:
> [email protected]
>
>
>
---------------------------------------------------------------------------------
Qmailtoaster is sponsored by Vickers Consulting Group
(www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and installations.
If you need professional help with your setup, contact them today!
---------------------------------------------------------------------------------
Please visit qmailtoaster.com for the latest news, updates, and packages.
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]