[Rspamd-Users] howto dkim sign local users mailout without signing local network mailin ?
Andrew Lewis
rspamd-users at judo.za.org
Thu Feb 4 07:45:08 UTC 2021
Hi Daniel,
> The only way I found to sign outgoing mail from local users without
> signing again incoming mail
> is to set
> sign_networks = [
> "127.0.0.1",
> "::1",
> ]
> sign_local = false;
You seem to have solved it.
> but why ? It seems the opposite I want to do…
`sign_local` implies signing for all ranges in `local_addrs`, which
should include all private IP ranges - and this is not what you want,
so using `sign_networks` is reasonable.
You probably want to consider using a rule to set correct IPs for your
inbound mail:
https://groups.google.com/g/rspamd/c/_JusHAeeG74/m/xpsSyXdyDwAJ
Best,
-AL
More information about the Users
mailing list