Re: [exim] exim4 needs CAP_SYS_RESOURCE?
Català
Dansk
Deutsch
Ελληνικά
English
Español
suomi
Français
Galego
magyar
Italiano
日本語
Nederlands
Polski
Português
Português Brasileiro
Este mensaje es parte del siguiente hilo:
El árbol completo de hilos, ordenados por fecha
Marc Schiffbauer, mensaje del
2004-09-15 10:28
Marc Schiffbauer, mensaje del
2004-09-15 11:48
Autor:
Michael Haardt
Fecha:
2004-09-15 10:49
UTC
A:
exim-users
Asunto:
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