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 f0c5a60 commit da2df33Copy full SHA for da2df33
upd/add_fwd_only.sh
@@ -27,7 +27,7 @@ if [ -e "/etc/exim4/exim4.conf.template" ]; then
27
# Check if fwd_only flag
28
check_flag=$(grep localuser_fwd_only $conf)
29
if [ ! -z "$check_flag" ]; then
30
- sed -i "s%/exim/domains/%/exim4/domains/i%" $conf
+ sed -i "s%/exim/domains/%/exim4/domains/%g" $conf
31
else
32
# Define new router
33
fwd1='localuser_fwd_only:\n driver = accept\n transport = devnull\n'
0 commit comments