Skip to content

Commit

Permalink
Merge pull request #745 from istana/fix-mta-integration
Browse files Browse the repository at this point in the history
Fix links to workers in MTA Integration
  • Loading branch information
fatalbanana authored May 8, 2024
2 parents 657942f + ff4d840 commit aa63650
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/tutorials/integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ In addition, [this section of the document]({{ site.baseurl }}/doc/tutorials/int

## Using Rspamd with Postfix MTA

Starting with version 1.6, for integrating Rspamd with Postfix, it is recommended to utilize the Rspamd proxy worker in Milter mode, as described in [rspamd proxy worker](./workers/rspamd_proxy.html).
Starting with version 1.6, for integrating Rspamd with Postfix, it is recommended to utilize the Rspamd proxy worker in Milter mode, as described in [rspamd proxy worker](../workers/rspamd_proxy.html).

### Configuring Postfix

Expand Down Expand Up @@ -186,7 +186,7 @@ For further information, please refer to the James' extensions for Rspamd docume

## Integration with Stalwart Mail Server

Rspamd can easily be integrated with Stalwart Mail Server using the `milter` protocol. In order to enable Milter support in rspamd, follow the instructions in the [proxy worker](./workers/rspamd_proxy.html) chapter.
Rspamd can easily be integrated with Stalwart Mail Server using the `milter` protocol. In order to enable Milter support in rspamd, follow the instructions in the [proxy worker](../workers/rspamd_proxy.html) chapter.

After setting up the proxy worker to handle milter requests, configure Stalwart Mail Server to use rspamd via milter by adding the following entries to the `etc/config.toml` configuration file:

Expand Down

0 comments on commit aa63650

Please sign in to comment.