Quote:
Originally Posted by said76
I was trying to make sure if the dovecot version I have downloaded has not been tampered or anything from the dovecot website.
|
Before you post try to search LQ. If you used a search term like "gpg --verify" you find threads like
http://www.linuxquestions.org/questi...nature-137111/ (of course you have to know the switch is called "--verify"). As you post notice the "Similar Threads" section at the bottom of this page which lists threads with a likely similar topic to check. To check the signature use the --verify option (
http://www.gnupg.org/gph/en/manual.html#AEN136):
Code:
gpg --verify dovecot-2.0.21.tar.gz.sig dovecot-2.0.21.tar.gz
Quote:
Originally Posted by said76
gpg: keyserver timed out
|
Try accessing another keyserver like pgp.mit.edu, pool.sks-keyservers.net or subkeys.pgp.net.