cat /var/qmail/supervise/smtp/run
#!/bin/sh
QMAILDUID=`id -u vpopmail`
NOFILESGID=`id -g vpopmail`
MAXSMTPD=`cat /var/qmail/control/concurrencyincoming`
BLACKLIST=`cat /var/qmail/control/blacklists`
SMTPD="/var/qmail/bin/qmail-smtpd"
TCP_CDB="/etc/tcprules.d/tcp.smtp.cdb"
RBLSMTPD="/usr/bin/rblsmtpd"
HOSTNAME=`hostname`
VCHKPW="/home/vpopmail/bin/vchkpw"
REQUIRE_AUTH=0

exec /usr/bin/softlimit -m 450000000 \
     /usr/bin/tcpserver -v -R -H -l $HOSTNAME -x $TCP_CDB -c "$MAXSMTPD" \
     -u "$QMAILDUID" -g "$NOFILESGID" 0 smtp \
     $RBLSMTPD $BLACKLIST $SMTPD $VCHKPW /bin/true 2>&1


-----Original Message-----
From: news [mailto:n...@ger.gmane.org] On Behalf Of Eric Shubert
Sent: Saturday, September 26, 2009 12:38 AM
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] Re: quick question - Reg.

You'll have to check the list archives, possibly the wiki, for 
appropriate softlimit values for x86_64 machines. Unless someone with 
that arch can chime in here quickly.

Atul Paralikar wrote:
> When I say "locate lib.so.6" on my linux box and below are the results.
> 
> [r...@mail ~]# locate libc.so.6
> /lib/libc.so.6
> /lib/i686/nosegneg/libc.so.6
> /lib64/libc.so.6
> 
> Is there anything missing.....
> 
> I have increased the softlimt from 2000000 to 200000000. Below is the
> softlimit from :
> 
> [r...@mail ~]# cat /var/qmail/supervise/smtp/run 
> #!/bin/sh
> QMAILDUID=`id -u vpopmail`
> NOFILESGID=`id -g vpopmail`
> MAXSMTPD=`cat /var/qmail/control/concurrencyincoming`
> BLACKLIST=`cat /var/qmail/control/blacklists`
> SMTPD="/var/qmail/bin/qmail-smtpd"
> TCP_CDB="/etc/tcprules.d/tcp.smtp.cdb"
> RBLSMTPD="/usr/bin/rblsmtpd"
> HOSTNAME=`hostname`
> VCHKPW="/home/vpopmail/bin/vchkpw"
> REQUIRE_AUTH=0
> 
> exec /usr/bin/softlimit -m 200000000 \
>      /usr/bin/tcpserver -v -R -H -l $HOSTNAME -x $TCP_CDB -c "$MAXSMTPD" \
>      -u "$QMAILDUID" -g "$NOFILESGID" 0 smtp \
>      $RBLSMTPD $BLACKLIST $SMTPD $VCHKPW /bin/true 2>&1
> 
> 
> 
> 
> -----Original Message-----
> From: news [mailto:n...@ger.gmane.org] On Behalf Of Eric Shubert
> Sent: Saturday, September 26, 2009 12:13 AM
> To: qmailtoaster-list@qmailtoaster.com
> Subject: Re: [qmailtoaster] Re: quick question - Reg.
> 
> Sorry, here was Jake's suggestion:
> You are either missing the libc libraries or do not have the softlimit 
> set high enough for the smtp process.
> 
> Atul Paralikar wrote:
>> Jake, can you suggest?
>>
>> -----Original Message-----
>> From: news [mailto:n...@ger.gmane.org] On Behalf Of Eric Shubert
>> Sent: Friday, September 25, 2009 11:02 PM
>> To: qmailtoaster-list@qmailtoaster.com
>> Subject: Re: [qmailtoaster] Re: quick question - Reg.
>>
>> I'd try Jake's suggestions first. I think they're spot on.
>>
>> Atul Paralikar wrote:
>>> Any alternative? How do I get the server back to normal?
>>>
>>> Regards,
>>> Atul Paralikar
>>>
>>> -----Original Message-----
>>> From: news [mailto:n...@ger.gmane.org] On Behalf Of Eric Shubert
>>> Sent: Friday, September 25, 2009 10:39 PM
>>> To: qmailtoaster-list@qmailtoaster.com
>>> Subject: Re: [qmailtoaster] Re: quick question - Reg.
>>>
>>> You shouldn't need to recompile any more. Simply add 
>>> ,CHKUSER_ALLOW_SENDER_CHAR_3="/"
>>> to the appropriate line(s) in /etc/tcprules.d/tcp.smtp, then
>>> # qmailctl cdb
>>> I guess it's a little late for that now. :(
>>>
>>> Jake Vickers wrote:
>>>> Atul Paralikar wrote:
>>>>> Jake,
>>>>>
>>>>> I think I have broken the SMTP server while I tried to recompile the 
>>>>> CHKUSR
>>>>> module for allowing mails from Blackberry users.
>>>>>
>>>>> I followed your Video on building the Qmail-toaster from src for this.
>>>>>
>>>>> My SMTP Server logs says "error while loading shared libraries: 
>>>>> libc.so.6:".
>>>>> Now no mails are getting delivered or accepted by the SA server. Do 
>>>>> you know
>>>>> any resolution for this?
>>>>>
>>>>> Regards,
>>>>> Atul Paralikar
>>>>>   
>>
> 
> 


-- 
-Eric 'shubes'


----------------------------------------------------------------------------
-----
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: qmailtoaster-list-unsubscr...@qmailtoaster.com
     For additional commands, e-mail:
qmailtoaster-list-h...@qmailtoaster.com




---------------------------------------------------------------------------------
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: qmailtoaster-list-unsubscr...@qmailtoaster.com
     For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com


Reply via email to