You've already forked docker-mailserver
mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-10 23:12:02 +02: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'
|
_notify 'task' 'Setting up dmarc'
|
||||||
sed -i -e \
|
sed -i -e \
|
||||||
"s|^AuthservID.*$|AuthservID '${HOSTNAME}'|g" \
|
"s|^AuthservID.*$|AuthservID ${HOSTNAME}|g" \
|
||||||
-e "s|^TrustedAuthservIDs.*$|TrustedAuthservIDs '${HOSTNAME}'|g" \
|
-e "s|^TrustedAuthservIDs.*$|TrustedAuthservIDs ${HOSTNAME}|g" \
|
||||||
/etc/opendmarc.conf
|
/etc/opendmarc.conf
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user