Re: [vchkpw] Re: vpopmail FHS compliance

2009-03-17 Thread Matt Brookings
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Japheth Cleaver wrote: > On Sat, March 14, 2009 10:30 am, aledr wrote: >> On Sat, Mar 14, 2009 at 2:03 PM, Matt Brookings wrote: > > *snip* > > We've had the same sort of concerns regarding FHS compliance (and > eas-

Re: [vchkpw] Re: vpopmail FHS compliance

2009-03-17 Thread Matt Brookings
will make packaging easy Please explain. - -- /* Matt BrookingsGnuPG Key D9414F70 Software developer Systems technician Inter7 Internet Technologies, Inc. (815)776-9465 */ -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (GNU/Linux) Comment:

Re: [vchkpw] Re: vpopmail FHS compliance

2009-03-17 Thread Matt Brookings
some parts of the code will be > linked with mysql, pgsql, oracle etc.. Please explain why you would need different parts of vpopmail talking to different databases. - -- /* Matt BrookingsGnuPG Key D9414F70 Software developer Systems technician Inter7 Inter

Re: [vchkpw] Deleting primary domain; keeping alias domains

2009-03-18 Thread Matt Brookings
domain data for it to alias. - -- /* Matt BrookingsGnuPG Key D9414F70 Software developer Systems technician Inter7 Internet Technologies, Inc. (815)776-9465 */ -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozilla

Re: [vchkpw] Re: vpopmail FHS compliance

2009-03-18 Thread Matt Brookings
opmail as a project just doesn't need them very badly right now. If someone wants to write a patch against the 5.5 tree, I'll look into it and if the code is done well, I will consider adding it, but it was not in my plan for 5.5. - -- /* Matt BrookingsGnuPG Key D9414F70 Soft

Re: [vchkpw] Deleting primary domain; keeping alias domains

2009-03-18 Thread Matt Brookings
If your users of this domain own both domains, and simply want the new domain to 'be their primary', just tell them it's done, and to use the new domain name and leave everything as it is. The instructions above look correct by the way :) - -- /* Matt Brook

Re: [vchkpw] Deleting primary domain; keeping alias domains

2009-03-18 Thread Matt Brookings
domains. - -- /* Matt BrookingsGnuPG Key D9414F70 Software developer Systems technician Inter7 Internet Technologies, Inc. (815)776-9465 */ -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mo

Re: [vchkpw] Re: vpopmail FHS compliance

2009-03-18 Thread Matt Brookings
g to make vpopmail better! I'll probably look into what it will take to move the authentication backends into modules for the 5.5 branch. Thanks for your input. - -- /* Matt BrookingsGnuPG Key D9414F70 Software developer Systems technician Inter7

Re: [vchkpw] Re: vpopmail FHS compliance

2009-03-18 Thread Matt Brookings
bably others > and make the vpopmail userbase grow. I appreciate your input. I'm just not very familiar with binary distribution maintenance. I will be looking into this further. Thanks! - -- /* Matt BrookingsGnuPG Key D9414F70 Software developer Sys

[vchkpw] vpopmail backend modules

2009-03-19 Thread Matt Brookings
the module code itself and update it's naming conventions. Because of naming conflicts, the backend modules rename any exported 'vauth_' commands to 'auth_', and 'vclose' becomes 'vvclose'. For an exact list, look at vauth.c in the main source dire

[vchkpw] PostgreSQL module added to 5.5 branch

2009-03-19 Thread Matt Brookings
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The pgsql module now builds. That leaves Sybase and Oracle, both of which I simply don't have any experience developing with. - -- /* Matt BrookingsGnuPG Key D9414F70 Software developer Systems techn

Re: [vchkpw] PostgreSQL module added to 5.5 branch

2009-03-19 Thread Matt Brookings
uld be great! I think I've got MySQL and Postgres taken care of, but a second set of eyes would be great. I'll be dropping a snapshot before I leave work today, or just grab it from SVN in branches/v5_5_0. Thanks! - -- /* Matt BrookingsGnuPG Key D9414F70 Software devel

[vchkpw] 5.5-1237499484 snapshot available on SourceForge

2009-03-19 Thread Matt Brookings
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Major change since last snapshot is backend module support. Below is the current ChangeLog: 5.5.0 - Current Matt Brookings - Updated build scripts considerably - Updated to build vusaged - Fixed some format string bugs - Updated config

[vchkpw] Added FHS compliance to 5.5 branch

2009-03-26 Thread Matt Brookings
ld take a quick look at how it's forming paths and let me know if everything checks out as it should. Thanks! - -- /* Matt BrookingsGnuPG Key D9414F70 Software developer Systems technician Inter7 Internet Technologies, Inc. (815)776-9465 */

Re: [vchkpw] Added FHS compliance to 5.5 branch

2009-03-26 Thread Matt Brookings
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Itamar Reis Peixoto wrote: > I will make a rpms for fedora and submit it for review. > > I will send a feedback for you as soon as possible Sounds wonderful. Thanks! - -- /* Matt BrookingsGnuPG Key D9414F70 Software

[vchkpw] Added vmoduserflags binary to 5.5 branch

2009-03-26 Thread Matt Brookings
+chpass +expert -relay Changing: +chpass -relay +expert t...@test.com: +chpass +pop +webmail +imap -bounce -relay +dialup -user0 -user1 -user2 -user3 +smtp -domadmin +domquota +spam -sysadmin +expert +maildrop So, there you have it. - -- /* Matt BrookingsGnuPG Key D9414F70 So

Re: [vchkpw] vpopmail FHS compiler flags

2009-03-27 Thread Matt Brookings
m rebuilding the configure scripts. At the top of configure.ac, comment out: AC_SUBST(CFLAGS, "") AC_SUBST(LDFLAGS, "") ..then run autoconf, and re-configure and make. I'll fix this in subversion. - -- /* Matt BrookingsGnuPG Key D9414F70 Software developer

Re: [vchkpw] Added vmoduserflags binary to 5.5 branch

2009-03-27 Thread Matt Brookings
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Wouter van der Schagt wrote: > Yup :) My question is, perhaps i should rephrase it, whether it can be > included in the next version automatically :) I'll get it in 5.5 later today. I have to patch it for 5.5 first. - -- /* Mat

Re: [vchkpw] Added FHS compliance to 5.5 branch

2009-03-27 Thread Matt Brookings
he mailstore directory be created then? Should the build system just assume it's there? > I'll make a more detailed report and patches. I need to make some further changes to the build system, so if you could just get me details, that'd be great. - -- /* Matt Brookings

[vchkpw] vmoddomain and vfilter

2009-03-27 Thread Matt Brookings
a whole, which it appears it does not, I'll be removing it from the source file. - -- /* Matt BrookingsGnuPG Key D9414F70 Software developer Systems technician Inter7 Internet Technologies, Inc. (815)776-9465 */ -BEGIN PGP SIGNATURE- Versio

Re: [vchkpw] vmoddomain and vfilter

2009-03-27 Thread Matt Brookings
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Manvendra Bhangui wrote: > My mistake. That flag was meant for a filter executable built using eps. > I have not yet completed it for vpopmail. It should be removed. Sounds good. It's in the repository. - -- /* Matt Brookings

Re: [vchkpw] Added FHS compliance to 5.5 branch

2009-03-27 Thread Matt Brookings
on fais theult >> ./conftest$ac_exeext Wow. Okay. I've got a 64bit laptop over here. I'll work it out over there. >> I'll write a new mail to discuss about the packaging process, I need >> just a few hours to solve some problems. Cool, thanks. >&g

Re: [vchkpw] Added FHS compliance to 5.5 branch

