Cannot Determine Host's Domain Name So Skipping Default Key Generation
13.12.2020 admin
Permalink
- Cannot Determine Host's Domain Name So Skipping Default Key Generation Video
- Cannot Determine Host's Domain Name So Skipping Default Key Generation Youtube
Dismiss Join GitHub today. GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together. Dec 18, 2017 Capture the network traces and verify the request (ap-req) principal name in the NULL call with the principal names in the key tab file. Both the principals should be the same. If both are not the same, add the proper principal in KDC and generate the new key tab files for the filer and retry the Kerberos mount as per the procedure. Shortcut key to open step generator in qtp.
Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together. Amazon generator v8 activation key.
Sign upBranch:master
Find file Copy path
Cannot Determine Host's Domain Name So Skipping Default Key Generation Video
Fetching contributors…
#!/bin/bash |
# Create default keys for the OpenDKIM Milter. |
# source function library |
#. /etc/rc.d/init.d/functions |
# Some functions to make the below more readable |
prog=opendkim |
KEYGEN=${exec_prefix}/sbin/$prog-genkey |
DKIM_SELECTOR=default |
DKIM_KEYDIR=${prefix}/etc/$prog/keys |
# Make some colors |
red='033[1;31m' |
green='033[1;32m' |
NC='033[0m'# No Color |
# Pull in sysconfig settings (will override previously set functions) |
[ -f${prefix}/etc/sysconfig/$prog ] &&.${prefix}/etc/sysconfig/$prog |
do_dkim_keygen() { |
if [ !-s$DKIM_KEYDIR/$DKIM_SELECTOR.private ];then |
echo -n $'Generating default DKIM keys: ' |
if [ 'x`hostname --domain`'='x' ];then |
echo |
echo -e '${red}Cannot determine host's domain name, so skipping default key generation.${NC}' |
else |
mkdir -p $DKIM_KEYDIR |
$KEYGEN -D $DKIM_KEYDIR -s $DKIM_SELECTOR -d `hostname --domain` |
chown -R root:$prog$DKIM_KEYDIR |
chmod 640 $DKIM_KEYDIR/$DKIM_SELECTOR.private |
chmod 644 $DKIM_KEYDIR/$DKIM_SELECTOR.txt |
echo |
echo -e '${green}Default DKIM keys for `hostname --domain` created in $DKIM_KEYDIR.${NC}' |
fi |
else |
echo -e '${red}Default DKIM keys already exist!${NC}' |
fi |
} |
# Create keys |
do_dkim_keygen |
Cannot Determine Host's Domain Name So Skipping Default Key Generation Youtube
Copy lines Copy permalink