5 messages in net.sourceforge.lists.courier-maildrop[maildropl] create maildir folders on...
FromSent OnAttachments
Christian KalkhoffJun 17, 2002 8:20 am 
Derrick 'dman' HudsonJun 17, 2002 10:12 am 
Christian KalkhoffJun 17, 2002 10:23 am 
Derrick 'dman' HudsonJun 17, 2002 11:52 am 
Christian KalkhoffJun 17, 2002 1:12 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[maildropl] create maildir folders on demandActions...
From:Christian Kalkhoff (chri@kalkhoff.net)
Date:Jun 17, 2002 8:20:41 am
List:net.sourceforge.lists.courier-maildrop

Hi folks,

i was searching all the day for a solution for the following problem:

I run postfix as MTA It uses Maildrop aus MDA Courier IMAP is the backend

Here is the problem. If there is mail for a user without Maildir/ it says cannot open mailbox. That is driving me crazy. I would love to have the possibility to let maildirmake create the dirs from within maildroprc so i would have the right permissions.

/etc/skel isn't really practicable since I don't use adduser scripts or something else. All data comes from LDAP.

I already have the following lines in maildroprc. But it seems not to work.

import SENDER test -d $HOME/Maildir/ || maildirmake $HOME/Maildir DEFAULT=$HOME/Maildir

Delievery to users with proper Maildir just works fine. But there is no way to have test linux compiled. ;-(

What am I doing wrong? I hope somebody can help.

Thank you a lot. Christian.