[Exim] Re: spool over NFS?

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Miquel van Smoorenburg
日付:  
To: exim-users
題目: [Exim] Re: spool over NFS?
In article <c9q1rm$1c6$1@???>,
Miquel van Smoorenburg <miquels@???> wrote:
>If you have access to a Debian box where liblockfile-dev is
>installed, read the lockfile_create(3) manpage. Wait - ofcourse
>there are copies on the web. Read:
>
>http://www.fifi.org/cgi-bin/man2html/usr/share/man/man3/lockfile_create.3.gz


Oh, that manpage has a bug in it. Where it reads

    fd = open("/var/mail/USER.lock");


it should ofcourse read

    fd = open("/var/mail/USER");


I need to fix that, I suppose..

Mike.