You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

11 lines
291 B

#!/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