LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   Fedora Core 3 Qmail (https://www.linuxquestions.org/questions/linux-server-73/fedora-core-3-qmail-474959/)

azamkee 08-17-2006 09:00 PM

Fedora Core 3 Qmail
 
I'm using SquirrelMail as webmail and Qmail as mail program in Fedora Core 3.
And sometime someone access to the server via Webmin.

However my email not run properly run. My problem is:

All incoming mail going to folder /qmail/queue/mass/
All these email not deliver into the user folder/mailbox. What wrong with my server?
What shall I do?

bathory 08-18-2006 04:51 PM

What is the output of:
Code:

cat /var/qmail/control/defaultdelivery
Of course you must change the path to the location of the qmail control files in your distro.
If the file does not exist, you have to create it. What you put in that file depends of your imap server. If you prefer ~/Mailbox, then run
Code:

echo ./Mailbox >/var/qmail/control/defaultdelivery


All times are GMT -5. The time now is 03:55 AM.