packages/mail/msmtp-scripts/files
Daniel F. Dickinson 3c15d410a9 msmtp-scripts: Make conn_test default nc
On OpenWrt nc (netcat) connectivity test makes more sense than
ping because a) for non-root users ping is not permitted, and
b) nc is a default binary included with OpenWrt.
We do, however, have to change the upstream default from using
`nc -vz` to `printf "<http head request>"|nc` (with openwrt
nc if text is sent then nc closes after a response and fails
if no connection is made; the response is already thrown away
(to /dev/null) by the existing code).

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
2019-08-27 06:54:56 -04:00
..
msmtpq-ng-mta.init msmtp-scripts: Overhaul and update like upstream 2019-08-08 21:50:09 -04:00
msmtpq-ng-mta.rc msmtp-scripts: Make conn_test default nc 2019-08-27 06:54:56 -04:00
msmtpq-ng.rc msmtp-scripts: Make conn_test default nc 2019-08-27 06:54:56 -04:00