Re: [PATCH] opensmtpd: Fix crash during authentication

2018-06-12 Thread Adam Zimmerman
On 2018-06-12 10:46 AM, Clément Lassieur wrote: > Clément Lassieur writes: > >> Hi Adam, >> >> Adam Zimmerman writes: >> >>> Hi all, >>> >>> I'm running a mail server that I recently migrated to GuixSD, and I >>> found this issue when trying to get opensmtpd set up. >>> >>> When using

Re: [PATCH] opensmtpd: Fix crash during authentication

2018-06-12 Thread Clément Lassieur
Clément Lassieur writes: > Hi Adam, > > Adam Zimmerman writes: > >> Hi all, >> >> I'm running a mail server that I recently migrated to GuixSD, and I >> found this issue when trying to get opensmtpd set up. >> >> When using authentication from a table, opensmtpd would crash whenever I >> tried

Re: [PATCH] opensmtpd: Fix crash during authentication

2018-06-12 Thread Clément Lassieur
Adam Zimmerman writes: > I wonder if it's related to which specific hash you use. My file uses > sha512crypt (hash starts with $6$). Mine too starts with $6$.

Re: [PATCH] opensmtpd: Fix crash during authentication

2018-06-12 Thread Clément Lassieur
Hi Adam, Adam Zimmerman writes: > Hi all, > > I'm running a mail server that I recently migrated to GuixSD, and I > found this issue when trying to get opensmtpd set up. > > When using authentication from a table, opensmtpd would crash whenever I > tried to authenticate. I found this patch

Re: [PATCH] opensmtpd: Fix crash during authentication

2018-06-06 Thread Tobias Geerinckx-Rice
Adam, Adam Zimmerman wrote: When using authentication from a table, opensmtpd would crash whenever I tried to authenticate. Nice. I guess my passwd auth doesn't count (despite using the ‘table’ keyword), as I've never had a problem. Nor have I noticed any start-up trouble. I'm probably