Verified Commit d09a2f9c authored by anarcat's avatar anarcat
Browse files

email: remove duplicate section

parent 981ec565
Loading
Loading
Loading
Loading
+0 −15
Original line number Diff line number Diff line
@@ -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.

### 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

Our submission server, submit-01, is managed by the `profile::submission` manifest.