Doesn't compile under FreeBSD and generally doesn't work
Brought to you by:
steunix
I couldn't get it to compile "out of the box" under
FreeBSD.
First, it complained about "false" not being declared.
I #defined it to 0 at the top of pfqueue.c.
Then, it complained of syntax errors because of "FILE
p* = popen..." instructions being syntax errors.
I then moved the declarations of FILE *p; near the top
of the functions, in the declaration section, and left
"p = popen..." instead.
It then compiled and ran (or at least, started)
However, it keeps saying the postfix queue is empty,
whereas mailq says there're 15 messages in it.
I guess the code is Linux-centric ?
You still need to work on it ! :P
P.C. (news@kyoko.org)
Logged In: YES
user_id=729093
Ok, compilation errors have been fixed in version 0.1.1.
About the empty queue, could you send me a copy of mailq output?
Logged In: NO
The new version compiles without problems,
However, it still shows "Queue empty".
I sent the mailq output to you sourceforge address.
P.C.