2009-03-27 Thread Matt Brookings
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 aledr wrote: >> Here is the section for MD5 on a x86_64 system: What OS and flavor btw? I'm installing CentOS on a laptop over here. I've got to resize the partitions first though. Another hour and 45 left on the resize. - -- /*

Re: [vchkpw] vpopmail FHS compiler flags

2009-03-29 Thread Matt Brookings
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Itamar Reis Peixoto wrote: > Can you fix CFLAGS and LDFLAGS in other scripts too? > > ./backends/postgres/configure.ac > ./backends/mysql/configure.ac > ./backends/cdb/configure.ac > ./backends/ldap/configure.ac Changes are in svn

Re: [vchkpw] Added FHS compliance to 5.5 branch

2009-03-29 Thread Matt Brookings
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 aledr wrote: > On Fri, Mar 27, 2009 at 3:32 PM, Matt Brookings wrote: > aledr wrote: >>>>> Here is the section for MD5 on a x86_64 system: > What OS and flavor btw? I'm installing CentOS on a laptop over here. I'

Re: [vchkpw] error compiling vpopmail 5.5 with gcc 4.4 in fedora-rawhide

2009-03-29 Thread Matt Brookings
t; bigdir.o: could not read symbols: Bad value > collect2: ld returned 1 exit status > make: *** [libvpopmail.so] Error 1 > [ita...@localhost vpopmail]$ Temporary solution is to export CFLAGS="-fPIC" and configure && make again. Permanent fix in svn. - -- /* M

[vchkpw] Re: vpopmail make install should support DESTDIR

2009-03-30 Thread Matt Brookings
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Itamar Reis Peixoto wrote: > vpopmail make install should support DESTDIR Added to svn. By the way, there is no need to CC me personally. Mailing to the list is plenty :) - -- /* Matt BrookingsGnuPG Key D9414F70 Software develo

Re: [vchkpw] vpopmail make install should support DESTDIR

2009-03-30 Thread Matt Brookings
ay of doing this that most packages do, let me know where to read about it. If not, I'll make one. - -- /* Matt BrookingsGnuPG Key D9414F70 Software developer Systems technician Inter7 Internet Technologies, Inc. (815)776-9465 */ -BEGIN PGP SIG

Re: [vchkpw] irc CHAT

2009-03-30 Thread Matt Brookings
el these days. :) - -- /* Matt BrookingsGnuPG Key D9414F70 Software developer Systems technician Inter7 Internet Technologies, Inc. (815)776-9465 */ -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozill

Re: [vchkpw] vdelivermail stdout to Dovecot deliver

2009-03-31 Thread Matt Brookings
not very familiar with the issues involved in getting vdelivermail to deliver to Dovecot directly, but I would like to see more support for Dovecot in vpopmail. As soon as there's some preliminary idea of how to get this part working, or some sample code, please let me know so I can l

Re: [vchkpw] vpopmail make install should support DESTDIR

2009-04-01 Thread Matt Brookings
fi ; \ This was basically what I was planning on doing. If they aren't root, and they haven't set the path to something they can potentially write to, it won't chmod or mkdir. That would cover the bases, right? - -- /* Matt BrookingsGnuPG Key D9414F70 Softwar

Re: [vchkpw] vpopmail make install should support DESTDIR

2009-04-01 Thread Matt Brookings
t's efficiency improved greatly. > done simply because djb did it in qmail? I doubt that. I've never heard anyone reference that on the list, or in person over here. - -- /* Matt BrookingsGnuPG Key D9414F70 Software developer Systems techni

Re: [vchkpw] vpopmail make install should support DESTDIR

2009-04-01 Thread Matt Brookings
er to configure > or build the software... or is there some other reason root permissions > are required? They are required because currently, the Makefiles want to mkdir and chown, etc. - -- /* Matt BrookingsGnuPG Key D9414F70 Software developer System

[vchkpw] Test FHS patch

2009-04-02 Thread Matt Brookings
working on packaging vpopmail, let me know if this does the trick, or what further changes are still needed. Thanks! - -- /* Matt BrookingsGnuPG Key D9414F70 Software developer Systems technician Inter7 Internet Technologies, Inc. (815)776-9465 */

Re: [vchkpw] Added FHS compliance to 5.5 branch

2009-04-02 Thread Matt Brookings
tcrypt gdb> run It should tell you what line it failed at. >> But It doesn't have: #include >> ;D Woops. Did including crypt.h fix it? - -- /* Matt BrookingsGnuPG Key D9414F70 Software developer Systems technician Inter7 Interne

Re: [vchkpw] Test FHS patch

2009-04-02 Thread Matt Brookings
OPMAIL_DIR_ETC)/vusaged.conf; fi Eh, ignore those. They aren't that important. How did the 'make install' go? - -- /* Matt BrookingsGnuPG Key D9414F70 Software developer Systems technician Inter7 Internet Technologies, Inc. (815)776-94

Re: [vchkpw] Added FHS compliance to 5.5 branch

2009-04-02 Thread Matt Brookings
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 aledr wrote: > Woops. Did including crypt.h fix it? > >> Yes... =D Great! I'll add the change to the repository. - -- /* Matt BrookingsGnuPG Key D9414F70 Software developer Systems technician

Re: [vchkpw] Test FHS patch

