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:
@@ -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>
|
||||
|
||||
#
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user