mirror of
https://github.com/tomav/docker-mailserver
synced 2025-08-31 06:15:28 +00:00
openDMARC: remove quotation marks from setup script (#2291)
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user