Skip to content

Commit 0eece23

Browse files
authored
TASK-6411 IPv6 improvements, draft 5.1 changelog (#794)
1 parent 9bb2807 commit 0eece23

File tree

8 files changed

+29
-9
lines changed

8 files changed

+29
-9
lines changed

content/momentum/4/modules/auth-radius.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ The following example demonstrates how to configure Momentum to pass LOGIN crede
1616
```
1717
# Configure the RADIUS client
1818
auth_radius {
19-
NAS-IP-Address = 10.0.0.1 # the IP address of this SMTP server
19+
NAS-IP-Address = fd01:345::1 # the IP address of this SMTP server
2020
server "one" {
2121
host = "radius-1.example.com"
2222
secret = "secret1"
2323
max_tries = "1"
2424
timeout = "30"
2525
}
26-
server "two" {
27-
host = "radius-2.example.com"
26+
server "ipv6wport" {
27+
host = "[2001:fd3::1]:2812"
2828
secret = "secret2"
2929
max_tries = "2"
3030
timeout = "30"
@@ -85,7 +85,7 @@ RADIUS servers can be defined using the dictionary syntax shown above; the dicti
8585

8686
<dd>
8787

88-
The hostname or IP address of the RADIUS server. If a colon is present in the string then the left side of the string will be used as the hostname/IP address and the right hand side will be used as the port number on the server. If left unspecified, the RADIUS standard port number of 1812 will be used.
88+
The hostname or IP address of the RADIUS server. The hostname/IP address can be followed by a colon and the port number on the server. If left unspecified, the RADIUS standard port number of 1812 will be used. An IPv6 address must be enclosed in brackets if a port was added.
8989

9090
</dd>
9191

content/momentum/4/modules/mail-loop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description: "The mail loop module provides automatic suppression of potential m
88

99
The mail_loop module provides automatic suppression of potential mail loops with two standard mechanisms:
1010

11-
* Suppression of delivery attempts to any configured IP interfaces on the machine.
11+
* Suppression of delivery attempts to any configured IP interfaces on the machine, including IPv6.
1212

1313
* Suppression of messages with more than a specified number of Received headers.
1414

content/momentum/4/modules/mxip.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ mxip.example. 86400 IN NS localhost.
6363

6464
The mxip module implements a dns_get_As hook in order to augment the DNS resolution behaviour. If your integration or deployment also implements a dns_get_As hook, then you may not be able to use the mxip module.
6565

66-
The mxip module only supports IPv4 addresses in the hostname field of MX records. IPv6 addresses are explicitly not supported by the mxip module.
66+
The mxip module supports IPv4 (and IPv6 as of Momentum 5.1) addresses in the hostname field of MX records.
6767

6868
The mxip module can be configured as follows:
6969

content/momentum/4/modules/url-ripper.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Explicitly specifies headers from which emails (and in turn mailbox domains) sho
6262

6363
<dd>
6464

65-
Describes the base domain under which prospects should be resolved.
65+
Describes the base domain under which prospects should be resolved. To utilize the IPv6 support added in Momentum 5.1, select a DNSBL server that supports IPv6 addresses.
6666

6767
</dd>
6868

content/momentum/changelog/5/5-0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
lastUpdated: "03/01/2025"
33
title: "Momentum 5.0 Changelog"
4-
description: "Momentum 5.0 was released on 2024-03-01. This section will list all of the major changes that happened with the release of Momentum 5.0. Depending on installation type, all changes may not be applicable"
4+
description: "Momentum 5.0 was released on 2025-03-01. This section will list all of the major changes that happened with the release of Momentum 5.0. Depending on installation type, all changes may not be applicable"
55
---
66

77
This section will list all of the major changes that happened with the release of **Momentum 5.0**. Depending on installation type, all changes may not be applicable

content/momentum/changelog/5/5-1.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
lastUpdated: "06/11/2025"
3+
title: "Momentum 5.1 Changelog"
4+
description: "Momentum 5.1 was released on 2025-07-01. This section will list all of the major changes that happened with the release of Momentum 5.1. Depending on installation type, all changes may not be applicable"
5+
---
6+
7+
This section will list all of the major changes that happened with the release of **Momentum 5.1**. Depending on installation type, all changes may not be applicable
8+
9+
<a name="changelog.5.1.table"></a>
10+
11+
| Type | Ticket | Description |
12+
| --- | --- | --- |
13+
| Fix | | |
14+
| Feature | TASK-6489 | Add IPv6 support to rbldnsd RBL lookups performed with the msys.pbp module |
15+
| Feature | TASK-2248 | Add IPv6 support to mail_loop module |
16+
| Feature | TASK-6411 | Add IPv6 support to url_ripper module |
17+
| Feature | TASK-6411 | Add IPv6 support to auth_radius module |

content/momentum/changelog/5/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
---
2-
lastUpdated: "03/01/2025"
2+
lastUpdated: "06/11/2025"
33
title: "Category File"
44
type: "custom"
55
name: "Momentum 5.x Changelogs"
66
description: "Momentum 5.x Changelogs"
77
---
88

99
* [Momentum 5.0 Changelogs](/momentum/changelog/5/5-0)
10+
* [Momentum 5.1 Changelogs](/momentum/changelog/5/5-1)

content/momentum/navigation.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1981,6 +1981,8 @@
19811981
- link: /momentum/changelog/5
19821982
title: Momentum 5.x Changelog
19831983
items:
1984+
- link: /momentum/changelog/5/5-1
1985+
title: Momentum 5.1 Changelog
19841986
- link: /momentum/changelog/5/5-0
19851987
title: Momentum 5.0 Changelog
19861988
- link: /momentum/changelog/4

0 commit comments

Comments
 (0)