2009-04-02 Thread Matt Brookings
Operation > not permitted Woops. Missed the postgres and MySQL backends. Will fix this. - -- /* Matt BrookingsGnuPG Key D9414F70 Software developer Systems technician Inter7 Internet Technologies, Inc. (815)776-9465 */ -BEGIN PGP SIGNATURE- V

Re: [vchkpw] Test FHS patch

2009-04-03 Thread Matt Brookings
ed when building vpopmail, but that may change. As a result of this log I found a few issues that still need to be resolved, but I'll get em fixed here soon. - -- /* Matt BrookingsGnuPG Key D9414F70 Software developer Systems technician Inter7 Inter

Re: [vchkpw] vpopmail make install should support DESTDIR

2009-04-06 Thread Matt Brookings
s, in 5.5. Try not to discuss what vpopmail does and does not do in reference to development when looking at 5.4. 5.4 is locked. If you want to know if vpopmail does something, check 5.5 :) - -- /* Matt BrookingsGnuPG Key D9414F70 Software developer Systems tech

[vchkpw] Updates to 5.5

2009-04-06 Thread Matt Brookings
ase a snapshot on SourceForge later today with any changes that are made to the repository. - -- /* Matt BrookingsGnuPG Key D9414F70 Software developer Systems technician Inter7 Internet Technologies, Inc. (815)776-9465 */ -BEGIN PGP SIGNATURE- Version:

[vchkpw] 5.5.0 snapshot on SourceForge

2009-04-06 Thread Matt Brookings
R is set - Updated detection and auto-creation of tcp.smtp inside configure.ac to work with DESTDIR correctly - Updated backend Makefiles to not chown when not root - Fixed bug in vauth_open wrapper that returned success instead of failure if vauth_load_module failed - -- /* Matt Broo

Re: [vchkpw] vpopmail-5.5.0-1239053335 issues

2009-04-07 Thread Matt Brookings
ail 5.4.25 which run perfectly Did you 'make install' in the backend directory? If so, please paste the commands the make install ran. Also, please provide 'uname -a' and also what configure options you used. Thanks. - -- /* Matt BrookingsGnuPG Key D941

Re: [vchkpw] vusaged question

2009-04-07 Thread Matt Brookings
27;new' or 'cur' directory entry will be quite large; it will factor this in. Is that what you were looking for, or were you looking for something more specific? - -- /* Matt BrookingsGnuPG Key D9414F70 Software developer Systems technician In

Re: [vchkpw] vusaged question

2009-04-07 Thread Matt Brookings
uota support. So, I suppose the answer to your question is that it's better. As far as stability, I only have it on a few production servers, and I haven't gotten any reports from people. I can't really say except from my own experience, which is that it has not caused any problems.

Re: [vchkpw] vusaged question

2009-04-07 Thread Matt Brookings
..@domain,129387 > pe...@domain,19273 > ja...@domain,102938 > > Where the output is comma delimited as mailbox,storage_used That's not how the client API works. Take a look at vusagec.c in the root directory in the 5.5 branch. It shows how the client API works. - -- /* Matt

Re: [vchkpw] vpopmail-5.5.0-1239053335 issues

2009-04-07 Thread Matt Brookings
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 kengheng wrote: >> ln -s /var/qmail/vpopmail/lib/vmysql.so Please paste output of: ldd /var/qmail/vpopmail/lib/vmysql.so - -- /* Matt BrookingsGnuPG Key D9414F70 Software developer Systems technician

Re: [vchkpw] vpopmail-5.5.0-1239053335 issues

2009-04-08 Thread Matt Brookings
t;libc.so.6 => /lib/libc.so.6 (0xb7e93000) >/lib/ld-linux.so.2 (0xb805)* Add /usr/local/mysql/lib/mysql to your ldconfig and try again. - -- /* Matt BrookingsGnuPG Key D9414F70 Software developer Systems technician Inter7 Internet Tec

Re: [vchkpw] vpopmail-5.5.0-1239053335 issues

2009-04-09 Thread Matt Brookings
anch in svn that will report the failure. In the mean time, recompile the backend with --enable-libdir=/path where path is the full path to the directory that libmysqlclient.so is located. - -- /* Matt BrookingsGnuPG Key D9414F70 Software developer Systems techn

Re: [vchkpw] vpopmail-5.5.0-1239053335 issues

2009-04-09 Thread Matt Brookings
in the backend modules, heh. - -- /* Matt BrookingsGnuPG Key D9414F70 Software developer Systems technician Inter7 Internet Technologies, Inc. (815)776-9465 */ -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozilla

