mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
openDMARC: remove quotation marks from setup script (#2291)
This commit is contained in:
parent
917f0f6a9c
commit
e436968655
|
@ -148,8 +148,8 @@ function _setup_dmarc_hostname
|
|||
{
|
||||
_notify 'task' 'Setting up dmarc'
|
||||
sed -i -e \
|
||||
"s|^AuthservID.*$|AuthservID '${HOSTNAME}'|g" \
|
||||
-e "s|^TrustedAuthservIDs.*$|TrustedAuthservIDs '${HOSTNAME}'|g" \
|
||||
"s|^AuthservID.*$|AuthservID ${HOSTNAME}|g" \
|
||||
-e "s|^TrustedAuthservIDs.*$|TrustedAuthservIDs ${HOSTNAME}|g" \
|
||||
/etc/opendmarc.conf
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue