mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-06-02 18:15:08 +02:00
…
|
||
---|---|---|
.. | ||
APKBUILD | ||
LICENSE | ||
README.alpine | ||
sh.c |
PHP launches sendmail via system(), which in turn uses “/bin/sh -c” internally. /var/lib/mini-sendmail/sh is a wrapper that supports being called with “-c command” to launch sendmail. https://knzl.de/setting-up-a-chroot-for-php/