/usr/share/doc/checkpw/examples/run-both is in checkpw 1.02-1.1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 | #!/bin/sh
# WARNING: This file was auto-generated. Do not edit!
exec 2>&1
exec tcpserver -DRHv -llocalhost 0 110 \
softlimit -m 3000000 \
/var/qmail/bin/qmail-popup `cat /var/qmail/control/me` \
/usr/bin/selectcheckpw \
/usr/bin/loginlog \
/var/qmail/bin/qmail-pop3d Maildir
|