

![]() | Start a set with this search |
![]() | Include this search in one of my sets |
![]() | Exclude this search from one of my sets |
![]() | Permalink to these results Paste this link in email or IM: |
| Atom feed for tracking future search results Paste this URL into your reader: |
5 messages in net.sourceforge.lists.courier-usersRE: [courier-users] Maildir creation ...| From | Sent On | Attachments |
|---|---|---|
| roland | Jun 7, 2001 1:14 am | |
| David Saez Padros | Jun 7, 2001 1:19 am | |
| sherman | Jun 7, 2001 1:36 am | |
| Anand Buddhdev | Jun 7, 2001 9:28 am | |
| Griffiths, Jon | Jun 8, 2001 9:20 am |

![]() | Permalink for this message Paste this link in email or IM: |
![]() | Permalink for this thread Paste this link in email or IM: |
| Atom feed for this thread Paste this URL into your reader: |
| Subject: | RE: [courier-users] Maildir creation by imap program | Actions... |
|---|---|---|
| From: | Griffiths, Jon (Jon....@sunrise.net) | |
| Date: | Jun 8, 2001 9:20:47 am | |
| List: | net.sourceforge.lists.courier-users | |
Hi,
I do not really think this is something that should concern the imapd. On the gross scale (with hundreds of thousands of users) I would not be happy implementing a shell to stat directories, etc. Especially over what might already be a very busy NFS link. This functionality really goes beyond the scope of the imapd functionality, and is the responsibility of the administration routines. In this time & money critical situation, I would suggest that the provisioning systems should do this. When a user creates an account, how much longer to add in a make maildir command? Only a fraction of a second. They will be waiting for other checks to happen anyway, so what's a few milliseconds more?
If the source for the imapd was hacked, and provided for future versions as a patch, the patch would surely fail at some point. Then some one has to take the system functionality apart, and decode the original source code, and then check the patch code ....... It just gets real messy. As someone who has to do this kind of thing FAR TOO OFTEN, please don't hack the standard source. Hack the provisioning routines, which will be fairly prorietary anyway.
Regards,
Jon Griffiths Messaging Consultant
--------------------------------------------- sunrise communications AG internet and e-business Sonnentalstrasse 5 8600 Dübendorf
Phone +41 1 300 8452 Mobile +41 76 508 6015
-----Original Message----- From: Anand Buddhdev [SMTP:ar...@anand.org] Sent: Thursday, June 07, 2001 6:29 PM To: sherman Cc: David Saez Padros; cour...@lists.sourceforge.net Subject: Re: [courier-users] Maildir creation by imap program
On Thu, Jun 07, 2001 at 04:36:44PM +0800, sherman wrote:
It's easy to change the imapd startup script and run a shell script wrapper, which checks for the Maildir. If it's not there's the shell script can create it. I can't be bothered to check it and give you an exact solution, but something along the lines of:
couriertcpd ...... preimapd.sh &
where preimapd.sh is:
#!/bin/sh test -d ./Maildir || maildirmake Maildir exec imapd
Hi David,
Thanks for your reply.
There is always a possibility of someone trying to login before the welcome message arrive (The Qmail may be loaded and the welcome message is taking slightly longer to arrive)
Since we're going to have paying customers, we need to make sure they don't encounter that situation.
-- Anand Buddhdev MSI-CI Holdings BV