Re: [vchkpw] Clarification regarding taps!

2009-04-10 Thread Matt Brookings
set it to copy, and that would include user1 to user2 if your taps covered it. Format for taps is :. If the source regular expression matches the envelope sender or any recipient, destination will be BCC'd on the message. - -- /* Matt BrookingsGnuPG Key D9414F70 Softw

Re: [vchkpw] setuid & vuserinfo

2009-04-20 Thread Matt Brookings
d to run it as a normal user. - -- /* Matt BrookingsGnuPG Key D9414F70 Software developer Systems technician Inter7 Internet Technologies, Inc. (815)776-9465 */ -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using Gn

Re: [vchkpw] pw_passwd

2009-04-20 Thread Matt Brookings
tle information about either. This isn't something we're going to be able to walk you through via a mailing list, and much of it is outside the scope of this mailing list and shouldn't be here. I would highly recommend you contact a professional qmail consultant for this work.

Re: [vchkpw] Migration from 5.4.26 to 5.4.27

2009-04-22 Thread Matt Brookings
ve at a unique filename is entirely up to the delivery process. Processes reading these files, like a POP3 or IMAP server, do not care what the filename is. Therefore, unless vpopmail was trying to re-create the same filenames over and over, there was no misbehavior in previous ver

Re: [vchkpw] Mails delivered by maildirsmtp bounce with looping error after upgrade from 5.4.9 to 5.4.27

2009-04-23 Thread Matt Brookings
t seem to 'work' again? More than likely, there was a bug fixed in the older version that allowed your odd system of clustering to work, whereas now, it's doing the correct checks and balances. Again, this is really only guess. I'd try putting your old vdelivermail binary in

Re: [vchkpw] Mails delivered by maildirsmtp bounce with looping error after upgrade from 5.4.9 to 5.4.27

2009-04-23 Thread Matt Brookings
process. Just something to think about. - -- /* Matt BrookingsGnuPG Key D9414F70 Software developer Systems technician Inter7 Internet Technologies, Inc. (815)776-9465 */ -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Usi

Re: [vchkpw] Mails delivered by maildirsmtp bounce with looping error after upgrade from 5.4.9 to 5.4.27

