|
From: Daniel M. <dm...@am...> - 2018-01-22 02:20:57
|
I thought I had - I would have sworn this used to work. Some more digging...looks like my private/public key pair have been deleted. Isn't that great? Uh...shouldn't there be something in the logs about missing keys/certs for a given selector? Anyway - fixed. Thanks! Daniel On 1/21/2018 2:51 AM, Thomas Eckardt wrote: > follow the instructions in assp/dkim/dkimconfig.txt > generate the privat and public RSA key pair > configure the DNS-Server of the (your) domain > check in the GUI (Stats->Perl Modules) that Mail::DKIM::Verifier is > available - if not, look in to moduleLoadErrors.txt and solve the > requirements (the log shows someting like: Jan-21-18 06:30:34 [init] > Mail::DKIM::Verifier module version 0.5 installed - DKIM verification > is available) > configure DKIMgenConfig - possible errors are written to maillog.txt > at configuration time > set genDKIM > > DKIMgenConfig file example: > > <your.domain.name> > <your.selector.name> > Algorithm=rsa-sha1 > Method=relaxed/relaxed > Headers=Message-ID:From:Subject:To:MIME-Version:Content-Type > KeyFile=full_path_to_your_privat_key.pem > Mode=DKIM > </your.selector.name> > </your.domain.name> > > that's all - really simple > > Thomas > > > > > > > Von: "Daniel Miller via Assp-test" <ass...@li...> > An: "ASSP development mailing list" <ass...@li...> > Kopie: "Daniel Miller" <dm...@am...> > Datum: 16.01.2018 20:54 > Betreff: [Assp-test] Generate DKIM signatures > ------------------------------------------------------------------------ > > > > I thought I had DKIM configured & enabled - obviously that's not the > case as my messages aren't being signed. Mail::DKIM is installed (both > Ubuntu Xenial package and local CPAN compiled install). I have a > DKIMgenConfig defined, genDKIM is enabled, and a key has been generated > and saved. > > In the interface, in the genDKIM section, the "Mail::DKIM" appears in > red. I do not see any reference to Mail::DKIM being loaded during ASSP > startup. I have set DKIMlogging to diagnostic - I'm not seeing any DKIM > messages in the log (besides verification from remote senders). > > -- > Daniel > > > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Assp-test mailing list > Ass...@li... > https://lists.sourceforge.net/lists/listinfo/assp-test > > > > > > DISCLAIMER: > ******************************************************* > This email and any files transmitted with it may be confidential, > legally privileged and protected in law and are intended solely for > the use of the > individual to whom it is addressed. > This email was multiple times scanned for viruses. There should be no > known virus in this email! > ******************************************************* > > > > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > > > _______________________________________________ > Assp-test mailing list > Ass...@li... > https://lists.sourceforge.net/lists/listinfo/assp-test |