MailDir stopped working

2001-06-01 Thread Robert Schmid

For some reason I can no longer get my mail (pop or IMAP) using 
~user/Mailbox.  In order to access my mail again I had to add a symbolic 
link to users mailbox in /var/mail.

I thought this was a result of a bug in Eudora - but since it's happening 
to other users too, I have to look at the server.




Re: MailDir stopped working

2001-06-01 Thread Robert Schmid

This is what I'm using to start qmail -

exec env - PATH=/usr/local/qmail/bin:$PATH \
qmail-start ./Mailbox splogger qmail

This has not changed since it was installed and the MailDir worked until 
recently.



At 6/1/2001 02:21 PM -0600, you wrote:
Robert Schmid [EMAIL PROTECTED] wrote:
  For some reason I can no longer get my mail (pop or IMAP) using
  ~user/Mailbox.  In order to access my mail again I had to add a symbolic
  link to users mailbox in /var/mail.

The server configuration changed, then.

  I thought this was a result of a bug in Eudora - but since it's happening
  to other users too, I have to look at the server.

Yes, you have to look at the server.

Did you have an actual question to ask the list?

Charles
--
---
Charles Cazabon[EMAIL PROTECTED]
GPL'ed software available at:  http://www.qcc.sk.ca/~charlesc/software/
Any opinions expressed are just that -- my opinions.
---




RE: MailDir stopped working

2001-06-01 Thread Robert Schmid

Yes, mail is still being delivered properly, to the 
~user/Mailbox.  However, I had to add symlinks to get it recognized.

The rc script I use is the default -- from /usr/local/qmail/rc:

#!/bin/sh

# Using splogger to send the log through syslog.
# Using qmail-local to deliver messages to ~/Mailbox by default.

exec env - PATH=/usr/local/qmail/bin:$PATH \
qmail-start ./Mailbox splogger qmail

So, why am I no longer able to access Mailboxes without symlinks?


At 6/1/2001 05:37 PM -0400, you wrote:
Actually my guess is that mail is still being delivered properly, but the
popper configuration has changed.

-Original Message-
From: Charles Cazabon [mailto:[EMAIL PROTECTED]]
Sent: Friday, June 01, 2001 5:21 PM
To: [EMAIL PROTECTED]
Subject: Re: MailDir stopped working


Robert Schmid [EMAIL PROTECTED] wrote:
For some reason I can no longer get my mail (pop or IMAP) using
~user/Mailbox.  In order to access my mail again I had to add a
symbolic
link to users mailbox in /var/mail.
  
  The server configuration changed, then.
  
I thought this was a result of a bug in Eudora - but since it's
happening to other users too, I have to look at the server.
  
  Yes, you have to look at the server.
  
  Did you have an actual question to ask the list?

  This is what I'm using to start qmail -
 
  exec env - PATH=/usr/local/qmail/bin:$PATH \
  qmail-start ./Mailbox splogger qmail

You still haven't asked a question.  I'm assuming you want to know why you
need symlinks from /var/spool/$USER to $USER/Mailbox.

This is controlled by the script you use to start qmail-smtpd, not qmail
proper.  Post that script, and we'll show you what you've done wrong.

Charles
--
---
Charles Cazabon[EMAIL PROTECTED]
GPL'ed software available at:  http://www.qcc.sk.ca/~charlesc/software/
Any opinions expressed are just that -- my opinions.
---