Sorry, should have been more specific.
root@mail:~ > cat /usr/src/qmail-1.03/extra.h
#ifndef EXTRA_H
#define EXTRA_H
#define QUEUE_EXTRA "Tlog\0"
#define QUEUE_EXTRALEN 5
#endif
root@mail:~ > ls -l ~alias/msg-log
lrwxrwxrwx 1 root qmail 18 Dec 14 14:46 /var/qmail/alias/msg-log ->
/var/allmail/INBOX
root@mail:~ > cat ~alias/.qmail-log
./msg-log
root@mail:~ > ls -l /var/allmail/INBOX
-rw-rw---- 1 allmail nofiles 2325 Dec 15 13:49 /var/allmail/INBOX
For example, if I send a message to [EMAIL PROTECTED], the message will appear
twice in /var/allmail/INBOX. I'm assuming this is because it is recording the
message to [EMAIL PROTECTED], as well as the message to [EMAIL PROTECTED]
Now, I've pondered changing the QUEUE_EXTRA to something that would
copy the mail directly to ~alias/msg-log. But I'm not a programmer (or even a
very good one at that), so I tend to ask permission before messing with sources
*snicker*.
I'm also going to be running ezmlm mailing lists on here. Will I have the same
problem with those?
Let me know if you need additional information.
Thanks.
Nathan
At 12/15/00 3:27:00 PM, you wrote:
>Show us the exact line(s) you changed in the source.
>
>Show us the contents of the relevant ~alias/.qmail-XXXX file.
>
>Show us the exact details of the symlink mentioned above (are you sure
>that's what you did, because you make no mention of ~alias/.qmail-log,
>or similar, AND a .qmail file can't just be a symlink to a mailbox).