Skip to content

Commit 528a887

Browse files
committed
local_recipient_maps setting. Docs.
1 parent 745ac20 commit 528a887

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

docs/mailman3-core.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,21 @@ mailman3_database_list:
8888
subnet: "0.0.0.0/0"
8989
```
9090
91+
## Checklist
92+
93+
Is mailman3-core reachable:
94+
95+
```
96+
wget http://server:8001
97+
```
98+
99+
Is email working:
100+
101+
```
102+
mail [email protected] # outgoing mail
103+
gmail root@server # incoming mail
104+
```
105+
91106
## List Setup
92107

93108
Recommended changes. After creating a list in the UI, make the following updates to the list:

templates/postfix_main.cf.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,5 @@ permit_sasl_authenticated = defer_unauth_destinations
5858
{% endif %}
5959

6060
transport_maps = hash:/var/lib/mailman3/data/postfix_lmtp
61-
local_recipient_maps = hash:/var/lib/mailman3/data/postfix_lmtp
61+
local_recipient_maps = proxy:unix:passwd.byname $alias_maps hash:/var/lib/mailman3/data/postfix_lmtp
6262
relay_domains = hash:/var/lib/mailman3/data/postfix_domains

0 commit comments

Comments
 (0)