Re: mysql crypt seed

2001-10-17 Thread Ken Jones
On Wed, 2001-10-17 at 20:52, Charlie Chrisman wrote: > what is the seed of the crypt of the password when using mysql > authentication? basically i want to write a quick, small script that will > allow users to change their password. thats all... it doesn't use the mysql crypt/password function

PersonalDB.net 회원으로 초대받으셨습니다.

2001-10-17 Thread 관리자
Title: PersonalDB ¼Ò°³ ¸ÞÀÏ PersonalDB´Â »õ·Î¿î °³ÀÎ Áö½Ä ¹× Á¤º¸°ü¸® ½Ã½ºÅÛÀÔ´Ï´Ù. PersonalDB¿Í ÇÔ²² »õ·Î¿î Á¤º¸È­ ¼¼°è·Î ³ª¾Æ°¡Áö ¾ÊÀ¸½Ã°Ú½À´Ï±î?

Re: mysql crypt seed

2001-10-17 Thread Charlie Chrisman
prehaps i should be more specific. im using a php4 script to change the password. basically i do a: $oldone = crypt($oldpasswd,$emailinfo[0]); and then compare that crypt to the crypt in the vpopmail database, vpopmail table, pw_passwd where pw_name='$emailinfo[0]' and pw_domain='$emailinfo[1]

This is from INSTALL in qmailadmin ....

2001-10-17 Thread Bjarne Hansen
0. fast install guide..   type:    ./configure    make clean    make    make install-strip   Is this correct way of building  qmailadmin? I can not understand what this make clean statment is doing here? I belive make clean is an old make c

mail checking ??? [qmail + vpopmail]

2001-10-17 Thread Tells
When i am trying to send or receive mail, connecting to to mailserver takes me approx. 1-2 min. Does anybody understand what is wrong there??? (network speed is excelent. for example login with ssh takes just 1-2 sec)

Re: This is from INSTALL in qmailadmin ....

2001-10-17 Thread Gabriel Ambuehl
-BEGIN PGP SIGNED MESSAGE- Hello Bjarne, Wednesday, October 17, 2001, 9:47:47 AM, you wrote: > 0. fast install guide.. >type: > ./configure > make clean > make > make install-strip > Is this correct way of building q

Qmail and frends ...

2001-10-17 Thread Bjarne Hansen
Hi!   I have at least five times successfully build qmail / tcpserver / vpopmail 5.   But whatever and however much I try I can NOT get qmailadmin to install! I have tryed over and over again. Reinstalled RedHat 7.1 and done it fraom scratch. It is not working!   First I tryed with vpopmail

RE: Qmail and frends ...

2001-10-17 Thread Tren Blackburn
Please give more details. What version of qmailadmin are you using? What errors are you getting? Please remember that vpopmail 5 requires qmailadmin 0.87 (get from www.shupp.org) and sqwebmail 3.1.0. If you want to use vpopmail 4.9.10, use qmailadmin 0.45 and sqwebmail 2.x.x. If you are using

encrypting maildir

2001-10-17 Thread Arne Hueggenberg
Hi, what i would like to do is to encrypt the messages prior to writing to maildir, and to decrypt them prior to delivery, so that on a box with several root users the message integrity would be enhanced. Does anyone have an idea on how i could accomplish this? -- Arne Hueggenberg <[EMAIL PRO

Qmail and friends

2001-10-17 Thread Bjarne Hansen
Thanks! With a litle help I am looking at this nice norewgian interface to webadmin.. Bjarne Hansen

Re: mail checking ??? [qmail + vpopmail]

2001-10-17 Thread Bill Shupp
on 10/17/01 4:29 AM, Tells at [EMAIL PROTECTED] spake: > When i am trying to send or receive mail, connecting to > to mailserver takes me approx. 1-2 min. > Does anybody understand what is wrong there??? > (network speed is excelent. for example login with ssh takes just 1-2 sec) Assuming you ar

Re: encrypting maildir

2001-10-17 Thread Gabriel Ambuehl
-BEGIN PGP SIGNED MESSAGE- Hello Arne, Wednesday, October 17, 2001, 3:09:29 PM, you wrote: > Hi, > what i would like to do is to encrypt the messages prior to writing > to maildir, and to decrypt them prior to delivery, so that on a box > with several root users the message integrity w

Re: encrypting maildir

2001-10-17 Thread Arne Hueggenberg
On Wednesday, 17. October 2001 17:01, you wrote: > -BEGIN PGP SIGNED MESSAGE- > > Hello Arne, > > Wednesday, October 17, 2001, 3:09:29 PM, you wrote: > > Hi, > > > > what i would like to do is to encrypt the messages prior to writing > > to maildir, and to decrypt them prior to delivery, s

pine?

2001-10-17 Thread Micah Abrams
I am curious as to what you people are using to read your email?  I'm looking for a good email client to use while ssh'd into my machine. I could always set pine or whatever to read the mail via imap, but I'd rather have something that read the spool directly.  suggestions?    Micah

RE: pine?

2001-10-17 Thread Tren Blackburn
Well, that's not really possible as the spool is owned by vpopmail.vchkpw so unless you own that virtual email domain, you're going to have to use IMAP anyway. I personally use pine with imap access. I know alot of people prefer mutt. One of these days I'll get to checking it out. Regards, Tr

Re: This is from INSTALL in qmailadmin ....

2001-10-17 Thread Ken Jones
On Wed, 2001-10-17 at 02:47, Bjarne Hansen wrote: > 0. fast install guide.. >type: > ./configure > make clean > make > make install-strip > > > Is this correct way of building qmailadmin? I can not understand what this make >c

RFC: eliminate dups script for vpopmail

2001-10-17 Thread Chris Hardie
Hi. This message is in regards to the script posted here: http://www.qmail.org/eliminate-dups The script's purpose is to eliminate duplicate messages in mail delivery to a single, catch-all mailbox. This is useful for folks who use fetchmail-like programs to retrieve the mail via POP and re

Re: RFC: eliminate dups script for vpopmail

2001-10-17 Thread Chris Hardie
AHEM! The patch mentioned below had a slight typo in it that would prevent it from working. That's what I get for making One Last Change. Please see the corrected patch attached. Chris On Wed, 17 Oct 2001, Chris Hardie wrote: > > Hi. This message is in regards to the script posted here: > >

subscription

2001-10-17 Thread Curtis Wood

Compile error w/ mysql "cannot find -lz"?

2001-10-17 Thread Ryan White
After searching through the mailing list with no luck I finally decided to send a plea for help. Ok I don't think I quite understand I must have something wrong in my configure. ./configure --enable-roaming-users=y --enable-mysql=y --enable-clear-passwd= y --enable-valias=y --enable-libdir=/usr/l

Re: Compile error w/ mysql "cannot find -lz"?

2001-10-17 Thread Tren Blackburn
Install zlib Regards, Tren. On Wed, 17 Oct 2001, Ryan White wrote: > After searching through the mailing list with no luck I finally decided to > send a plea for help. > > Ok I don't think I quite understand I must have something wrong in my > configure. > ./configure --enable-roaming-users=y

RE: Compile error w/ mysql "cannot find -lz"?

2001-10-17 Thread Dave Storandt
You should have a /usr/include/zlib.h file in your distribution. If not, get the zlib library from www.zlib.org and install it. -Dave -Original Message- From: Ryan White [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 17, 2001 5:28 PM To: vpopmail Subject: Compile error w/ mysql "ca

Re: Compile error w/ mysql "cannot find -lz"?

2001-10-17 Thread Ryan White
Ahh yes.. thank you very much. Just for the archives.. Debian does not come with header files. Remember to install -dev packages. -Ryan - Original Message - From: "Tren Blackburn" <[EMAIL PROTECTED]> To: "Ryan White" <[EMAIL PROTECTED]> Cc: "vpopmail" <[EMAIL PROTECTED]> Sent: Wednesday

mini-qmail error

2001-10-17 Thread vchkpw
I'm trying to get mini-qmail setup on a second server. I have setup mini-qmail on the second server and added the necessary files to the primary qmail server according to the directions at http://www.din.or.jp/~ushijima/mini-qmail-kit.html and http://cr.yp.to/qmail/mini.html and this seems to be

RE: mini-qmail error

2001-10-17 Thread Chris Bolt
> On the regular qmail box, I have the qmqp.tcp file allowing the second > server's IP address, and the tcpserver qmail-qmqpd process is running I > think, although it is not listed like as qmail-qmqpd but as a tcpserver > process... This is correct, I'm assuming. Use ps auxwww | grep qmqp to see

RE: Domain does not/already exists

2001-10-17 Thread Jay Runde
I did a little investigating tonight about this problem I am still having. For some reason the followin line was removed from /var/qmail/users/assign approximately 55 minutes after the original line was put in when the domain was created. +test2.com-:test2.com:89:89:/home/vpopmail/domains/test2.c

mysql crypt seed

2001-10-17 Thread Charlie Chrisman
what is the seed of the crypt of the password when using mysql authentication? basically i want to write a quick, small script that will allow users to change their password. thats all... thanks charlie

Re: Domain does not/already exists

2001-10-17 Thread Tim Hunter
If I remember correctly, if you installed qmail with a certain RPM you will have to remove a certain cron job that runs and cleans out the file. - Original Message - From: "Jay Runde" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 17, 2001 9:34 PM Subject: RE: Domain

RE: Domain does not/already exists

2001-10-17 Thread Jay Runde
That looks like that is what it is doing it. There was a cron job scheduled to run hourly that takes the contents of /etc/passwd and runs a program to rewrite the users/assign file. Thank you for your help. -Original Message- From: Tim Hunter [mailto:[EMAIL PROTECTED]] Sent: Wednesday,

default value of vacation time response

2001-10-17 Thread Mathieu Meylan
hi all, with qmailadmin 0.87 you have the vacation option the .qmail file of the "vacation" enabled mailbox is like following : | /opt/qmail/bin/autorespond 86400 3 \ /var/spool/popmail/domains/test.com/0/H/username/vacation/message \ /var/spool/popmail/domains/test.com/0/H/username/vacation

Re: default value of vacation time response

2001-10-17 Thread Ken Jones
On Wed, 2001-10-17 at 05:54, Mathieu Meylan wrote: > hi all, > > with qmailadmin 0.87 you have the vacation option > > the .qmail file of the "vacation" enabled mailbox is like following : > > | /opt/qmail/bin/autorespond 86400 3 \ > /var/spool/popmail/domains/test.com/0/H/username/vacation/me