Re: qmail-popbull used w/ imap

2001-06-01 Thread Russell Nelson

michael writes:
  This question I suppose is directed at Russell since he is the 
  writer of qmail-popbull...
  
  We're trying to get courier-imap running and the desire is to
  also have bulletin ability.  Since qmail-popbull is called as
  part of tcpserver startup for qmail I'm hoping it can be 
  inserted into the startup string for imap.  Can anyone think
  of a reason why it wouldn't be able to be done?  I'd check
  it out now, but am still working on getting checkpassword
  converted for use w/ courier-imap since it appears to need
  a few extra environment variables set.  I'd rather not have 
  to add that functionality into a new piece of code.

Won't work, because Mr. Sam chose not to use checkpassword for
courier-imap.  qmail-popbull requires the use of checkpassword.

-- 
-russ nelson [EMAIL PROTECTED]  http://russnelson.com
Crynwr sells support for free software  | PGPok | Microsoft rivets everything.
521 Pleasant Valley Rd. | +1 315 268 1925 voice | Linux has some loose screws.
Potsdam, NY 13676-3213  | +1 315 268 9201 FAX  | You own a screwdriver.



Re: qmail-popbull used w/ imap

2001-06-01 Thread Scott Gifford

Russell Nelson [EMAIL PROTECTED] writes:

 michael writes:
   This question I suppose is directed at Russell since he is the 
   writer of qmail-popbull...
   
   We're trying to get courier-imap running and the desire is to
   also have bulletin ability.  Since qmail-popbull is called as
   part of tcpserver startup for qmail I'm hoping it can be 
   inserted into the startup string for imap.  Can anyone think
   of a reason why it wouldn't be able to be done?  I'd check
   it out now, but am still working on getting checkpassword
   converted for use w/ courier-imap since it appears to need
   a few extra environment variables set.  I'd rather not have 
   to add that functionality into a new piece of code.
 
 Won't work, because Mr. Sam chose not to use checkpassword for
 courier-imap.  qmail-popbull requires the use of checkpassword.

Here's the configuration I use to make courier-imap use checkpassword
and qmail-popbull:

http://www.ornl.gov/its/archives/mailing-lists/qmail/2000/04/msg01189.html

Good luck,

ScottG.



RE: qmail-popbull used w/ imap

2001-06-01 Thread michael

Scott, you rock!  I was just feeling good about myself because
I figured out what imaplogin was passing along and was munging
checkpassword to account for the slightly different file
descriptor 3.  Then would have been the fun of figuring out
what imapd needed.  It never hurts to really look close at code,
though.  Thanks so much for the follow up and to Russell I'll 
thank again for the popbull code.  8^)

-- 
Michael Boyiazis
[EMAIL PROTECTED]
Mail Architect, NetZero, Inc.

 -Original Message-
 From: Scott Gifford [mailto:[EMAIL PROTECTED]]
 Sent: Friday, June 01, 2001 9:26 AM
 To: michael
 Cc: Russell Nelson; [EMAIL PROTECTED]
 Subject: Re: qmail-popbull used w/ imap
 
 
 Russell Nelson [EMAIL PROTECTED] writes:
 
  michael writes:
This question I suppose is directed at Russell since he is the 
writer of qmail-popbull...

We're trying to get courier-imap running and the desire is to
also have bulletin ability.  Since qmail-popbull is called as
part of tcpserver startup for qmail I'm hoping it can be 
inserted into the startup string for imap.  Can anyone think
of a reason why it wouldn't be able to be done?  I'd check
it out now, but am still working on getting checkpassword
converted for use w/ courier-imap since it appears to need
a few extra environment variables set.  I'd rather not have 
to add that functionality into a new piece of code.
  
  Won't work, because Mr. Sam chose not to use checkpassword for
  courier-imap.  qmail-popbull requires the use of checkpassword.
 
 Here's the configuration I use to make courier-imap use checkpassword
 and qmail-popbull:
 
http://www.ornl.gov/its/archives/mailing-lists/qmail/2000/04/msg01189.html

Good luck,

ScottG.





Re: qmail-popbull used w/ imap

2001-06-01 Thread Antonio S. Martins Jr.

I had bulletins on my site, I simply create a shell script that hardlink
the bulletin into the ~/Maildir/new of all users! 


On Fri, 1 Jun 2001, Russell Nelson wrote:

 Date: Fri,  1 Jun 2001 09:16:10 -0400 (EDT)
 From: Russell Nelson [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Subject: Re: qmail-popbull used w/ imap
 
 michael writes:
   This question I suppose is directed at Russell since he is the 
   writer of qmail-popbull...
   
   We're trying to get courier-imap running and the desire is to
   also have bulletin ability.  Since qmail-popbull is called as
   part of tcpserver startup for qmail I'm hoping it can be 
   inserted into the startup string for imap.  Can anyone think
   of a reason why it wouldn't be able to be done?  I'd check
   it out now, but am still working on getting checkpassword
   converted for use w/ courier-imap since it appears to need
   a few extra environment variables set.  I'd rather not have 
   to add that functionality into a new piece of code.
 
 Won't work, because Mr. Sam chose not to use checkpassword for
 courier-imap.  qmail-popbull requires the use of checkpassword.
 
 -- 
 -russ nelson [EMAIL PROTECTED]  http://russnelson.com
 Crynwr sells support for free software  | PGPok | Microsoft rivets everything.
 521 Pleasant Valley Rd. | +1 315 268 1925 voice | Linux has some loose screws.
 Potsdam, NY 13676-3213  | +1 315 268 9201 FAX  | You own a screwdriver.
 

+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Antonio S. Martins Jr. - System Analist |  Only The Shadow Knows   |
| WorldNet Internet Maringa - PR - Brasil |   what evil lurks in the  |
| E-Mail: [EMAIL PROTECTED]  |   Heart of Men!  |
| [EMAIL PROTECTED]   | !!! Linux User: 52392 !!! |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   This e-mail message is 100% Microsoft free!

 /\
 \ /  CAMPANHA DA FITA ASCII - CONTRA MAIL HTML
  X   ASCII RIBBON CAMPAIGN - AGAINST HTML MAIL
 / \







qmail-popbull used w/ imap

2001-05-31 Thread michael

This question I suppose is directed at Russell since he is the 
writer of qmail-popbull...

We're trying to get courier-imap running and the desire is to
also have bulletin ability.  Since qmail-popbull is called as
part of tcpserver startup for qmail I'm hoping it can be 
inserted into the startup string for imap.  Can anyone think
of a reason why it wouldn't be able to be done?  I'd check
it out now, but am still working on getting checkpassword
converted for use w/ courier-imap since it appears to need
a few extra environment variables set.  I'd rather not have 
to add that functionality into a new piece of code.

Thanks,

-- 
Michael Boyiazis
[EMAIL PROTECTED]
Mail Architect, NetZero, Inc.