I don't believe those matter since they are for imapd running as a
service, rather than running via tcpservers. Gotta use the tcpservers
configuration changes for things to work.

Erik

On 2/13/07, Philip Nix Guru <[EMAIL PROTECTED]> wrote:
Hello Erik
How are you ?
Sure
If I wanna change MAXDAEMONS  or MAXPERIP

Default Values :
##NAME: MAXDAEMONS:0
#
#  Maximum number of IMAP servers started
#
MAXDAEMONS=40

#  Maximum number of connections to accept from the same IP address
MAXPERIP=4


used this way when started -maxprocs=$MAXDAEMONS -maxperip=$MAXPERIP

If I wanna modify those 2 values I usually edit the imapd file, the one
passed through the starting script and creating the value names in the
env dir
cat /etc/courier/imapd | /usr/bin/envconv
exec /usr/bin/envdir ./env/ \

But changing MAXDAEMONS or MAXPERIP and restarting imap4
creates the new names with teh new values but those arent passed through ..

How would you set MAXPERIP  to your desired value ?

Erik A. Espinoza wrote:
> Hey Philip,
>
> Could you clarify what you're asking or saying?
>
> Erik
>
> On 2/13/07, Philip Nix Guru <[EMAIL PROTECTED]> wrote:
>> Hello
>> I ll get more attention now than when every1 is  waking up :)
>>
>> /var/qmail/supervise/imap4/run :
>> -- cut here --
>> cat /etc/courier/imapd | /usr/bin/envconv
>> exec /usr/bin/envdir ./env/ \
>> --- cut here ---
>>
>> That creates an env dir with a bunch of configuration variables
>> like MAXDAEMONS  MAXPERIP  MAILDIRPATH  TCPDOPTS ... taken from the
>> /etc/courier/imapd  file
>> According to courier's doc you can control its behavior by changing diff
>> values in that file /etc/courier/imapd (on toaster)
>>
>> It doenst really reflect any changes you can do in that file, mainly for
>> MAXDAEMONS  (not authdaemon that's different and set to 15 on toaster)
>> or MAXPERIP
>> The MAXDAEMONS can be over ruled with the tcpserver -c flag but about
>> MAXPERIP which can lead into problems if you have users connecting
>> through a proxy or a firewall or nat ...
>>
>> I didnt see any ref in the spec file ...
>> Cheers
>> -P
>>
>>
>>
>>
>>
>> ---------------------------------------------------------------------
>>      QmailToaster hosted by: VR Hosted <http://www.vr.org>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
>
> ---------------------------------------------------------------------
>     QmailToaster hosted by: VR Hosted <http://www.vr.org>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


---------------------------------------------------------------------
     QmailToaster hosted by: VR Hosted <http://www.vr.org>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
    QmailToaster hosted by: VR Hosted <http://www.vr.org>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to