Ok, now i've the following situation
i've switched both scripts /var/qmail/rc and
/var/qmail/defaultdelivery/rc
-----------------------------------------------------------------------------
[root@localhost]# cat /var/qmail/rc
#!/bin/sh
# Using splogger to send the log through syslog.
# Using qmail-local to deliver messages to ~/Mailbox [now Maildir] by
default.
exec env - PATH="/var/qmail/bin:$PATH" \
qmail-start ./Maildir/ splogger qmail
------------------------------------------------------------------------------
[root@localhost]# cat /var/qmail/defaultdelivery/rc
# Using qmail-local to deliver messages to ~/Mailbox [now Maildir] by
default.
./Maildir/
------------------------------------------------------------------------------
And i've created the user Maildir with
-----------------------------------------------
[root@localhost]# maildirmake /home/user/Maildir (directory created)
[root@localhost]# echo ./Maildir/>~/.qmail (tree directories created -
cur, new and tmp)
I have restarted the qmail program.
Now when i send a message to a existing user, the qmail-local delivers
the message
to /home/user/Maildir/new/
example of the directory above
-rwx------ 1 guto guto 452 Sep 25 16:32
969910320.1778.anonymous
-rw------- 1 guto guto 422 Sep 25 16:51
969911500.2074.anonymous
-rw------- 1 guto guto 942 Sep 25 16:58
969911898.2135.anonymous
the message is there, and now i've seen the big difference between mbox
format and
Maildir format [wich is a lot better :)]
But, when i ask for netscape to retrieve messages for the user above, it
returns me
the message "this user has no $HOME/Maildir".
I just don't understand. The messages are there in the directory
/home/user/Maildir/new , but why qmail-pop3d returns me that message?
Any help will be apreciated
Thanks in advance
Gustavo Schroeder
System Administrator