aboutsummaryrefslogtreecommitdiff
path: root/mail/opendkim/files/opendkim-genkey
blob: f74c49bb85e99d1aa11120f7eb06cb16de39277d (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/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