Skip to content

Commit deed341

Browse files
committed
minor updates to postfix' amvis-service
1 parent a25a150 commit deed341

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

install/lib/installer_base.lib.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1348,6 +1348,7 @@ public function configure_amavis() {
13481348
$add_amavis = !$this->get_postfix_service('amavis','unix');
13491349
$add_amavis_10025 = !$this->get_postfix_service('127.0.0.1:10025','inet');
13501350
$add_amavis_10027 = !$this->get_postfix_service('127.0.0.1:10027','inet');
1351+
//*TODO: check templates against existing postfix-services to make sure we use the template
13511352

13521353
if ($add_amavis || $add_amavis_10025 || $add_amavis_10027) {
13531354
//* backup master.cf

install/tpl/master_cf_amavis.master

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
amavis unix - - - - 2 smtp
33
-o smtp_data_done_timeout=1200
44
-o smtp_send_xforward_command=yes
5+
-o smtp_bind_address=
56

0 commit comments

Comments
 (0)