Re: [vchkpw] courier-imap roaming-users problem

2005-02-06 Thread Chris Moody
Newer version of courier-imap will no longer be able to write the IPs into the relay table. This is because all authentication has now been moved out of courier (and sqwebmail) and into the courier-authlib package. As has always been the case, authdaemon doesn't support POP before SMTP. That's

Re: [vchkpw] courier-imap roaming-users problem

2005-02-04 Thread Matt Simerson
On Feb 4, 2005, at 10:25 AM, Tom Collins wrote: On Feb 4, 2005, at 6:11 AM, Jesús Arnáiz wrote: The problem is that, although I compiled courier with authvchkpw-auth it seems not to call this program. I think so because I see (with ktrace and truss) that courier authenticate my users reading the

Re: [vchkpw] courier-imap roaming-users problem

2005-02-04 Thread Tom Collins
On Feb 4, 2005, at 6:11 AM, Jesús Arnáiz wrote: The problem is that, although I compiled courier with authvchkpw-auth it seems not to call this program. I think so because I see (with ktrace and truss) that courier authenticate my users reading the mysql database and it adds also the info data t

[vchkpw] courier-imap roaming-users problem

2005-02-04 Thread Jesús Arnáiz
Hi there. I'm using qmail, vpopmail (mysql) with roaming-users, and courier-imap on my FreeBSD Box. The problem is that, although I compiled courier with authvchkpw-auth it seems not to call this program. I think so because I see (with ktrace and truss) that courier authenticate my users readin

Re: vpopmail & courier-imap & roaming user

2001-06-12 Thread Sean C Truman
PROTECTED]> Sent: Tuesday, June 12, 2001 6:25 AM Subject: vpopmail & courier-imap & roaming user > If this is a stupid question, please just point me to relevant > links--dont' shout, thanks. : ) > > I'm new to imap, after installing courier-imap, and I found that I c

Re: vpopmail & courier-imap & roaming user

2001-06-12 Thread KMAN
From: "Kieran Barnes" <[EMAIL PROTECTED]> > What is the exact error you are getting? >From my outlook express: The message could not be sent because one of the recipients was rejected by the server. The rejected e-mail address was '[EMAIL PROTECTED]'. Subject 'Fw: test', Account: '_TEST', Server:

RE: vpopmail & courier-imap & roaming user

2001-06-12 Thread Kieran Barnes
on... 01772 622558 > -Original Message- > From: KMAN [mailto:[EMAIL PROTECTED]] > Sent: 12 June 2001 12:25 > To: vpopmail list Com > Subject: vpopmail & courier-imap & roaming user > > > If this is a stupid question, please just point me to relev

vpopmail & courier-imap & roaming user

2001-06-12 Thread KMAN
If this is a stupid question, please just point me to relevant links--dont' shout, thanks. : ) I'm new to imap, after installing courier-imap, and I found that I can't send an email through that account. I have qmail + vpopmail (with roaming user) + courier-imap that only uses authvchkpw.. after

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

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-roa

courier imap roaming

2001-04-23 Thread Lu
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