Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F8322029
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
841 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 /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
Tue, May 13, 16:58 (1 d, 3 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2566461
Default Alt Text
get-dkim-key-table.sh (841 B)
Attached To
Mode
rOPS Nasqueron Operations
Attached
Detach File
Event Timeline
Log In to Comment