View previous topic :: View next topic |
Author |
Message |
aitor11 n00b
Joined: 18 Aug 2002 Posts: 62
|
Posted: Mon May 17, 2004 1:59 am Post subject: postfix and maildir |
|
|
Hello, im installing a mailserver, by now i have postfix installed and working but i have the following problem, if i try to setup postfix to use .maildir it seems to work but i dont get anything in my maildir folder, but if instead i commnet the line about maildir in main.cf, i get the mail in /var/mail/user. What im missing?/ i cant figure out whats happening!
Aitor |
|
Back to top |
|
|
kezzla Apprentice
Joined: 21 Aug 2003 Posts: 253 Location: Austin, TX
|
Posted: Mon May 17, 2004 3:43 am Post subject: |
|
|
Make sure postfix was compiled with these USE flags:
"maildir -mbox"
If it wasn't, re-emerge it with them.
You need this line in /etc/postfix/main.cf:
home_mailbox = .maildir/ |
|
Back to top |
|
|
aitor11 n00b
Joined: 18 Aug 2002 Posts: 62
|
Posted: Mon May 17, 2004 4:19 pm Post subject: |
|
|
Thanks!, that was the problem!
Aitor |
|
Back to top |
|
|
kezzla Apprentice
Joined: 21 Aug 2003 Posts: 253 Location: Austin, TX
|
Posted: Tue May 18, 2004 2:56 am Post subject: |
|
|
Sweet ! glad I could help |
|
Back to top |
|
|
jkcunningham l33t
Joined: 28 Apr 2003 Posts: 649 Location: 47.49N 121.79W
|
Posted: Tue May 18, 2004 3:20 am Post subject: |
|
|
Incidentally, you can leave the mbox flag in when you compile postfix, you just need to make sure you have the maildir flag as well.
-Jeff |
|
Back to top |
|
|
nobspangle Veteran
Joined: 23 Mar 2004 Posts: 1318 Location: Manchester, UK
|
Posted: Tue May 18, 2004 6:34 am Post subject: |
|
|
the maildir flag just adds the home_mailbox = .maildir/ line to main.cf I don't think it actually changes anything at compile time. |
|
Back to top |
|
|
|