RE: [vchkpw] Toasters with POP-Before-SMTP

2003-06-05 Thread Jeff Garvas
Ben,

Just read the vpopmail directions on --enable-roaming-users=y as a
./configure option.

It tells you what you need to do.  You can use mysql or a flat file to store
the files, it doesn't matter.

As for the POP-before-imap I can't tell you off the top of my head.  I have
not tackled it yet.

-Jeff


 -Original Message-
 From: Ben Ullian [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, June 03, 2003 10:05 PM
 To: [EMAIL PROTECTED]
 Subject: [vchkpw] Toasters with POP-Before-SMTP


 does anyone know of a qmail toaster setup guide (with or without mysql
 -- I dont care, cdb is fine) that describes how to implement POP/IMAP
 before SMTP with vpopmail?

 I'm not even sure if IMAP before SMTP is possible, but if so, it would
 be good (i'd be using Courier-IMAP).

 I had a toaster set up a while ago which required POP-before-SMTP, but
 I recompiled Qmail to use mysql and since then I have had open relay
 issues, yet i can't seem to find the original guide i used. I'd be
 willing to ditch mysql entirely and do the first installation again, as
 long as the solution has pop-before-smtp/imap-before-smtp.

 ben






Re: [vchkpw] Toasters with POP-Before-SMTP

2003-06-05 Thread Matthew Walker
http://www.shupp.org/toaster/ is the one I use, but the other answer you got
is correct about the config arguement.

POP-Before-IMAP is possible, but for some reason Courier has disabled the
feature for unexplained security reasons. I don't have the information
handy, but I'm sure someone else on the list can provide the file and line
you have to edit to get it to work.

Matthew

Ben Ullian said:
 does anyone know of a qmail toaster setup guide (with or without mysql
 -- I dont care, cdb is fine) that describes how to implement POP/IMAP
 before SMTP with vpopmail?

 I'm not even sure if IMAP before SMTP is possible, but if so, it would
 be good (i'd be using Courier-IMAP).

 I had a toaster set up a while ago which required POP-before-SMTP, but
 I recompiled Qmail to use mysql and since then I have had open relay
 issues, yet i can't seem to find the original guide i used. I'd be
 willing to ditch mysql entirely and do the first installation again, as
 long as the solution has pop-before-smtp/imap-before-smtp.

 ben







Re: [vchkpw] Toasters with POP-Before-SMTP

2003-06-05 Thread Spork
On Wed, 4 Jun 2003, Matthew Walker wrote:

 POP-Before-IMAP is possible, but for some reason Courier has disabled the
 feature for unexplained security reasons. I don't have the information
 handy, but I'm sure someone else on the list can provide the file and line
 you have to edit to get it to work.

I posted a query to the courier list (and also found another post asking
the same thing) about the IMAP-before-SMTP problem, but did not get any
answers.

Charles

 Matthew

 Ben Ullian said:
  does anyone know of a qmail toaster setup guide (with or without mysql
  -- I dont care, cdb is fine) that describes how to implement POP/IMAP
  before SMTP with vpopmail?
 
  I'm not even sure if IMAP before SMTP is possible, but if so, it would
  be good (i'd be using Courier-IMAP).
 
  I had a toaster set up a while ago which required POP-before-SMTP, but
  I recompiled Qmail to use mysql and since then I have had open relay
  issues, yet i can't seem to find the original guide i used. I'd be
  willing to ditch mysql entirely and do the first installation again, as
  long as the solution has pop-before-smtp/imap-before-smtp.
 
  ben
 
 
 






Re: [vchkpw] Toasters with POP-Before-SMTP

2003-06-05 Thread Matthew Walker
Spork said:
 On Wed, 4 Jun 2003, Matthew Walker wrote:

 POP-Before-IMAP is possible, but for some reason Courier has disabled the
 feature for unexplained security reasons. I don't have the information
 handy, but I'm sure someone else on the list can provide the file and line
 you have to edit to get it to work.

 I posted a query to the courier list (and also found another post asking
 the same thing) about the IMAP-before-SMTP problem, but did not get any
 answers.

Digging back through my mailbox, I found this:

 To be a little more precise...
 Remove the line #undef HAVE_OPEN_SMTP_RELAY from authlib/preauthvchkpw.c
 and recompile Courier-IMAP.

in reference to the IMAP-Before-SMTP problem. From what I can tell, this
/should/ be enough to get it going.

Matthew



Re: [vchkpw] Toasters with POP-Before-SMTP

2003-06-05 Thread Andrew Kohlsmith
 POP-Before-IMAP is possible, but for some reason Courier has disabled the
 feature for unexplained security reasons. I don't have the information
 handy, but I'm sure someone else on the list can provide the file and
 line you have to edit to get it to work.

Yes, and it works just fine if you uncomment it.  I am not sure what the 
security reason is either, perhaps with an older version of vpopmail or 
something the possibility of a buffer overflow?

Regards,
Andrew



Re: [vchkpw] Toasters with POP-Before-SMTP

2003-06-05 Thread [EMAIL PROTECTED]
Matthew Walker wrote:

Spork said:
 

On Wed, 4 Jun 2003, Matthew Walker wrote:

   

POP-Before-IMAP is possible, but for some reason Courier has disabled the
feature for unexplained security reasons. I don't have the information
handy, but I'm sure someone else on the list can provide the file and line
you have to edit to get it to work.
 

I posted a query to the courier list (and also found another post asking
the same thing) about the IMAP-before-SMTP problem, but did not get any
answers.
   

Digging back through my mailbox, I found this:

 

To be a little more precise...
Remove the line #undef HAVE_OPEN_SMTP_RELAY from authlib/preauthvchkpw.c
and recompile Courier-IMAP.
   

I have the authlib/preauthvchkpw.c file

the line is different it is

#ifdef HAVE_OPEN_SMTP_RELAY

Any comment?

Should the line be removed or uncomment? I am hearing different stories 
for the action.

David Kwok




[vchkpw] Toasters with POP-Before-SMTP

2003-06-04 Thread Ben Ullian
does anyone know of a qmail toaster setup guide (with or without mysql 
-- I dont care, cdb is fine) that describes how to implement POP/IMAP 
before SMTP with vpopmail?

I'm not even sure if IMAP before SMTP is possible, but if so, it would 
be good (i'd be using Courier-IMAP).

I had a toaster set up a while ago which required POP-before-SMTP, but 
I recompiled Qmail to use mysql and since then I have had open relay 
issues, yet i can't seem to find the original guide i used. I'd be 
willing to ditch mysql entirely and do the first installation again, as 
long as the solution has pop-before-smtp/imap-before-smtp.

ben