Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISPConfig
ISPConfig 3
Commits
73b93e58
Commit
73b93e58
authored
Jan 12, 2009
by
vogelor
Browse files
little flaw in configure maildrop
parent
b2b4a9e2
Changes
1
Hide whitespace changes
Inline
Side-by-side
install/lib/installer_base.lib.php
View file @
73b93e58
...
@@ -429,8 +429,8 @@ class installer_base {
...
@@ -429,8 +429,8 @@ class installer_base {
}
}
$configfile
=
$config_dir
.
'/master.cf'
;
$configfile
=
$config_dir
.
'/master.cf'
;
$content
=
rf
(
$configfile
);
$content
=
rf
(
$configfile
);
$content
=
str_replace
(
'
flags=DRhu user=vmail argv=/usr/bin/maildrop -d ${recipient}'
,
$content
=
str_replace
(
'flags=DRhu user=vmail argv=/usr/bin/maildrop -d ${recipient}'
,
'
flags=R user='
.
$cf
[
'vmail_username'
]
.
' argv=/usr/bin/maildrop -d ${recipient} ${extension} ${recipient} ${user} ${nexthop} ${sender}'
,
'flags=R user='
.
$cf
[
'vmail_username'
]
.
' argv=/usr/bin/maildrop -d ${recipient} ${extension} ${recipient} ${user} ${nexthop} ${sender}'
,
$content
);
$content
);
wf
(
$configfile
,
$content
);
wf
(
$configfile
,
$content
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment