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
482
Issues
482
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
ae3cf84b
Commit
ae3cf84b
authored
Feb 01, 2014
by
Florian Schaal
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed minor issues
parent
44ae080a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
install/lib/installer_base.lib.php
install/lib/installer_base.lib.php
+5
-5
No files found.
install/lib/installer_base.lib.php
View file @
ae3cf84b
...
...
@@ -669,11 +669,11 @@ class installer_base {
//* postfix-dkim
$full_file_name
=
$config_dir
.
'/tag_as_originating.re'
;
if
(
is_file
(
$full_file_name
))
copy
(
$full_file_name
,
$
$
full_file_name
.
'~'
);
if
(
is_file
(
$full_file_name
))
copy
(
$full_file_name
,
$full_file_name
.
'~'
);
wf
(
$full_file_name
,
'/^/ FILTER amavis:[127.0.0.1]:10026'
);
$full_file_name
=
$config_dir
.
'/tag_as_foreign.re'
;
if
(
is_file
(
$full_file_name
))
copy
(
$full_file_name
,
$
$
full_file_name
.
'~'
);
if
(
is_file
(
$full_file_name
))
copy
(
$full_file_name
,
$full_file_name
.
'~'
);
wf
(
$full_file_name
,
'/^/ FILTER amavis:[127.0.0.1]:10024'
);
//* Changing mode and group of the new created config files.
...
...
@@ -1048,13 +1048,13 @@ class installer_base {
}
if
(
!
stristr
(
$content
,
'127.0.0.1:10025'
))
{
unset
(
$content
);
$content
=
rfsel
(
$conf
[
'ispconfig_install_dir'
]
.
'/server/conf-custom/install/master_cf_amavis.master'
,
'tpl/master_cf_amavis10025.master'
);
$content
=
rfsel
(
$conf
[
'ispconfig_install_dir'
]
.
'/server/conf-custom/install/master_cf_amavis
10025
.master'
,
'tpl/master_cf_amavis10025.master'
);
af
(
$conf
[
'postfix'
][
'config_dir'
]
.
'/master.cf'
,
$content
);
$content
=
rf
(
$conf
[
'postfix'
][
'config_dir'
]
.
'/master.cf'
);
$content
=
rf
(
$conf
[
'postfix'
][
'config_dir'
]
.
'/master.cf'
);
}
if
(
!
stristr
(
$content
,
'127.0.0.1:10027'
))
{
unset
(
$content
);
$content
=
rfsel
(
$conf
[
'ispconfig_install_dir'
]
.
'/server/conf-custom/install/master_cf_amavis.master'
,
'tpl/master_cf_amavis10027.master'
);
$content
=
rfsel
(
$conf
[
'ispconfig_install_dir'
]
.
'/server/conf-custom/install/master_cf_amavis
10027
.master'
,
'tpl/master_cf_amavis10027.master'
);
af
(
$conf
[
'postfix'
][
'config_dir'
]
.
'/master.cf'
,
$content
);
}
unset
(
$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