Steve Shockley wrote:
http://shockley.net/OpenBSD/courier-imap-4.3.0.diff
http://shockley.net/OpenBSD/courier-authlib-0.60.2.diff

It's been lightly tested on amd64.

Both apply cleanly and both run properly here when restarted.

In your diff,

mkdir -p /var/run/courier{,-auth}/

if [ -x /usr/local/sbin/authdaemond ]; then
        echo -n ' authdaemon';  /usr/local/sbin/authdaemond start

        if [ -x /usr/local/libexec/imapd.rc ]; then
echo -n ' imap'; /usr/local/libexec/imapd-ssl.rc start
        fi
        if [ -x /usr/local/libexec/imapd-ssl.rc ]; then
echo -n ' imap-ssl'; /usr/local/libexec/imapd-ssl.rc start
        fi
fi
I fully agree at removing my silly comments. But you might still comment on the difference imap / imap-over-ssl; and not necessarily start both. Plus, there is a copy error: of course for imapd.rc the command needs to be '/usr/local/libexec/imapd.rc start' (without the -ssl).

Uwe



Reply via email to