Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
ISPConfig 3
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
486
Issues
486
List
Boards
Labels
Service Desk
Milestones
Merge Requests
23
Merge Requests
23
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ISPConfig
ISPConfig 3
Commits
ac28b53f
Commit
ac28b53f
authored
Sep 22, 2011
by
tbrehm
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed message from installer.
parent
4be8f776
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
7 deletions
+2
-7
install/lib/installer_base.lib.php
install/lib/installer_base.lib.php
+2
-7
No files found.
install/lib/installer_base.lib.php
View file @
ac28b53f
...
...
@@ -123,7 +123,7 @@ class installer_base {
if
(
is_installed
(
'courierlogger'
))
$conf
[
'courier'
][
'installed'
]
=
true
;
if
(
is_installed
(
'dovecot'
))
$conf
[
'dovecot'
][
'installed'
]
=
true
;
if
(
is_installed
(
'saslauthd'
))
$conf
[
'saslauthd'
][
'installed'
]
=
true
;
if
(
is_installed
(
'amavisd-new'
))
$conf
[
'amavis'
][
'installed'
]
=
true
;
if
(
is_installed
(
'amavisd-new'
)
||
is_installed
(
'amavisd'
)
)
$conf
[
'amavis'
][
'installed'
]
=
true
;
if
(
is_installed
(
'clamdscan'
))
$conf
[
'clamav'
][
'installed'
]
=
true
;
if
(
is_installed
(
'pure-ftpd'
)
||
is_installed
(
'pure-ftpd-wrapper'
))
$conf
[
'pureftpd'
][
'installed'
]
=
true
;
if
(
is_installed
(
'mydns'
)
||
is_installed
(
'mydns-ng'
))
$conf
[
'mydns'
][
'installed'
]
=
true
;
...
...
@@ -924,12 +924,7 @@ class installer_base {
$postconf_commands
=
array
();
// Check for amavisd -> pure webserver with postfix for mailing without antispam
// Check for different names
system
(
'which amavisd-new'
,
$retval
);
// Debian, Ubuntu, ?
if
(
$retval
!==
0
){
system
(
'which amavisd'
,
$retval
);
// CentOS
}
if
(
$retval
===
0
)
{
if
(
$conf
[
'amavis'
][
'installed'
])
{
$postconf_commands
[]
=
'content_filter = amavis:[127.0.0.1]:10024'
;
$postconf_commands
[]
=
'receive_override_options = no_address_mappings'
;
}
...
...
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