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
lolo888
ISPConfig 3
Commits
1d7941fb
Commit
1d7941fb
authored
Jan 28, 2010
by
tbrehm
Browse files
Fixed: FS#1048 - PHP error by SVN update with Dovecot
parent
95ed0d3c
Changes
1
Hide whitespace changes
Inline
Side-by-side
install/lib/installer_base.lib.php
View file @
1d7941fb
...
...
@@ -669,7 +669,7 @@ class installer_base {
$content
=
rf
(
$conf
[
"postfix"
][
"config_dir"
]
.
'/master.cf'
);
// Only add the content if we had not addded it before
if
(
!
stristr
(
$content
,
"dovecot/deliver"
))
{
$deliver_content
=
"
dovecot unix - n n - - pipe
\n
flags=DRhu user=vmail:vmail argv=/usr/lib/dovecot/deliver -f ${sender} -d ${user}@${nexthop}
"
;
$deliver_content
=
'
dovecot unix - n n - - pipe
'
.
"
\n
"
.
'
flags=DRhu user=vmail:vmail argv=/usr/lib/dovecot/deliver -f ${sender} -d ${user}@${nexthop}
'
;
af
(
$conf
[
"postfix"
][
"config_dir"
]
.
'/master.cf'
,
$deliver_content
);
}
unset
(
$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