Re: [exim] exim4 needs CAP_SYS_RESOURCE?

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Michael Haardt
Ημερομηνία:  
Προς: exim-users
Αντικείμενο: Re: [exim] exim4 needs CAP_SYS_RESOURCE?
> > Does Apache start Exim with less than 1000 descriptors?
>
> How could I test this?


Don't start Exim, but a wrapper script, which outputs the limits
to a file and then starts Exim, like (untested):

#!/bin/sh

ulimit -a >>/tmp/ulimits
exec exim "$@"

Michael