-
Bug
-
Resolution: Done
-
Blocker
-
5.0.0.Final
-
None
The mta-cli script attempts to set the soft ulimit 100000 which is a problem for MAC Users.
A workaround is to edit the mta-cli.sh script and change line 34
from
WE_NEED=100000
to
WE_NEED=10000