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
Jozef Sroka
ISPConfig 3
Commits
174d56b7
Commit
174d56b7
authored
Oct 20, 2016
by
Till Brehm
Browse files
Fixed #4135 Mailman /var/lib/mailman/data/*-mailman empty after upgrade to 3.1-RC1
parent
887e8471
Changes
1
Hide whitespace changes
Inline
Side-by-side
install/lib/installer_base.lib.php
View file @
174d56b7
...
...
@@ -803,7 +803,7 @@ class installer_base {
}
//* Create aliasaes
exec
(
'/usr/lib/mailman/bin/genaliases 2>/dev/null'
);
if
(
$status
==
'install'
)
exec
(
'/usr/lib/mailman/bin/genaliases 2>/dev/null'
);
if
(
!
is_file
(
'/var/lib/mailman/data/transport-mailman'
))
touch
(
'/var/lib/mailman/data/transport-mailman'
);
exec
(
'/usr/sbin/postmap /var/lib/mailman/data/transport-mailman'
);
...
...
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