View previous topic :: View next topic |
Author |
Message |
DecoR Tux's lil' helper
Joined: 09 Jul 2003 Posts: 85 Location: Oslo, Norway
|
Posted: Sun Nov 30, 2003 10:32 pm Post subject: qmail problem |
|
|
Hello world!
I'm running qmail, courier-pop3d and courier-imap on my server.
Today, i checked my log files, and all the day, every minute, this appears:
Code: |
Nov 30 23:23:22 zoltan qmail: 1070231002.430140 starting delivery 48895: msg 322446 to local mailman@zoltan.sembronn.no
Nov 30 23:23:22 zoltan qmail: 1070231002.430245 status: local 1/10 remote 0/20
Nov 30 23:23:22 zoltan qmail: 1070231002.477973 delivery 48895: deferral: Unable_to_chdir_to_maildir._(#4.2.1)/
Nov 30 23:23:22 zoltan qmail: 1070231002.478072 status: local 0/10 remote 0/20
|
Anyone knows whats worng?
Thanks.
Henrik _________________ Don't you feel rimeligOK!?
www.rimeligok.no |
|
Back to top |
|
|
DecoR Tux's lil' helper
Joined: 09 Jul 2003 Posts: 85 Location: Oslo, Norway
|
Posted: Sun Nov 30, 2003 11:58 pm Post subject: Fixed it.. |
|
|
Hello again..
The problem was the "mailman" program.
The .maildir for the user "mailman" was not created.
Code: |
cd /usr/local/mailman
mkdir .maildir
cd .maildir
mkdir new
mkdir cur
mkdir tmp
|
Did it;)
I'm a n00b!! Bah!
Henrik:) _________________ Don't you feel rimeligOK!?
www.rimeligok.no |
|
Back to top |
|
|
flufff n00b
Joined: 06 Apr 2003 Posts: 72 Location: another world
|
Posted: Mon Dec 01, 2003 2:13 pm Post subject: |
|
|
Just a small addition to your solution: qmail has a nice bash-script already made to make maildirs, check in /var/qmail/bin
Remember to change ownership of the created maildir.
/Fluff |
|
Back to top |
|
|
|