Hello all,
I'm implementing DKIM signing into amavisd-new and I am quite successful
until now. Everything works just fine.
But can I avoid entering hundrets of domains into the amavis configuration
file by reading the domains out of a text file with read_hash? I tried but
it did not work. I would like to use the same DKIM key for all our domains
because I think this is not a problem and much easier.
I tried this:
dkim_key(read_hash("/path/to/filename"), 'selector',
'/path/to/selector.key');
It did not work at all when testing the keys:
amavisd-new testkeys
TESTING#1: selector._domainkey.hash(0xa4e24f0) => invalid (public key: not
available)
I think this is not implemented, yet, right? Or is it a real problem and
useless using the same key for a bunch of domains?
Regards,
Martin
------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
AMaViS-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/