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
798c41ad
Commit
798c41ad
authored
Nov 15, 2015
by
Florian Schaal
Browse files
once more....
parent
063932b0
Changes
1
Hide whitespace changes
Inline
Side-by-side
server/plugins-available/postfix_server_plugin.inc.php
View file @
798c41ad
...
...
@@ -162,8 +162,8 @@ class postfix_server_plugin {
}
if
(
$app
->
system
->
is_installed
(
'dovecot'
))
{
$temp
=
exec
(
"postconf -n virtual_transport"
,
$out
);
if
(
$mail_config
[
"mailbox_virtual_uidgid_maps"
]
==
'y'
)
{
$temp
=
exec
(
"postconf -n virtual_transport"
,
$out
);
// If dovecot switch to lmtp
if
(
$out
[
0
]
!=
"virtual_transport = lmtp:unix:private/dovecot-lmtp"
)
{
exec
(
"postconf -e 'virtual_transport = lmtp:unix:private/dovecot-lmtp'"
);
...
...
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