Re: DKIM signing after virtual_alias_maps

2022-12-17 Thread Viktor Dukhovni
On Sat, Dec 17, 2022 at 11:32:18PM +0100, Michael Ströder wrote: > I've added DKIM signing with this config snippet: DKIM signs the message headers and body. > But I also have simple mail group expansion with virtual alias maps: The virtual(5) table rewrites only the message envelope. --

DKIM signing after virtual_alias_maps

2022-12-17 Thread Michael Ströder
HI! I've added DKIM signing with this config snippet: # DKIM signing milter_default_action = accept milter_protocol = 6 smtpd_milters = unix:/run/opendkim/opendkim.socket non_smtpd_milters = unix:/run/opendkim/opendkim.socket That's working fine for me in case of sending simple mails. But I al