Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
Open sidebar
ISPConfig
ISPConfig 3
Commits
cfdb8f2e
Commit
cfdb8f2e
authored
Jan 20, 2017
by
Till Brehm
Browse files
Merge branch 'stable-3.1' into 'stable-3.1'
minor updates to postfix' amvis-service See merge request !510
parents
5516b5b4
deed341e
Changes
2
Hide whitespace changes
Inline
Side-by-side
install/lib/installer_base.lib.php
View file @
cfdb8f2e
...
...
@@ -1348,6 +1348,7 @@ class installer_base {
$add_amavis
=
!
$this
->
get_postfix_service
(
'amavis'
,
'unix'
);
$add_amavis_10025
=
!
$this
->
get_postfix_service
(
'127.0.0.1:10025'
,
'inet'
);
$add_amavis_10027
=
!
$this
->
get_postfix_service
(
'127.0.0.1:10027'
,
'inet'
);
//*TODO: check templates against existing postfix-services to make sure we use the template
if
(
$add_amavis
||
$add_amavis_10025
||
$add_amavis_10027
)
{
//* backup master.cf
...
...
install/tpl/master_cf_amavis.master
View file @
cfdb8f2e
...
...
@@ -2,4 +2,5 @@
amavis unix - - - - 2 smtp
-o smtp_data_done_timeout=1200
-o smtp_send_xforward_command=yes
-o smtp_bind_address=
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