Re: courier imap roaming

2001-04-23 Thread Bill Shupp

on 4/23/01 9:13 AM, Lu at [EMAIL PROTECTED] wrote:

> Does --enable-roaming  option for vpopmail covers courier imap as well ?
> Or do I have to use something like relay-ctrl package ?
> 
> If the latter, does it interfere with the roaming functionality of vpopmail
> ?

It does work.  But last as of 1.3.5, you had to comment out the lines:

#ifdef HAVE_OPEN_SMTP_RELAY

and the corresponding

#endif

in authlib/preauthvchkpw.c

This is because the ./configure script wasn't working properly.  It may be
fixed in later versions, though.

-Bill




Re: courier imap roaming

2001-04-23 Thread Javier Frias

courier imap is "supposed" to pick this up automatically, but it doesn't

so here's the fix, 

after your configure, 

cd  courier-imap-1.3.7/authlib 

grep RELAY config.h 

make sure it says   #define HAVE_OPEN_SMTP_RELAY 1 

if it doesn't, well change it... :) 


Lu writes: 

> Does --enable-roaming  option for vpopmail covers courier imap as well ?
> Or do I have to use something like relay-ctrl package ? 
> 
> If the latter, does it interfere with the roaming functionality of vpopmail
> ? 
> 
> Thanks. 
> 
> Lu 
>