1
0
mirror of https://github.com/php/systems.git synced 2026-03-23 23:32:12 +01:00

Sync with on-system config

This commit is contained in:
Derick Rethans
2025-04-29 11:24:16 +01:00
parent 4f54392f96
commit df8fd61616
2 changed files with 8 additions and 0 deletions

View File

@@ -21,6 +21,10 @@
<VirtualHost *:80>
ServerName lists.php.net
Redirect / http://news-web.php.net/
RewriteEngine on
RewriteCond %{SERVER_NAME} =lists.php.net
RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent]
</VirtualHost>
#

View File

@@ -11,6 +11,10 @@ compatibility_level = 3.6
# no need to 'biff' users when mail is delivered
biff = no
# enable bad sender restrictions
smtpd_sender_restrictions =
check_sender_access hash:/etc/postfix/bad_sender
# TLS parameters
smtpd_tls_cert_file=/etc/ssl/certs/ssl-cert-snakeoil.pem
smtpd_tls_key_file=/etc/ssl/private/ssl-cert-snakeoil.key