1
0
Fork 0

Compare commits

...

2 commits

Author SHA1 Message Date
Daniele Tricoli 104f983a4e Bump version to 0.6.8
All checks were successful
continuous-integration/drone/push Build is passing
2022-05-27 01:06:24 +02:00
Daniele Tricoli c55700c50d Specify auth_type to make OpenDKIM know user is authenticated 2022-05-27 01:03:35 +02:00
3 changed files with 5 additions and 5 deletions

View file

@ -11,7 +11,7 @@ Create a `requirements.yml` with the following content:
collections:
- name: https://noa.mornie.org/eriol/ansible-collection-kit
type: git
version: 0.6.7
version: 0.6.8
```
and then, using ansible >= 2.10, run:

View file

@ -1,7 +1,7 @@
---
namespace: eriol
name: kit
version: 0.6.7
version: 0.6.8
readme: README.md
authors:
- Daniele Tricoli <eriol@mornie.org>

View file

@ -102,7 +102,7 @@ dovecot_destination_recipient_limit = 1
milter_default_action = accept
milter_protocol = 6
milter_mail_macros = i {mail_addr} {client_addr} {client_name} {auth_authen}
# OpenDKIM/rspamd
smtpd_milters = inet:localhost:8891,inet:localhost:11332
milter_mail_macros = i {mail_addr} {client_addr} {client_name} {auth_type} {auth_authen}
# Rspamd/OpenDKIM
smtpd_milters = inet:localhost:11332 inet:localhost:8891
non_smtpd_milters = $smtpd_milters