/
+static short hideDotFiles = T;/* hide files whose names start with . */
--
MfG / Regards
Friedrich Lobenstock
____
Friedrich Lobenstock FL226-RIPE Internetservices
URL: http://www.fl.priv.at/
Fabrizio Morbini wrote:
More advanced virtual host support may be available as patches
from third parties.
--
Anyone know some of this patches?
eg. http://vimap.sf.net/
--
MfG / Regards
Friedrich Lobenstock
#x27;s my mbox file, as you can see I have set open permissions so that
> everyone should see it while still testing
--
MfG / Regards
Friedrich Lobenstock
king at the source rpm file.
--
MfG / Regards
Friedrich Lobenstock
Jesse W. Asher wrote:
>
> BTW, I just modified the code and commented out all these pieces of
> information and recompiled. Everything seems to be working fine
Patches? Where?
--
MfG / Regards
Friedrich Lobenstock
a user creating
a sub directory - but who knows.
All other people, like Mark, are likely not interested in this patch at all,
because they like the past 30 years more than the future.
--
MfG / Regards
Friedrich Lobenstock
0 RECENT
* OK [UIDVALIDITY 1021732758] UID validity status
* OK [UIDNEXT 1] Predicted next UID
* FLAGS (\Answered \Flagged \Deleted \Draft \Seen)
* OK [PERMANENTFLAGS (\* \Answered \Flagged \Deleted \Draft \Seen)] Permanent flags
. OK [READ-WRITE] SELECT completed
PS: Reply-To set to C-Client list, as that seems to be the appropriate
place to discuss everything regarding the UW-imapd.
--
MfG / Regards
Friedrich Lobenstock
er per default "only" when the admin want's it to, when
he knows what he does. Why not put this dual-use stuff into the imapd
garding it with a big fat warning of what will happen and that be it. So
no need to break with support for the last 30 years but also a step into the
future.
--
MfG / Regards
Friedrich Lobenstock
nsider those servers.
I can't. I have to stick with UW-IMAP (did I get it right this time?) because
it's my only possibility right now to do virtual imap in combination with linuxconf.
Sorry Mr. IMAP, but that's just a view from the day to day computing front.
--
MfG / Regards
Friedrich Lobenstock
cause on the system it's a directory, and normal folders.
I don't really know the imap protocoll very well, I just need an imap server
as a sys-admin. So please be so kind and elaborate a bit why dual-use mailboxes
make life harder for imap complient clients.
Just my 2 euro cents.
--
MfG / Regards
Friedrich Lobenstock
On Sun, 24 Mar 2002 23:36, Friedrich Lobenstock wrote:
> const char *level5_homedir(const char *mailspool, const char *username) {
>
> static char *res=NULL;
> int i, j=strlen(mailspool);
>
> if (res) free (res);
> res = (char *)malloc (j + 10 + 1);
> strcpy (
On Sun, 24 Mar 2002 15:09, Lance Miller wrote:
> Any suggestions on this matter would be greatly appreciated!
> sprintf (tmp,"%s/%s",MAILSPOOL,myusername());
Instead of this you'd need to create a function that
takes MAILSPOOL and myusername() as input and spits out
the correct path, eg.
sprint
12 matches
Mail list logo