clemensF wrote:
> 
> > Ken Jones:
> 
> > You might want to try changing this code to:
> >     sprintf(tmp_file,"tmp/%lu.%d.%s",tm,pid,hostname);
> >     if ((mailfile = creat(tmp_file,S_IREAD | S_IWRITE)) == -1)
> >         failtemp ("Can't create tempfile (#4.3.0)\n");
> >
> > make ; make install
> > Then see if you still get the error.
> 
> but the tmp directory would have to exist beforehand, right?  unlike the
> /tmp, which is already there.  but you might have found a bug there!
> 
> clemens

tmp does exist if it's a correctly created Maildir.
It has cur, new and tmp

Ken

Reply via email to