in reply to Re^6: Postfix: Piping an email into a PERL script
in thread Postfix: Piping an email into a PERL script
By using public/private keys, GPG is able to tell who the message is actually from (assuming private keys were not stolen). The incoming message would be signed (encryption of the message isn't necessary) by the user's private key, and you'd then use that person's public key to verify that it was actually sent by that person.
Thus, by using GPG, you don't need to implicitly trust the headers, you can verify if the header has been spoofed or not.
-Scott
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^8: Postfix: Piping an email into a PERL script
by Zzenmonk (Sexton) on May 22, 2013 at 15:01 UTC |