Selector specified for a domain in sender map file doesn't appear to be applied
Brought to you by:
jasonlong
Trying to set different selector than the default for a specific domain in the sender map file doesn't seem to work. The email is still being signed with the default selector.
dkimproxy_out.conf:
# specify the selector (i.e. the name of the key record put in DNS)
selector mail
sender map file:
example.com dkim(d=example.com,s=alt_selector)
Test emails (via SWAKS) are signed with default selector (mail)
Thank you.