Auth on outgoing and dkim signing

2017-02-05 Thread Kjetil Kjernsmo
Hi all! I finally have to get my outgoing SMTP working, and I have to DKIM-sign them. So, I need to get auth working, the last time I tried, in 2009, I simply couldn't get it working... That's a long time ago though :-) But before I start, I still have 0.84, since the box is Debian Jessie. Doe

Re: Auth on outgoing and dkim signing

2017-02-05 Thread frank
I literally just did DKIM last week. And the way I did it didn't touch qpsmtpd, instead it's a couple helper scripts that feed qmail-remote, messages are signed as they're being sent out. The instructions I followed didn't exactly fit my setup but it only really took a couple edits to get thing

Re: Auth on outgoing and dkim signing

2017-02-05 Thread Matt Simerson via qpsmtpd
> On Feb 5, 2017, at 2:35 PM, Kjetil Kjernsmo wrote: > > Hi all! > > I finally have to get my outgoing SMTP working, and I have to DKIM-sign > them. So, I need to get auth working, the last time I tried, in 2009, I > simply couldn't get it working... That's a long time ago though :-) > > But