mirror of
https://github.com/Mailu/Mailu.git
synced 2025-03-05 14:55:20 +02:00
Merge branch 'master' of github.com:Mailu/Mailu into fix-sso-1929
This commit is contained in:
commit
fbe0a446b9
@ -58,7 +58,7 @@ def has_dane_record(domain, timeout=10):
|
|||||||
# we will receive this non-specific exception. The safe behaviour is to
|
# we will receive this non-specific exception. The safe behaviour is to
|
||||||
# accept to defer the email.
|
# accept to defer the email.
|
||||||
flask.current_app.logger.warn(f'Unable to lookup the TLSA record for {domain}. Is the DNSSEC zone okay on https://dnsviz.net/d/{domain}/dnssec/?')
|
flask.current_app.logger.warn(f'Unable to lookup the TLSA record for {domain}. Is the DNSSEC zone okay on https://dnsviz.net/d/{domain}/dnssec/?')
|
||||||
return app.config['DEFER_ON_TLS_ERROR']
|
return flask.current_app.config['DEFER_ON_TLS_ERROR']
|
||||||
except dns.exception.Timeout:
|
except dns.exception.Timeout:
|
||||||
flask.current_app.logger.warn(f'Timeout while resolving the TLSA record for {domain} ({timeout}s).')
|
flask.current_app.logger.warn(f'Timeout while resolving the TLSA record for {domain} ({timeout}s).')
|
||||||
except dns.resolver.NXDOMAIN:
|
except dns.resolver.NXDOMAIN:
|
||||||
|
1
towncrier/newsfragments/1990.bugfix
Normal file
1
towncrier/newsfragments/1990.bugfix
Normal file
@ -0,0 +1 @@
|
|||||||
|
Fixed roundcube sso login not working.
|
@ -39,7 +39,7 @@ RUN apt-get update && apt-get install -y \
|
|||||||
&& sed -i 's,^php_value.*upload_max_filesize,#&,g' .htaccess \
|
&& sed -i 's,^php_value.*upload_max_filesize,#&,g' .htaccess \
|
||||||
&& chown -R www-data: logs temp \
|
&& chown -R www-data: logs temp \
|
||||||
&& rm -rf /var/lib/apt/lists \
|
&& rm -rf /var/lib/apt/lists \
|
||||||
&& a2enmod rewrite deflate expires headers
|
&& a2enmod deflate expires headers
|
||||||
|
|
||||||
COPY php.ini /php.ini
|
COPY php.ini /php.ini
|
||||||
COPY config.inc.php /var/www/html/config/
|
COPY config.inc.php /var/www/html/config/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user