/usr/share/doc/checkpw/examples/run-multipw 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 10 11 12 13 | #!/bin/sh
# WARNING: This file was auto-generated. Do not edit!
export DASH="-"
exec 2>&1
exec tcpserver -DRHv -llocalhost 0 110 \
softlimit -m 3000000 \
/var/qmail/bin/qmail-popup `cat /var/qmail/control/me` \
/usr/bin/checkpw \
/usr/bin/loginlog \
sh -c '
if [ -n "$EXT" ]; then dashext="$DASH""$EXT"; fi
exec /var/qmail/bin/qmail-pop3d Maildir"$dashext"
'
|