email: remove duplicate section authored by anarcat's avatar anarcat
...@@ -680,21 +680,6 @@ The sender address rewriting ensures forwarded mail originating from other domai ...@@ -680,21 +680,6 @@ The sender address rewriting ensures forwarded mail originating from other domai
Anything with a header from @torproject.org will be DKIM signed by the SRS server. This is done by rspamd. The required DNS record is automatically created by puppet. Anything with a header from @torproject.org will be DKIM signed by the SRS server. This is done by rspamd. The required DNS record is automatically created by puppet.
### Resolving and sending of forwards
Forwards are defined in two places:
- in `data/common/mail.yaml`, eventually ending up in `/etc/postfix/maps/alias`,
- in LDAP. SRS runs a local LDAP replica which it queries, according to `/etc/postfix/maps/alias_local`
To test if an LDAP forward is configured properly, you can run:
```
postmap -q user@torproject.org ldap:/etc/postfix/maps/alias_local
```
This should return the address to forward to.
### Submission ### Submission
Our submission server, submit-01, is managed by the `profile::submission` manifest. Our submission server, submit-01, is managed by the `profile::submission` manifest.
... ...
......