mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-14 10:37:39 -07:00
typo in add_fwd_only
This commit is contained in:
parent
f0c5a60849
commit
da2df337eb
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ if [ -e "/etc/exim4/exim4.conf.template" ]; then
|
|||
# Check if fwd_only flag
|
||||
check_flag=$(grep localuser_fwd_only $conf)
|
||||
if [ ! -z "$check_flag" ]; then
|
||||
sed -i "s%/exim/domains/%/exim4/domains/i%" $conf
|
||||
sed -i "s%/exim/domains/%/exim4/domains/%g" $conf
|
||||
else
|
||||
# Define new router
|
||||
fwd1='localuser_fwd_only:\n driver = accept\n transport = devnull\n'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue