Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F24682889
get-dkim-key-table.sh
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
859 B
Referenced Files
None
Subscribers
None
get-dkim-key-table.sh
View Options
#!/bin/sh
# -------------------------------------------------------------
# Nasqueron mail services
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Project: Nasqueron
# Created: 2017-01-14
# License: Trivial work, not eligible to copyright
# Source file: roles/mailserver/dkim/files/bin/get-dkim-key-table.sh
# -------------------------------------------------------------
#
# <auto-generated>
# This file is managed by our rOPS SaltStack repository.
#
# Changes to this file may cause incorrect behavior
# and will be lost if the state is redeployed.
# </auto-generated>
for
d in /usr/local/etc/opendkim/keys/*
do
DOMAIN
=
$(
basename
"
$d
"
)
for
f in
"
$d
"
/*.private
do
SELECTOR
=
$(
basename
"
$f
"
.private
)
echo
"
$SELECTOR
._domainkey.
$DOMAIN
$DOMAIN
:
$SELECTOR
:
$f
"
done
done
File Metadata
Details
Attached
Mime Type
text/x-shellscript
Expires
Sat, Mar 7, 02:03 (23 h, 29 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3500352
Default Alt Text
get-dkim-key-table.sh (859 B)
Attached To
Mode
rOPS Nasqueron Operations
Attached
Detach File
Event Timeline
Log In to Comment