home
·
contact
·
privacy
projects
/
config
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b76dbf0
)
Further improve opendkim setup script user friendliness.
author
Christian Heller
<c.heller@plomlompom.de>
Fri, 9 Oct 2015 13:22:14 +0000
(15:22 +0200)
committer
Christian Heller
<c.heller@plomlompom.de>
Fri, 9 Oct 2015 13:22:14 +0000
(15:22 +0200)
setup_opendkim.sh
patch
|
blob
|
history
diff --git
a/setup_opendkim.sh
b/setup_opendkim.sh
index b8058e5d380f747553651930232249029f06248a..ce1e3d5a4790871297064ddcb1a470c4bc4f6d5f 100755
(executable)
--- a/
setup_opendkim.sh
+++ b/
setup_opendkim.sh
@@
-31,7
+31,8
@@
if [ ! -n "$file" ]; then
set +x
echo
echo 'Generated key file at '$selector'.private.'
- echo 'APPLY the content of '$selector'.txt below to your DNS record.'
+ echo 'Also generated '$selector'.txt, APPLY its content below to your DNS' \
+ 'record.'
echo 'AFTER the waiting time for DNS propagation RERUN this script with' \
'the key file as SECOND parameter (still use selector as first one).'
echo