2009-04-24 Thread Matt Brookings
r is what's in question. Fix that, and you'll fix the problem. - -- /* Matt BrookingsGnuPG Key D9414F70 Software developer Systems technician Inter7 Internet Technologies, Inc. (815)776-9465 */ -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (G

Re: [vchkpw] to specify some mail addresses

2009-04-24 Thread Matt Brookings
static ip address. > > How can I do that ? You cannot. The best way to do what you want is to have an SMTP authentication patch installed on your system. - -- /* Matt BrookingsGnuPG Key D9414F70 Software developer Systems technician Inter7 Internet Technol

Re: [vchkpw] vpopmail 5.5 experiences during configure and install

2009-04-24 Thread Matt Brookings
Starting it manually results in the same: > > /home/vpopmail/bin/vusaged: error while loading shared libraries: > libvpopmail.so: cannot open shared object file: No such file or directory > > Eventhough the libdir according to the configure output seems to be > correct. Same as ab

Re: [vchkpw] vpopmail 5.5 experiences during configure and install

2009-04-24 Thread Matt Brookings
..er, it's --enable-domainquotas not --enable-domain-quotas - -- /* Matt BrookingsGnuPG Key D9414F70 Software developer Systems technician Inter7 Internet Technologies, Inc. (815)776-9465 */ -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (GNU/Linu

Re: [vchkpw] vpopmail 5.5 experiences during configure and install

2009-04-24 Thread Matt Brookings
enny. >> I though it's just making some remarks about your init.d script in the >> script's header. > >> http://www.linuxfoundation.org/collaborate/workgroups/lsb Thanks! - -- /* Matt BrookingsGnuPG Key D9414F70 Software developer

Re: [vchkpw] vpopmail 5.5 experiences during configure and install

2009-04-24 Thread Matt Brookings
nning on several large production servers. If there's anything that should be stable, it should be that daemon. Several months of development and testing went into that code. > As for the LSB (Linux Standard Base) tags..I think the implementation is > relatively new. More information is

Re: [vchkpw] vpopmail 5.5 experiences during configure and install

2009-04-27 Thread Matt Brookings
will notice that many of 5.5's binaries use the daemon. vuserinfo, vdominfo, vdelivermail, vchkpw, etc. It will be *a lot* faster than a du. - -- /* Matt BrookingsGnuPG Key D9414F70 Software developer Systems technician Inter7 Internet Technologies, Inc.

Re: [vchkpw] vpopmail valias wildcard support - every...@domain.com

2009-04-28 Thread Matt Brookings
cate the sent mail. You wouldn't want a spammer, or an employee who shouldn't be emailing everyone, to email company-wide. You could write an email interface to vpopbull probably. One that requires a password somewhere in the email, and have it passed the message via a dotqmail

Re: [vchkpw] More vpopmail 5.5 notes / experiences

2009-04-28 Thread Matt Brookings
Disable quota checking and build the vusage daemon separately. You can then use the vusage API, or the client, to perform your own checks. The vusage daemon doesn't care about vpopmail's configurations in regards to quota checking, because it doesn't do quota enforcement.

Re: [vchkpw] vpopmail valias wildcard support - every...@domain.com

2009-04-28 Thread Matt Brookings
will look for a password in the email (to be stripped out of course). I'll look into this. I'll probably have it link EPS and only enable this feature if EPS is found on the system. - -- /* Matt BrookingsGnuPG Key D9414F70 Software developer Syst

Re: [vchkpw] More vpopmail 5.5 notes / experiences

2009-04-28 Thread Matt Brookings
g the correct etc directory (ie: it's looking at the correct vpopmail.mysql file), and that the vpopmail.mysql file is accurate? Also, please give me the output of: nm ~vpopmail/etc/vpopmail.authmodule ldd ~vpopmail/etc/vpopmail.authmodule Thanks. - -- /* Matt BrookingsGnuPG Ke

Re: [vchkpw] More vpopmail 5.5 notes / experiences

2009-04-28 Thread Matt Brookings
ant to test the vusage daemon and the backend module code to make sure it's fully portable across Unix-based systems. - -- /* Matt BrookingsGnuPG Key D9414F70 Software developer Systems technician Inter7 Internet Technologies, Inc. (815)776-9465 */

Re: [vchkpw] Convert MySQL to LDAP?

2009-05-05 Thread Matt Brookings
ctions, you should be good to go. - -- /* Matt BrookingsGnuPG Key D9414F70 Software developer Systems technician Inter7 Internet Technologies, Inc. (815)776-9465 */ -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuP

Re: [vchkpw] Some vaddaliasdomain questions

2009-05-06 Thread Matt Brookings
andle quotas? mail > delivered to the alias, is it calculated in the usage of the real domain? An alias domain is interchangeable with the original domain in operation. The only difference is how it's added and deleted. - -- /* Matt BrookingsGnuPG Key D9414

Re: [vchkpw] horde & passwd (KMM45578142I15977L0KM)

2009-05-12 Thread Matt Brookings
opmail. However, you can change your > password for Wachovia Online Banking. To change this information, > please follow the instructions below: As hilarious as this is, I've unsubscribed Wachovia's online banking support email address from the vchkpw list. - -- /* Mat

Re: [vchkpw] Some experiences with 5.5

2009-06-01 Thread Matt Brookings
omains with an average of four users/domain and like > 90G of mail. Great! Please let me know how it goes. We have it in production at a few locations. - -- /* Matt BrookingsGnuPG Key D9414F70 Software developer Systems technician Inter7 Internet Technologies,

Re: [vchkpw] Some experiences with 5.5

2009-06-02 Thread Matt Brookings
long time to poll, we artificially adjust it's next update time. The 'factor' is a multiplicative of how long it took. So, if a directory has 250,000 emails in it, and it took 3 minutes to poll it, we don't want to poll that directory very often because what are the cha

Re: [vchkpw] smtp auth with chkuser problems

2009-06-09 Thread Matt Brookings
ould ever > exist in the smtp conversation anyhow... You are supposed to redirect stdout and stderr to another location. Either to /dev/null or to logfiles. - -- /* Matt BrookingsGnuPG Key D9414F70 Software developer Systems technician Inter7 Internet

Re: [vchkpw] smtp auth with chkuser problems

2009-06-10 Thread Matt Brookings
d generally debugging output, etc, are done with printf()s and fprintf()s which unless purposely mucked with, are going to hit descriptors 1 and 2. Anyway, please let us know if you figure out what's going on. - -- /* Matt BrookingsGnuPG Key D9414F70 Software developer

Re: [vchkpw] quota limit upto 2gb

2009-07-06 Thread Matt Brookings
est development version on SourceForge. - -- /* Matt BrookingsGnuPG Key FAE0672C Software developer Systems technician Inter7 Internet Technologies, Inc. (815)776-9465 */ -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with

[vchkpw] Previous spam

2009-07-06 Thread Matt Brookings
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 FYI: Sender was unsubscribed and banned from our lists. - -- /* Matt BrookingsGnuPG Key FAE0672C Software developer Systems technician Inter7 Internet Technologies, Inc. (815)776-9465 */ -BEGIN PGP

Re: [vchkpw] quota limit upto 2gb

2009-07-14 Thread Matt Brookings
me how to update the vpopmail on a qmailtoaster server. Back up your ~vpopmail/lib, bin, etc, and include directories. Then install vpopmail from source over the existing vpopmail installation. - -- /* Matt BrookingsGnuPG Key FAE0672C Software developer Systems

Re: [vchkpw] quota limit upto 2gb

2009-07-14 Thread Matt Brookings
rs for storing and comparing quotas, so yes, 5.5 can set quotas above 2gb. Furthermore, the latest development version looking to go stable, 5.4.28, has changes to use these same 64bit integers and has support for the vpopmail usage daemon. - -- /* Matt BrookingsGnuPG Key FAE0672

Re: [vchkpw] quota limit upto 2gb

2009-07-17 Thread Matt Brookings
es to write this file in memory. Basically, vusaged should be providing maildirsize readers with the information they need by accessing vusaged. If they don't do that, or can't be updated to do this, the case with most existing packages, it shouldn't be stated anywhere they shouldn'

Re: [vchkpw] Any 5.4.28 or 5.5 ETA?

2009-07-28 Thread Matt Brookings
and qmailadmin. The 5.5 branch's time frame depends greatly on 5.4.28's time line. When 5.4.28 goes stable, the final version of the 5.4 tree, 5.5 will become the development version looking for a stable release. - -- /* Matt BrookingsGnuPG Key FAE0672C Software devel

Re: [vchkpw] 5.4.28 test remarks

2009-07-28 Thread Matt Brookings
e big problems with the quota system, solve any remaining large bugs, and finally, to release a final 5.4 tree version so the new 5.5 tree could go development with it's *many*, *big* changes. - -- /* Matt BrookingsGnuPG Key FAE0672C Software developer Systems t

Re: [vchkpw] 5.4.28 - vusaged - error - deferral: Aack,_child_crashed._(#4.3.0)

2009-07-28 Thread Matt Brookings
vdelivermail by hand, or the vusagec binary by hand, and see if that crashes. - -- /* Matt BrookingsGnuPG Key FAE0672C Software developer Systems technician Inter7 Internet Technologies, Inc. (815)776-9465 */ -BEGIN PGP SIGNATURE- Version: GnuPG v1.4

[vchkpw] Re: Testing

2009-07-31 Thread Matt Brookings
7;d be pretty surprised, but it's certainly possible. Is there any chance you can copy the existing domain to this test environment? Maybe copying the domain over to the test environment will duplicate the issue so I can debug it. Many thanks again for allowing me to access your systems

[vchkpw] Uploaded vpopmail 5.4.28 release candidate 1

2009-07-31 Thread Matt Brookings
e new interface looks nicer, but it's also slower and appears to be missing features the old one had. Any ideas? - -- /* Matt BrookingsGnuPG Key FAE0672C Software developer Systems technician Inter7 Internet Technologies, Inc. (815)776-9465 */ -BEGIN PGP

Re: [vchkpw] Vpopmail 5.4.28 - rc1 - notes

2009-08-02 Thread Matt Brookings
ke to know. Can you compile vusaged with 'CFLAGS += -g3 -static', reproduce the segfault running vusaged under valgrind, and then email me the valgrind output? - -- /* Matt BrookingsGnuPG Key FAE0672C Software developer Systems technician Inter7 Intern

Re: [vchkpw] Problem adding accounts

2009-08-06 Thread Matt Brookings
rse, I'm trying to execute this command as > root. > The owner of qmail files is "vpopmail" who belongs to the group > "vchkpw". What authentication backend are you using? LDAP? - -- /* Matt BrookingsGnuPG Key FAE0672C Software developer

Re: [vchkpw] Problem adding accounts

2009-08-06 Thread Matt Brookings
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Benón Fuertes wrote: > El jue, 06-08-2009 a las 12:15 -0500, Matt Brookings escribió: > Benón Fuertes wrote: >>>> server# /var/vpopmail/bin/vadduser u...@domain password >>>> Error: Internal (implementation specific

Re: [vchkpw] problem with vpopmail and ldap.

2009-08-10 Thread Matt Brookings
if they work better. - -- /* Matt BrookingsGnuPG Key FAE0672C Software developer Systems technician Inter7 Internet Technologies, Inc. (815)776-9465 */ -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://

[vchkpw] Mailbox groups added to 5.5 branch

2009-08-14 Thread Matt Brookings
ther interface using the API), without being a domain administrator. A couple notes: * This feature works independently of vlimits * This code has been in production for several years under heavy use but the the code was written for an older version of vpopmail Thanks! - -- /

[vchkpw] Re: Mailbox groups added to 5.5 branch

2009-08-14 Thread Matt Brookings
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Matt Brookings wrote: > * This code has been in production for several years under heavy use but > the the code was written for > an older version of vpopmail Er, this is incorrect. It was written for an old version of qmailadm

[vchkpw] New 5.5 release on SourceForge

2009-08-14 Thread Matt Brookings
files not to show up, it may take a while for the uploaded file to be available. If you're able to use 5.5 in a semi-production, or production environment, please do not hesitate to give me any feedback about your experience. Thanks! - -- /* Matt BrookingsGnuPG Key FAE0672C

Re: [vchkpw] adding load_connection_info into backends/postgres

2009-08-17 Thread Matt Brookings
sql Please add this to the feature request tracker on SourceForge. - -- /* Matt BrookingsGnuPG Key FAE0672C Software developer Systems technician Inter7 Internet Technologies, Inc. (815)776-9465 */ -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (GNU

Re: [vchkpw] adding load_connection_info into backends/postgres

2009-08-17 Thread Matt Brookings
hat's going on. - -- /* Matt BrookingsGnuPG Key FAE0672C Software developer Systems technician Inter7 Internet Technologies, Inc. (815)776-9465 */ -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://

Re: [vchkpw] vpopmail UID/GID hardcoded in config.h

2009-08-17 Thread Matt Brookings
but that's not currently available. Just an OT about the config: It will be compiled so as to be very quick to load. Thoughts anyone? - -- /* Matt BrookingsGnuPG Key FAE0672C Software developer Systems technician Inter7 Internet Technologies, Inc. (81

Re: [vchkpw] Upgrading vpopmail 5.5.0

2009-08-17 Thread Matt Brookings
way out of the configure script. I'll have this fixed shortly. - -- /* Matt BrookingsGnuPG Key FAE0672C Software developer Systems technician Inter7 Internet Technologies, Inc. (815)776-9465 */ -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (GNU/Li

[vchkpw] --enable-many-domains back in 5.5

2009-08-17 Thread Matt Brookings
e, not the main source tree. - -- /* Matt BrookingsGnuPG Key FAE0672C Software developer Systems technician Inter7 Internet Technologies, Inc. (815)776-9465 */ -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozi

Re: [vchkpw] Upgrading vpopmail 5.5.0

2009-08-17 Thread Matt Brookings
e at the top: #define MANY_DOMAINS 1 ..then rebuild the MySQL module and re-start the vusage daemon. - -- /* Matt BrookingsGnuPG Key FAE0672C Software developer Systems technician Inter7 Internet Technologies, Inc. (815)776-9465 */ -BEGIN PGP SIGNATURE-

Re: [vchkpw] vpopmail UID/GID hardcoded in config.h

2009-08-17 Thread Matt Brookings
> least a universal alternative... I was being too general for the sake of brevity when I referenced parsing of /etc/passwd. The getpwnam and related functions use whatever authentication system you have for authenticating system users. - -- /* Matt BrookingsGnuPG Key FAE0672C

Re: [vchkpw] vpopmail UID/GID hardcoded in config.h

2009-08-17 Thread Matt Brookings
thentication backend stores user and group information. This means you're accessing an authentication database for uid/gid information. Whether you choose to do password comparisons is up to you, but the call is just as expensive. - -- /* Matt BrookingsGnuPG Key FAE067

  1   2   3   4   5   >