Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
infrastructure
Commits
f601124f
Verified
Commit
f601124f
authored
Oct 21, 2020
by
Jelle van der Waa
🚧
Browse files
Change archwiki bouncehandling API whitelist
Allow bounce handling from mail.archlinux.org, the new email server
parent
636983b8
Changes
2
Hide whitespace changes
Inline
Side-by-side
host_vars/mail.archlinux.org/misc
View file @
f601124f
...
...
@@ -6,3 +6,6 @@ fail2ban_jails:
sshd: true
postfix: true
dovecot: true
ipv4_address: "95.216.189.61"
ipv6_address: "2a01:4f9:c010:3052::1"
roles/archwiki/templates/LocalSettings.php.j2
View file @
f601124f
...
...
@@ -39,7 +39,7 @@ $wgSMTP = array(
#'password' => "my_password" // Password to use for SMTP authentication (if being used)
);
$wgBounceHandlerInternalIPs
=
[
"
{
{hostvars['
orion
.archlinux.org']['ipv4_address']}
}
"
,
"
{
{hostvars['
orion
.archlinux.org']['ipv6_address']}
}
"
];
$wgBounceHandlerInternalIPs
=
[
"
{
{hostvars['
mail
.archlinux.org']['ipv4_address']}
}
"
,
"
{
{hostvars['
mail
.archlinux.org']['ipv6_address']}
}
"
];
# End of automatically generated settings.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment