Re: VPOPMAIL + APOP

2001-12-01 Thread Ryan Duda
0, Mike Rogers wrote: >Great! Any expected release date for 5.1? > You think it will support CRAM-MD5 as well (there are two standard forms >of APOP)- Makes no diff if it only does one though. Just would love >something back. >-- >Mike > > >- Original Mess

Re: VPOPMAIL + APOP

2001-12-01 Thread Ryan Duda
It will be reappearing in 5.1-devel. -Ryan At 08:55 PM 11/30/2001 -0400, Mike Rogers wrote: >Hrm- Maybe that should be documented somewhere. Seems like a pretty useful >feature to just get rid of. There is still APOP switches on all the tools >as well and an APOP field. Hrm... >-- >Mike > >-

Re: Client won't authenticate

2001-10-05 Thread Ryan Duda
At 04:03 PM 10/5/2001 +1000, Vpop wrote: >Roger wrote: > >Hi All, > >I am trying to set vpopmail up on a remote server (for someone else) and >everything seems to work except for using a client to recieve email. > >The problem is (using netscape) after setting up the user, that the >client can't o

Re: md5 auth

2001-10-01 Thread Ryan Duda
I believe the authentication depends on your systems crypt lib. -Ryan At 01:13 PM 9/30/2001 +, :: Patrick Tracanelli :: wrote: > I know it might be a usual question, but its not on the FAQ... > How do i add md5 support for vpopmail? Will it work normally with mysql > support? > > Thanx

Re: case insensitive usernames ?

2001-09-14 Thread Ryan Duda
At 12:30 PM 9/14/2001 +, Greg Cope wrote: >Dear All > >Have I missed something or is it possible to have set a flag so that >usernames (the bit to the left of the @ sign) are case insensitive ? Running 4.10.32, I don't have that issue. It doesn't seem to matter if I Mix / uc / lc the address

Your patches.

2001-09-07 Thread Ryan Duda
Hi Vladimir, I'm curious, once your patches are integrated into later vpopmail releases will it still require modifications to qmail-popup and storing of clear-text passwords? -Ryan >At 11:19 AM 8/13/2001 +1100, you wrote: >Good day! >a few days ago I made some modifications in qmail-popu

Re: Do we have to use vchkpw ?

2001-08-27 Thread Ryan Duda
It would be nice if APOP support was added back into the vpopmail package. I've seen a lot of requests for it lately and I'm sure it is probably not too difficult to do, then again not much of a C programmer. -Ryan At 04:09 PM 8/25/2001 -0400, martin wrote: >Hi. > >I normally use APOP >http:/

discard-no-mailbox patch.

2001-08-19 Thread Ryan Duda
> > >However, I have patched my copy of vdelivermail to allow a third >option - discard-no-mailbox. This will "silently" discard the >message if it is bound for an invalid recipient (it does log the >action), and returns 0 for success so the message is removed from >the queue. > >Eric Calvert E

APOP and the 4.10.x tree

2001-07-25 Thread Ryan Duda
Did anyone ever reply to this? Has the apop authentication support been removed from 4.10.x? -Ryan At 11:09 AM 7/20/2001 -0400, Dave 'Duke of URL' Weiner wrote: >Did the options for APOP drop out of the 4.10.x tree? In 4.9.10, configure >and configure.in have routines to check for the presence

Re: vpopmail and iMacs

2001-07-19 Thread Ryan Duda
By default outlook express uses apop style authentication with OE5.x for the mac. -Ryan At 12:07 PM 7/5/2001 -0400, Kit Halsted wrote: >At 10:16 PM +1200 7/5/01, Gordon Smith wrote: >>Has anyone experienced problems with iMac users authenticating? > >I'm on a PowerBook G4, but many of my users

Aborted Mysql Connections (4.10.x)

2001-06-11 Thread Ryan Duda
FreeBSD 4.3-S Has anyone noticed an abundance of Aborted connections with 4.10.x in the mysqld log. I just upgraded one of my machines from 4.9.10 to 4.10.17 and noticed that these Aborted connection messages are being logged 5 or 6 times a minute. I also updated mysql from 3.22.x to 3.23.x wh

Problems Compiling 4.10.17.

2001-06-10 Thread Ryan Duda
Under FreeBSD 4.3-S gcc -I. -I/usr/local/include/mysql -g -O2 -Wall -c vdelivermail.c vdelivermail.c: In function `deliver_mail': vdelivermail.c:454: warning: long unsigned int format, unsigned int arg (arg 4) vdelivermail.c:454: warning: long unsigned int format, different type arg (arg 7)

Problems Compiling 4.10.16.

2001-06-08 Thread Ryan Duda
Under FreeBSD 4.3-S gcc -g -O2 -Wall -o vchkpw vchkpw.o libvpopmail.a -L/usr/local/lib/mysql -lmysqlclient -lz -lcrypt -lz -lm libvpopmail.a(vpopmail.o): In function `remove_line': /root/vpopmail-4.10.16/vpopmail.c(.text+0xf24): undefined reference to `get_write_lock' /root/vpopmail-4.10.16/

Compiling Problems 4.10.14.

2001-06-04 Thread Ryan Duda
Under FreeBSD 4.3-S gcc -I. -I/usr/local/include/mysql -g -O2 -Wall -c vauth.c vauth.c: In function `vcreate_ip_map_table': vauth.c:830: `res' undeclared (first use in this function) vauth.c:830: (Each undeclared identifier is reported only once vauth.c:830: for each function it appears in.)

4.10.9 vdeloldusers.c failure

2001-05-26 Thread Ryan Duda
Hi, I'm attempting to compile 4.10.9 and getting this error on make. gcc -I. -I/usr/local/include/mysql -g -O2 -Wall -c vdeloldusers.c vdeloldusers.c:143: `#else' not within a conditional vdeloldusers.c:150: unbalanced `#endif' *** Error code 1 -- 143:#else 144:int main() 145:{ 146:

Re: vpopmail+mysql authentication problem

2001-05-19 Thread Ryan Duda
Hi Roy, I doubt this is going to solve your immediate problem but you're missing the /tcprules in your configure script. --enable-tcprules-prog=/usr/local/bin/tcprules where is your tcprules program. If you installed the tcprules program into a directory other than /usr/local/bin, use this opt

Re: vconvert : updating from 4.9.5 with cdb to 4.10.3 with mysql

2001-05-19 Thread Ryan Duda
Justin, My only suggestion would be to look at the password hash inside of your mysql table and confirm that it is still using a DES hash after you change one of the accounts with ./vpasswd. The KJ / 0C change is based on time and it's nothing to worry about. -Ryan At 11:18 AM 5/19/2001 +020

Re: valias command under 4.10.3

2001-05-17 Thread Ryan Duda
TECTED] | >| struman | rifelist.org | &[EMAIL PROTECTED] | > >Works perfectly. > >Sean > > >- Original Message - >From: "Ryan Duda" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Cc: "Sean C Truman" <[EMAI

Re: valias command under 4.10.3

2001-05-17 Thread Ryan Duda
am wrong, but the alias_line need to comply with >.qmail standards. &[EMAIL PROTECTED] to forward and if you wish to deliver to >Maildir just use /home/vpopmail/domains/domain.com/test/Maildir > >Sean > > >- Original Message - >From: "Ryan Duda"

valias command under 4.10.3

2001-05-17 Thread Ryan Duda
Hi, I installed 4.10.3 last night with "--enable-mysql=y --enable-valias=y". Then tried issuing the ./valias command: ./valias must supply alias email address valias: usage: [options] email_address options: -v ( display the vpopmail version number ) -s ( show aliases ) -d (