Daniel Aleksandersen wrote: > My first posting. > > Can exim4 handle GnuPG automagically? What I am imagining is the > following two senarios: > > outgoing messages > check if recipient’s public key is known > encrypt >> send message as normal > > incoming messages > check if message is encrypted and sender’s public > key is known > decrypt > save message as normal > > Is this within exim’s capabilities? > > Can anyone please advise on how to implement this?
This is a MUA problem, not an MTA problem. There are a number of plugins for each of the usual MUAs that allow you to do this. eg. Thunderbird has Enigmail -- The Exim Manual http://www.exim.org/docs.html http://docs.exim.org/current/ -- ## List details at http://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
