packages/mail/opendkim/files/opendkim-genkey
2018-10-18 16:56:47 +08:00

12 lines
291 B
Bash

#!/bin/sh
if [ -x /usr/bin/perl ]; then
/usr/sbin/opendkim-genkey.pl
else
echo ""
echo "Perl is required for running this script. Install Perl or run"
echo "this script on another computer that has Perl with File::Basename"
echo "and Getopt::Long modules installed."
echo ""
fi