[vchkpw] password encryption

2003-10-25 Thread cyko
what style of encryption does vpopmail implement on the passwords that it stores in the sql db? thanks! :Patrick Lahni [EMAIL PROTECTED] - This mail sent through IMP: http://horde.org/imp/

Re: [vchkpw] different per user quotas on a single domain

2003-10-11 Thread cyko
Quoting Jochen Schug <[EMAIL PROTECTED]>: > Alexander Bruns wrote: > > >I am traying to get quota work for my installation og vpopmail stable > (5.2.1) > > > > > I don't know how reliable the quota support in vpopmail-5.2.1 is, in the > developement branch it's working pretty good. One big imp

Re: [vchkpw] different per user quotas on a single domain

2003-10-11 Thread cyko
Quoting Justin Heesemann <[EMAIL PROTECTED]>: > On Saturday 11 October 2003 13:47, Animesh Bansriyar wrote: > > Hi All, > > > > Is it possible to implement per user level per domain based quotas > > with vpopmail. Suppose I have a virtual domain using vpopmail and > > want some users to have 2 MB

[vchkpw] qmailadmin-1.0.27 error on rh7.3

2003-10-08 Thread cyko
I'm trying to compile qmailadmin-1.0.27 and I'm getting the following error: gcc -I. -I/usr/local/vpopmail/include -g -O2 -c qmailadmin.c qmailadmin.c:32:21: vlimits.h: No such file or directory qmailadmin.c:67: error: storage size of `Limits' isn't known make: *** [qmailadmin.o] Error 1 I'

Re: [vchkpw] 5.2.1 compile error

2003-10-07 Thread cyko
Figured it would be wise to provide my configure options: ./configure --enable-mysql=y --enable-libs=/usr/lib/mysql \ --enable-roaming-users=y --enable-defaultquota=10485760S,1000C \ --enable-mysql-replication=y --enable-logging=p \ --enable-mysql-logging=y --enable-clear-passwd=y Hope this can h

[vchkpw] 5.2.1 compile error

2003-10-07 Thread cyko
I'm getting the following error compiling vpopmail-5.2.1 on a Redhat 7.3 box: In file included from vauth.c:32: vmysql.h:53:22: missing terminating " character vmysql.h:60:35: missing terminating " character make[2]: *** [vauth.o] Error 1 make[2]: Leaving directory `/usr/local/src/vpopmail-5.2.1'

[vchkpw] upgrade problems from 5.3.8 to 5.3.24

2003-08-23 Thread cyko
Upon upgrading from vpopmail-5.3.8 to vpopmail-5.3.24, I had problems with mail getting delivered properly. In my qmail logs, all I see is the following: @40003f47a6c2147432cc new msg 4480001 @40003f47a6c2149ab244 info msg 4480001: bytes 1341 from <[EMAIL PROTECTED]> qp 24631 uid 85 @4

[vchkpw] Similar to per-domain quotas

2003-08-18 Thread cyko
I've looked through the docs and googled and I didn't see anything in regards to this topic. I've set a default-quota 1or 20m, thus any user created gets set a 10m quota unless I change it manually. Now, I want to be able to (maybe upon vadddomain) to set a domain quota. By this, I mean if I cr

RE: [vchkpw] Problems Upgrading from 5.3.20 to 5.3.24

2003-08-18 Thread cyko
Quoting Tom Walsh <[EMAIL PROTECTED]>: > ::I think I may have found the problem. Was there a structural > ::change from 5.3.20 > ::to 5.3.24 in the mysql database? > :: > ::Just to see if I could create a new domain and have it work, I did the > ::following: > :: > ::[EMAIL PROTECTED]:/usr/local/

Re: [vchkpw] Problems Upgrading from 5.3.20 to 5.3.24

2003-08-18 Thread cyko
Quoting "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>: > > > I was successfully running vpopmail-5.3.20. I decided to upgrade to > vpopmail-5.3.24 and now I'm getting the following bounce messages: > > [snip] > <[EMAIL PROTECTED]>: > vmysql: sql error[3]: > Sorry, no mailbox here by that name. vpopmail

Re: [vchkpw] Problems Upgrading from 5.3.20 to 5.3.24

2003-08-18 Thread cyko
Quoting "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>: > > > I was successfully running vpopmail-5.3.20. I decided to upgrade to > vpopmail-5.3.24 and now I'm getting the following bounce messages: > > [snip] > <[EMAIL PROTECTED]>: > vmysql: sql error[3]: > Sorry, no mailbox here by that name. vpopmail

[vchkpw] Problems Upgrading from 5.3.20 to 5.3.24

2003-08-18 Thread cyko
I was successfully running vpopmail-5.3.20. I decided to upgrade to vpopmail-5.3.24 and now I'm getting the following bounce messages: [snip] <[EMAIL PROTECTED]>: vmysql: sql error[3]: Sorry, no mailbox here by that name. vpopmail (#5.1.1) [/snip] I used the following parameters to configure v

Re: [vchkpw] qmail+SMTP auth

2003-08-16 Thread cyko
Here is the bottom part of my qmail-smtpd/run script: exec /usr/local/bin/softlimit -m 500 \ /usr/local/bin/tcpserver -v -R -l "$LOCAL" -x /etc/tcp.smtp.cdb -c "$MAXSMTPD" \ -u "$QMAILDUID" -g "$NOFILESGID" 0 smtp rblsmtpd \ -r sbl.spamhaus.org \ -r relays.ord

Re: [vchkpw] make install error (v5.3.20)

2003-07-11 Thread cyko
I tried using gmake and I received the following output (same result essentially): [EMAIL PROTECTED]:/usr/local/src/vpopmail-5.3.20# gmake install Making install in cdb gmake[1]: Entering directory `/usr/local/src/vpopmail-5.3.20/cdb' gmake[1]: Nothing to be done for `install'. gmake[1]: Leaving d

Re: [vchkpw] make install error (v5.3.20)

2003-07-11 Thread cyko
Quoting "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>: > > > I'm trying to install vpopmail-5.3.20 on a freebsd4.8 machine. I'm receiving > the following errors: > > [EMAIL PROTECTED]:/usr/local/src/vpopmail-5.3.20# make install > Making install in cdb > rm -f libvpopmail.a > ar cru libvpopmail.a vpopm

[vchkpw] make install error (v5.3.20)

2003-07-11 Thread cyko
I'm trying to install vpopmail-5.3.20 on a freebsd4.8 machine. I'm receiving the following errors: [EMAIL PROTECTED]:/usr/local/src/vpopmail-5.3.20# make install Making install in cdb rm -f libvpopmail.a ar cru libvpopmail.a vpopmail.o md5.o bigdir.o vauth.o file_lock.o vpalias.o seek.o vlimit

Re: [vchkpw] Qmail looking into wrong Maildir

2003-06-04 Thread cyko
Quoting John Morrow <[EMAIL PROTECTED]>: > Here is the output of qmail-showctl: [...] > locals: > > Messages for smtp.clanmorrow.com are delivered locally. > > me: My name is smtp.clanmorrow.com. [...] > rcpthosts: > > SMTP clients may send messages to recipients at smtp.clanmorrow.c

Re: [vchkpw] Qmail looking into wrong Maildir

2003-06-04 Thread cyko
Show us the unedited output of your qmail-showctl. Chances are its a problem with your locals file. -Patrick Quoting John Morrow <[EMAIL PROTECTED]>: > Hello, > > I have Qmail 1.03 installed and seems to be working. I installed > qmailadmin and vpopmail. > > When I send a receive mail Qmail p

[vchkpw] maildrop and vpopmail/spamassassin

2003-05-31 Thread cyko
/etc/maildroprc In /usr/local/vpopmail/domains: drwx-- 9 vpopmail vchkpw 512 May 30 18:01 realirc.org In /usr/local/vpopmail/domains/realirc.org: -rw--- 1 vpopmail vchkpw 92 May 30 18:01 .qmail-default In /usr/local/vpopmail/domains/realirc.org/cyko: ./Maildir: total 22 drwx--

RE: [vchkpw] maildrop and vpopmail/spamassassin

2003-05-31 Thread cyko
/bin/vuserinfo -d [EMAIL PROTECTED] > > > > if ((/^X-Spam-Flag:.*YES/)) > > { > > `test -d $VHOME/Maildir/.SPAM` > > if( $RETURNCODE == 1 ) > > { > > `maildirmake $VHOME/Maildir/.SPAM; chown -R vpopmail:vchkpw > > $VHOME/Maildir/.SPAM` > > }