Re: ulimit not working for changing daemon limits

2012-04-12 Thread Camaleón
On Wed, 11 Apr 2012 13:56:04 -0500, Matt Zagrabelny wrote: > On Wed, Apr 11, 2012 at 12:49 PM, Camaleón wrote: >> On Wed, 11 Apr 2012 11:04:19 -0500, Matt Zagrabelny wrote: >> >>> I am trying to increase the number of open files the sendmail daemon >>> may have. I have read that inserting a ulimi

Re: ulimit not working for changing daemon limits

2012-04-11 Thread Matt Zagrabelny
On Wed, Apr 11, 2012 at 12:49 PM, Camaleón wrote: > On Wed, 11 Apr 2012 11:04:19 -0500, Matt Zagrabelny wrote: > >> I am trying to increase the number of open files the sendmail daemon may >> have. I have read that inserting a ulimit command in the init script is >> the way to do this. > > (...) >

Re: ulimit not working for changing daemon limits

2012-04-11 Thread Camaleón
On Wed, 11 Apr 2012 11:04:19 -0500, Matt Zagrabelny wrote: > I am trying to increase the number of open files the sendmail daemon may > have. I have read that inserting a ulimit command in the init script is > the way to do this. (...) I can be wrong but I had understood ulimits (per user/daemo

ulimit not working for changing daemon limits

2012-04-11 Thread Matt Zagrabelny
Greetings, I am trying to increase the number of open files the sendmail daemon may have. I have read that inserting a ulimit command in the init script is the way to do this. I have adjusted the init script as so: # head -n 25 /etc/init.d/sendmail #!/bin/sh ### BEGIN INIT INFO # Provides: