vstakhov / rmilter

Another sendmail milter for different mail checks.
86 stars 18 forks source link

DKIM key file pattern #113

Open nahuelange opened 8 years ago

nahuelange commented 8 years ago

Hi, I didn't find anywhere a way to set pattern used by rmilter to find the key file. Is there a way to set it or is there a plan in the roadmap to set it ?

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

vstakhov commented 8 years ago

I'm sorry but I don't quite understand what do you want.

nahuelange commented 8 years ago

In the default configuration file there is this line:

# Universal selector, keys will be checked for pattern /etc/dkim/<domain>.<selector>.key

Could we modify this «universal selector»? In fact, we are not storing the dkim keys with this pattern, and so cannot configure rmilter to access them without listing all domains in the configuration file…

vstakhov commented 8 years ago

Why not just make symlinks to the actual keys?

nahuelange commented 8 years ago

Fastidious and needs to manage when domains doesn't exists anymore… But yes I could. But a more flexible way is to be able to set the pattern, no ?