procmail
[Top] [All Lists]

Re: Help compiling v3.11pre6

1997-04-12 04:09:00
On Sat, 12 Apr 1997 00:04:56 -0700 (PDT), bodysurf(_at_)netcom(_dot_)com (Tim) 
wrote:
specifically, I believe I changed the line from:
     /*#define SYSTEM_MBOX   "$HOME/.mail"
to:
     define SYSTEM_MBOX   "$HOME/.mailbox/inbox"

(That should be #define, of course.)

     /* This usually allowed you to define SYSTEM_MBOX.  This has changed.
     If you want mail delivery to custom mail-spool-files, edit the
     authenticate.c file and change the content of:  auth_mailboxname() */
Ok, so now I go to "src/authenticate.c" and look for 'auth_mailboxname('
and find:

     const char*auth_mailboxname(pass)auth_identity*const pass;

This is the function declaration. The content of that function follows
this line in braces. However, the place you want to modify is the
definition for MAILSPOOLHOME near the beginning of the file [line 44].
(Perhaps the comment which I quote above needs to be changed. If I
have understood this correctly, that is. I also find it somewhat
baffling that this is not in the config file.)

which is Greek to me (I don't know C/C++).  

It is rather brave to try to hack the source under those circumstances :-)

/* era */

-- 
Defin-i-t-e-ly. Sep-a-r-a-te. Gram-m-a-r.  <http://www.iki.fi/~era/>
 * Enjoy receiving spam? Register at <http://www.iki.fi/~era/spam.html>

<Prev in Thread] Current Thread [Next in Thread>