Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
ISPConfig 3
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Bas van Beek
ISPConfig 3
Commits
c12031be
Commit
c12031be
authored
Jul 09, 2015
by
Florian Schaal
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed flags for dovecot.unix
parent
bd5d2654
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
install/dist/lib/fedora.lib.php
install/dist/lib/fedora.lib.php
+1
-1
install/dist/lib/gentoo.lib.php
install/dist/lib/gentoo.lib.php
+1
-1
No files found.
install/dist/lib/fedora.lib.php
View file @
c12031be
...
...
@@ -368,7 +368,7 @@ class installer_dist extends installer_base {
}
//* Configure master.cf and add a line for deliver
$content
=
rf
(
$conf
[
"postfix"
][
"config_dir"
]
.
'/master.cf'
);
$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
exec
/dovecot/deliver -f ${sender} -d ${user}@${nexthop}'
;
af
(
$conf
[
"postfix"
][
"config_dir"
]
.
'/master.cf'
,
$deliver_content
);
unset
(
$content
);
unset
(
$deliver_content
);
...
...
install/dist/lib/gentoo.lib.php
View file @
c12031be
...
...
@@ -289,7 +289,7 @@ class installer extends installer_base
}
//* Configure master.cf and add a line for deliver
$content
=
rf
(
$conf
[
"postfix"
][
"config_dir"
]
.
'/master.cf'
);
$deliver_content
=
'dovecot unix - n n - - pipe'
.
"
\n
"
.
' flags=DR
hu user=vmail:vmail argv=/usr/lib
/dovecot/deliver -f ${sender} -d ${user}@${nexthop}'
;
$deliver_content
=
'dovecot unix - n n - - pipe'
.
"
\n
"
.
' flags=DR
Ohu user=vmail:vmail argv=/usr/libexec
/dovecot/deliver -f ${sender} -d ${user}@${nexthop}'
;
af
(
$conf
[
$config_dir
.
'/master.cf'
,
$deliver_content
);
unset
(
$content
);
unset
(
$deliver_content
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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