Two minor issues

2001-09-06 Thread Einar Bordewich

In earlier versions of vpopmail, you could insert entries in the mysql table
and then e-mail that address for autocreation of userdirectories. This only
happens now when you pop the user or login through sqwebmail, which is nice.
The question is, has the autocreation of Maildir been removed when e-mailing
the address inserted into mysql table?

This is the error reported back to the sender, before [EMAIL PROTECTED] is
pop'ed into:

Hi. This is the qmail-send program at bordewich.net.
I'm afraid I wasn't able to deliver your message to the following addresses.
This is a permanent error; I've given up. Sorry it didn't work out.

[EMAIL PROTECTED]:
can not open new email file errno=2
file=/Maildir/tmp/999803130.1364.hellriser,S=1627


Try having an existing mailinglist e.g. test@yourdomain
Then adduser test@yourdomain passwd
Oops, the mailinglist is gone ;-)

brag
Nice move with empty passwd fields, inserting new passwd when pop'ed into.
Keep up the good work!
/brag
--

IDG New MediaEinar Bordewich
Development Manager  Phone: +47 2336 1420
E-Mail:  eibo(at)newmedia.no
Lat: 59.91144 N  Lon: 10.76097 E






Re: Two minor issues

2001-09-06 Thread Ken Jones

On Thu, 2001-09-06 at 15:12, Einar Bordewich wrote:
 In earlier versions of vpopmail, you could insert entries in the mysql table
 and then e-mail that address for autocreation of userdirectories. This only
 happens now when you pop the user or login through sqwebmail, which is nice.
 The question is, has the autocreation of Maildir been removed when e-mailing
 the address inserted into mysql table?
 
 This is the error reported back to the sender, before [EMAIL PROTECTED] is
 pop'ed into:

Fixed. When vdelivermail was re-written, this code wasn't put
it. it's in there now. I will post a pre4 at the end of the day.

 
 Hi. This is the qmail-send program at bordewich.net.
 I'm afraid I wasn't able to deliver your message to the following addresses.
 This is a permanent error; I've given up. Sorry it didn't work out.
 
 [EMAIL PROTECTED]:
 can not open new email file errno=2
 file=/Maildir/tmp/999803130.1364.hellriser,S=1627
 
 
 Try having an existing mailinglist e.g. test@yourdomain
 Then adduser test@yourdomain passwd
 Oops, the mailinglist is gone ;-)

Not sure how to handle this. Sounds like vadduser should 
check for a the directory before it creates it, or something.

What exactly get's clobbered?

 
 brag
 Nice move with empty passwd fields, inserting new passwd when pop'ed into.
 Keep up the good work!
 /brag
 --
 
 IDG New MediaEinar Bordewich
 Development Manager  Phone: +47 2336 1420
 E-Mail:  eibo(at)newmedia.no
 Lat: 59.91144 N  Lon: 10.76097 E
 
 
 
 





Re: Two minor issues

2001-09-06 Thread Einar Bordewich

  This is the error reported back to the sender, before [EMAIL PROTECTED]
is
  pop'ed into:

 Fixed. When vdelivermail was re-written, this code wasn't put
 it. it's in there now. I will post a pre4 at the end of the day.

Good.

 Not sure how to handle this. Sounds like vadduser should
 check for a the directory before it creates it, or something.

 What exactly get's clobbered?


Mr. Shupp fixed something similar with qmailadmin. Seems like the directory
is deleted and then recreated when adduser is run.

PS! No need to include my address. Just reply to the list.

--

IDG New MediaEinar Bordewich
Development Manager  Phone: +47 2336 1420
E-Mail:  eibo(at)newmedia.no
Lat: 59.91144 N  Lon: 10.76097 E






Re: Two minor issues

2001-09-06 Thread Einar Bordewich

  This is the error reported back to the sender, before [EMAIL PROTECTED]
is
  pop'ed into:

 Fixed. When vdelivermail was re-written, this code wasn't put
 it. it's in there now. I will post a pre4 at the end of the day.

Good.

 Not sure how to handle this. Sounds like vadduser should
 check for a the directory before it creates it, or something.

 What exactly get's clobbered?


Mr. Shupp fixed something similar with qmailadmin. Seems like the directory
is deleted and then recreated when adduser is run.

PS! No need to include my address. Just reply to the list.

--

IDG New MediaEinar Bordewich
Development Manager  Phone: +47 2336 1420
E-Mail:  eibo(at)newmedia.no
Lat: 59.91144 N  Lon: 10.76097 E






Re: Two minor issues

2001-09-06 Thread Ken Jones

On Thu, 2001-09-06 at 16:29, Einar Bordewich wrote:
   This is the error reported back to the sender, before [EMAIL PROTECTED]
 is
   pop'ed into:
 
  Fixed. When vdelivermail was re-written, this code wasn't put
  it. it's in there now. I will post a pre4 at the end of the day.
 
 Good.
 
  Not sure how to handle this. Sounds like vadduser should
  check for a the directory before it creates it, or something.
 
  What exactly get's clobbered?
 
 
 Mr. Shupp fixed something similar with qmailadmin. Seems like the directory
 is deleted and then recreated when adduser is run.

Found it and fixed it. Will be in tonights update.

Ken