guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] opensmtpd: Fix crash during authentication


From: Adam Zimmerman
Subject: [PATCH] opensmtpd: Fix crash during authentication
Date: Wed, 6 Jun 2018 15:15:58 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0

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 which fixes the issue. It's
already been merged into the opensmtpd master branch[1], and will be
fixed in the next release which apparently will be around
October/November this year.

[1] https://github.com/OpenSMTPD/OpenSMTPD/pull/835

I also noticed another issue which I'm not 100% sure how to solve
properly. When rebooting the server, opensmtpd fails to start. I think
the reason is that the shepherd service only has '(loopback) listed in
its requirements, and I think it might be trying to start the server
before the network comes up. When I ssh into the server and start it
manually, it works fine.

My first thought was to change the requirements to '(networking), but
could that cause issues for people who only use opensmtpd as a local
delivery server?

- Adam

Attachment: 0001-gnu-opensmtpd-Add-patch-to-fix-crash-on-authenticati.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]