We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fc9c3e commit 00f248fCopy full SHA for 00f248f
func/domain.sh
@@ -602,7 +602,7 @@ add_webmail_config() {
602
603
cat $MAILTPL/$1/$WEB_BACKEND/$2 | \
604
sed -e "s|%ip%|$local_ip|g" \
605
- -e "s|%domain%|$domain|g" \
+ -e "s|%domain%|$WEBMAIL_ALIAS.$domain|g" \
606
-e "s|%domain_idn%|$domain_idn|g" \
607
-e "s|%alias%|${aliases//,/ }|g" \
608
-e "s|%alias_idn%|${aliases_idn//,/ }|g" \
0 commit comments