> - integrated DKIM signing and verification; see section
> A QUICK START TO DKIM SIGNING by the end of a release note;
The "quick start to DKIM signing" may be unnecessarily complex
for a single domain. To shed the fears, for simple setups
the following would only be necessary:
- generate key (or use an existing one):
# amavisd genrsa /var/db/dkim/xxx.key.pem
- add to amavisd.conf:
dkim_key('example.org', 'abc', '/var/db/dkim/xxx.key.pem');
- show a public key:
# amavisd showkeys
and add it to your DNS server, reload DNS zone
- # amavisd reload
Mark
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
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/