Skip to content

Commit a7382a3

Browse files
committed
Merge branch 'develop' of git.ispconfig.org:ispconfig/ispconfig3 into develop
2 parents 81f8237 + 509a4aa commit a7382a3

19 files changed

+62
-36
lines changed

install/dist/lib/fedora.lib.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ function configure_postfix($options = '')
162162
touch($config_dir.'/mime_header_checks');
163163
touch($config_dir.'/nested_header_checks');
164164
touch($config_dir.'/body_checks');
165+
touch($config_dir.'/sasl_passwd');
165166

166167
//* Create the mailman files
167168
if(!is_dir('/var/lib/mailman/data')) exec('mkdir -p /var/lib/mailman/data');

install/dist/lib/gentoo.lib.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ public function configure_postfix($options = '')
160160
touch($config_dir.'/mime_header_checks');
161161
touch($config_dir.'/nested_header_checks');
162162
touch($config_dir.'/body_checks');
163+
touch($config_dir.'/sasl_passwd');
163164

164165
//* Create auxillary postfix conf files
165166
$configfile = 'helo_access';

install/dist/lib/opensuse.lib.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ function configure_postfix($options = '')
176176
touch($config_dir.'/mime_header_checks');
177177
touch($config_dir.'/nested_header_checks');
178178
touch($config_dir.'/body_checks');
179+
touch($config_dir.'/sasl_passwd');
179180

180181
//* Create the mailman files
181182
if(!is_dir('/var/lib/mailman/data')) exec('mkdir -p /var/lib/mailman/data');

install/lib/installer_base.lib.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1193,6 +1193,7 @@ public function configure_postfix($options = '') {
11931193
touch($config_dir.'/mime_header_checks');
11941194
touch($config_dir.'/nested_header_checks');
11951195
touch($config_dir.'/body_checks');
1196+
touch($config_dir.'/sasl_passwd');
11961197

11971198
//* Create the mailman files
11981199
if(!is_dir('/var/lib/mailman/data')) exec('mkdir -p /var/lib/mailman/data');

install/sql/incremental/upd_dev_collection.sql

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,6 @@ DROP TABLE 'software_package';
1616
DROP TABLE 'software_repo';
1717
DROP TABLE 'software_update';
1818
DROP TABLE 'software_update_inst';
19+
20+
-- Brexit
21+
UPDATE `country` SET `eu` = 'n' WHERE `iso` = 'GB';

install/sql/ispconfig3.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2408,7 +2408,7 @@ INSERT INTO `country` (`iso`, `name`, `printable_name`, `iso3`, `numcode`, `eu`)
24082408
('UG', 'UGANDA', 'Uganda', 'UGA', 800, 'n'),
24092409
('UA', 'UKRAINE', 'Ukraine', 'UKR', 804, 'n'),
24102410
('AE', 'UNITED ARAB EMIRATES', 'United Arab Emirates', 'ARE', 784, 'n'),
2411-
('GB', 'UNITED KINGDOM', 'United Kingdom', 'GBR', 826, 'y'),
2411+
('GB', 'UNITED KINGDOM', 'United Kingdom', 'GBR', 826, 'n'),
24122412
('US', 'UNITED STATES', 'United States', 'USA', 840, 'n'),
24132413
('UM', 'UNITED STATES MINOR OUTLYING ISLANDS', 'United States Minor Outlying Islands', NULL, NULL, 'n'),
24142414
('UY', 'URUGUAY', 'Uruguay', 'URY', 858, 'n'),

install/tpl/apache_ispconfig.conf.master

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
################################################
44
ServerTokens ProductOnly
55
ServerSignature Off
6+
DirectoryIndex index.html index.cgi index.pl index.php index.xhtml index.htm standard_index.html
67

78
################################################
89
# ISPConfig Logfile configuration for vlogger

install/tpl/debian_postfix.conf.master

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ address_verify_negative_refresh_time=60s
5454
# needed for postfix < 3.3 when using reject_unverified_recipient (lmtp):
5555
enable_original_recipient = yes
5656
sender_dependent_relayhost_maps = proxy:mysql:{config_dir}/mysql-virtual_sender-relayhost.cf
57-
smtp_sasl_password_maps = proxy:mysql:{config_dir}/mysql-virtual_sender-relayauth.cf, hash:{config_dir}/sasl_passwd
57+
smtp_sasl_password_maps = proxy:mysql:{config_dir}/mysql-virtual_sender-relayauth.cf, texthash:{config_dir}/sasl_passwd
5858
smtp_sender_dependent_authentication = yes
5959
smtp_sasl_auth_enable = yes
6060
smtp_sasl_security_options = noanonymous, noplaintext

install/tpl/fedora_postfix.conf.master

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ address_verify_negative_refresh_time=60s
5050
# needed for postfix < 3.3 when using reject_unverified_recipient (lmtp):
5151
enable_original_recipient = yes
5252
sender_dependent_relayhost_maps = proxy:mysql:{config_dir}/mysql-virtual_sender-relayhost.cf
53-
smtp_sasl_password_maps = proxy:mysql:{config_dir}/mysql-virtual_sender-relayauth.cf, hash:{config_dir}/sasl_passwd
53+
smtp_sasl_password_maps = proxy:mysql:{config_dir}/mysql-virtual_sender-relayauth.cf, texthash:{config_dir}/sasl_passwd
5454
smtp_sender_dependent_authentication = yes
5555
smtp_sasl_auth_enable = yes
5656
smtp_sasl_security_options = noanonymous, noplaintext

install/tpl/gentoo_postfix.conf.master

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ address_verify_negative_refresh_time=60s
4949
# needed for postfix < 3.3 when using reject_unverified_recipient (lmtp):
5050
enable_original_recipient = yes
5151
sender_dependent_relayhost_maps = proxy:mysql:{config_dir}/mysql-virtual_sender-relayhost.cf
52-
smtp_sasl_password_maps = proxy:mysql:{config_dir}/mysql-virtual_sender-relayauth.cf, hash:{config_dir}/sasl_passwd
52+
smtp_sasl_password_maps = proxy:mysql:{config_dir}/mysql-virtual_sender-relayauth.cf, texthash:{config_dir}/sasl_passwd
5353
smtp_sender_dependent_authentication = yes
5454
smtp_sasl_auth_enable = yes
5555
smtp_sasl_security_options = noanonymous, noplaintext

0 commit comments

Comments
 (0)