Re: OT: ANN: S/MIME signing milter (for Postfix)

2016-07-13 Thread Christian Rößner
Hi Robert :-) > Am 13.07.2016 um 17:51 schrieb Robert Schetterer : > > Am 13.07.2016 um 15:45 schrieb Christian Rößner: >> Hi, >> >> I developed a S/MIME signing milter that can be used with Postfix. It >> features a simple map file, where you can define email addresses and >>

Re: OT: ANN: S/MIME signing milter (for Postfix)

2016-07-13 Thread Robert Schetterer
Am 13.07.2016 um 15:45 schrieb Christian Rößner: > Hi, > > I developed a S/MIME signing milter that can be used with Postfix. It > features a simple map file, where you can define email addresses and > corresponding certs/keys. If a mail arrives, the milter checks the MAIL FROM > address and

Re: OT: ANN: S/MIME signing milter (for Postfix)

2016-07-13 Thread Christian Rößner
> Am 13.07.2016 um 16:16 schrieb Benny Pedersen : > > On 2016-07-13 16:08, Christian Rößner wrote: > >>> I tested it on Mac OS X and Gentoo Linux. Readmes and Man-pages are >>> included. Feel free to give it a try: >>> https://signing-milter.org (Thanks to Andreas Schulze for the

Re: OT: ANN: S/MIME signing milter (for Postfix)

2016-07-13 Thread Benny Pedersen
On 2016-07-13 16:08, Christian Rößner wrote: I tested it on Mac OS X and Gentoo Linux. Readmes and Man-pages are included. Feel free to give it a try: https://signing-milter.org (Thanks to Andreas Schulze for the home) Code: https://github.com/croessner/sigh I forgot: The name "sigh" is an

Re: OT: ANN: S/MIME signing milter (for Postfix)

2016-07-13 Thread Christian Rößner
> I developed a S/MIME signing milter that can be used with Postfix. It > features a simple map file, where you can define email addresses and > corresponding certs/keys. If a mail arrives, the milter checks the MAIL FROM > address and looks up the map file. If it finds a record, it signs the

OT: ANN: S/MIME signing milter (for Postfix)

2016-07-13 Thread Christian Rößner
Hi, I developed a S/MIME signing milter that can be used with Postfix. It features a simple map file, where you can define email addresses and corresponding certs/keys. If a mail arrives, the milter checks the MAIL FROM address and looks up the map file. If it finds a record, it signs the mail