Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
Open sidebar
ISPConfig
ISPConfig 3
Commits
44dadea8
Commit
44dadea8
authored
Mar 05, 2009
by
tbrehm
Browse files
No commit message
No commit message
parent
ae10cf9d
Changes
1
Hide whitespace changes
Inline
Side-by-side
install/dist/lib/opensuse.lib.php
View file @
44dadea8
...
...
@@ -159,7 +159,7 @@ class installer_dist extends installer_base {
}
$configfile
=
$config_dir
.
'/master.cf'
;
$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/
local/
bin/maildrop -d ${recipient}'
,
' flags=R user='
.
$cf
[
'vmail_username'
]
.
' argv=/usr/bin/maildrop -d ${recipient} ${extension} ${recipient} ${user} ${nexthop} ${sender}'
,
$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