[vchkpw] 5.4.18 release candidate

2006-12-23 Thread Rick Widmer
I think the code for the next release is complete. From now on bug fixes should be the only thing we do before release. I am going to look at the documentation for a day or two before saying it is ready to release. The last batch of patches are from Joshua Megerman: - SQL backend fixes - Ext

Re: [vchkpw] 5.4.18 release candidate

2006-12-24 Thread Rick Widmer
Tom Collins wrote: On Dec 23, 2006, at 6:41 PM, Rick Widmer wrote: - SQL backend fixes - Extend length of domain from 64 to 96 in all database backends. Add delete_spamassassin and delete_spam to the limits table. REQUIRES DATABASE STRUCTURE CHANGES! Since MySQL is the most common

Re: [vchkpw] 5.4.18 release candidate

2006-12-28 Thread Rick Widmer
Joshua Megerman wrote: I just tested and that's not what actually happens - it takes the best match. So there is one potential problem with this (though I consider it minimal) - if you have a rule that doesn't include the 'RELAYCLINET=""' and/or 'RBLSMTPD=""', you may end up getting denied if

[vchkpw] 5.4.18 & localrelay patch

2006-12-30 Thread Rick Widmer
I've decided to take the easy way out and pull the localrelay patch from 5.4.18. 5.4.19 isn't too far away, and there are a number of bug fixes that need to get out. Rick

[vchkpw] vpopmail 5.4.18 released

2007-01-03 Thread Rick Widmer
lt to fix mem leak. Tom Collins - vdelivermail: Add missing loop check. - vchangepw: Minor changes to Peter's error checking. Rick Widmer (rwidmer) - Multiple changes to vpopmaild: Add rename_file command. Expert mode works in vmoduser. Commands that are not yet implemented say so. B

Re: [vchkpw] vpopmail 5.4.18 released

2007-01-04 Thread Rick Widmer
Sim wrote: Are there another list for Vpopmail? Yes, [EMAIL PROTECTED] This list is supposed to be the general users list, and the one on SourceForge is the one for hard core development. Rick

[vchkpw] The future of valias & other topics

2007-01-05 Thread Rick Widmer
Sorry this took so long to get written, I've been busy at work... First a quick review of the new features added to the 5.4.18 release: o The option of running a script each time a user or domain is added, deleted or modified. This can be used for sending notification messages, maintaining a l

Re: [vchkpw] Rename user's .qmail to .vpopmail

2007-01-06 Thread Rick Widmer
Tom Collins wrote: Who the heck is Charles Cazabon and why should I care that he thinks our files shouldn't be called .qmail? Charles is probably the most knowledgeable person answering questions on the qmail list. He can be a pain to work with sometimes, but if Charles and DJB were arg

[vchkpw] Local relay patch

2007-01-06 Thread Rick Widmer
John Simpson wrote: > i think the idea of an "onauth" hook, similar to how "onchange" > works, will minimize the amount of code changes needed for > vpopmail, while opening the door for somebody (like joshua) to > write a relay-after-pop3/imap system as external scripts if he > likes, and also o

Re: [vchkpw] Local relay patch

2007-01-06 Thread Rick Widmer
John Simpson wrote: you're right, the "onauth" code itself is simple- i could probably write it in about fifteen minutes, and i'm sure several other people could as well. yeah, vi vpopmail.c duplicate the existing call_onchange function s/change/auth/g s/CHANGE/AUTH/g then... grep PO

Re: [vchkpw] Rename user's .qmail to .vpopmail

2007-01-06 Thread Rick Widmer
Tom Collins wrote: On Jan 6, 2007, at 3:34 AM, Rick Widmer wrote: Tom Collins wrote: > Now that .qmail files are fully supported in vpalias.c, we can > update QmailAdmin to use the vpopmail API to work with the files, > and it won't know anything about their contents. I&#x

Re: [vchkpw] The future of valias & other topics

2007-01-06 Thread Rick Widmer
Tom Collins wrote: i respect charles and his opinion about .qmail and .vpopmail files... but making charles happy is not a primary goal of vpopmail, and it's certainly not an excuse to unsafely force this change on all of the existing vpopmail systems out there. i think it makes more sen

Re: [vchkpw] The future of valias

2007-01-08 Thread Rick Widmer
First here is the into to the documentation for what I have in mind for vpopmail script handling, then I'll answer points from John's email. vpopmail mail script handling. Vpopmail provides a way to manage mail scripts that allows you to choose at configure time between storing scripts in the

Re: [vchkpw] vchkpw/onauth connection types

2007-01-08 Thread Rick Widmer
I think I would prefer the words, but then I don't plan to use it at all, so my opinion probably isn't that important. Joshua Megerman wrote: In developing the onauth API, one of the things that I want to be a part of it is the connection type. Currently, I've got pop3, imap, smtp, vpopmail

Re: [vchkpw] The future of valias & other topics

2007-01-08 Thread Rick Widmer
[EMAIL PROTECTED] wrote: Am I meant to be posting patches here (such as my previous double free problem in vpalias.c) or to another list ? The best place for patches is the tracker on SourceForge. They don't get lost or forgotten that way. Rick

Re: [vchkpw] The future of valias & other topics

2007-01-08 Thread Rick Widmer
[EMAIL PROTECTED] wrote: Attached is a patch for 5.4.18 to enable alias line removal from .qmail based aliases and the implementation of alias line removal using the valias command line program. How did I miss that? I would have sworn that patch was included in the last release. Oh well,

Re: [vchkpw] onauth API

2007-01-09 Thread Rick Widmer
Meet me on vpopmail-devel... [EMAIL PROTECTED] Subscribe on the web: http://sourceforge.net/mail/?group_id=85937 Archive: http://sourceforge.net/mailarchive/forum.php?forum_id=34827

Re: [vchkpw] The future of valias

2007-01-09 Thread Rick Widmer
Meet me on vpopmail-devel... [EMAIL PROTECTED] Subscribe on the web: http://sourceforge.net/mail/?group_id=85937 Archive: http://sourceforge.net/mailarchive/forum.php?forum_id=34827

Re: [vchkpw] Re: vchpw/onauth connection types

2007-01-11 Thread Rick Widmer
Joshua Megerman wrote: For example, vchkpw-imap would set the type to imap. vchkpw-smtp would set it to smtp, etc. This seems like a trivial change, and would only require a softlink back to vchkpw to enable. Am I thinking straight, or am I way offbase? It's not an unreasonable way of d

Re: [vchkpw] Re: vchpw/onauth connection types

2007-01-12 Thread Rick Widmer
Joshua Megerman wrote: Well, changing the default LocalPort value won't necessarily cause a change in functionality, as this is what the code does: Get the value of the TCPLOCALPORT environment variable. If it's not set (getenv returns NULL), set LocalPort to 110, otherwise use atoi to conve

Re: [vchkpw] Rethinking qmail : was Re: [vchkpw] how use chkuser on "dmz"

2007-01-15 Thread Rick Widmer
Dave Richardson wrote: Guys, in the interest of advancing the science of vpopmail, would you please consider taking this discussion/argument/difference-of-opinion offline? +1 I'm keenly anxious to see the possible new directions that vpopmail may grow given the several threads of recent a

Re: [vchkpw] qmail+vpopmail smtp-auth for roaming-users]

2007-02-08 Thread Rick Widmer
Otto Rodusek (AP-SGP) wrote: Hi Micheal, Thanks for the reply. Indeed, I did use the "--with-authvchkpw --without-authdaemon" but it made no difference. If I understand your email correctly, since I'm using courier-imap 4.1.2 it is impossible for imap authentication to update the open-smtp

Re: [vchkpw] small fix for vpopmaild

2007-02-15 Thread Rick Widmer
Justin Heesemann wrote: Hello.. My domains are located somewhere else then ~vpopmail/domains/somedomain.com (each system user has his own domains/ directory in his homedir). Since vpopmaild doesn't allow a server admin to use the read_file/list_dir/write_file ... functions for those domains,

Re: [vchkpw] Vpopmail smtp-auth

2007-03-10 Thread Rick Widmer
DAve wrote: DAve wrote: Tom Collins wrote: DAve, I think you've found a bug in vchkpw. Bug? After running this entire situation through my thick head, again, I more suspect I am trying to do something with vchkpw it was never intended to do. >> I think... that vchkpw will not work wi

Re: [vchkpw] Vpopmail smtp-auth

2007-03-10 Thread Rick Widmer
Rick Widmer wrote: Let me know if that works, and I'll make changes to the release version. That code could probably be permanently removed -- the user's directory is created by vdelivermail when necessary. vchkpw doesn't need to be doing it. Bill: I have to

Re: [vchkpw] Vpopmail smtp-auth

2007-03-11 Thread Rick Widmer
DAve wrote: A quick check of using Perl to auth against a vpopmaild instance works just dandy. I hacked up a copy of the generic checkpassword.pl script from qmail.org and had it working pretty quickly. It took longer to upgrade my test server and get vpopmaild working. Cool! But what i

Re: [vchkpw] Building vqAdmin for OS X (darwin)

2007-03-15 Thread Rick Widmer
Charlie Garrison wrote: Should it be possible to build vqAdmin on OS X? I can't get past the ./configure step; I get errors like the following: I also googled for any howto's on building vqAdmin on OS X and couldn't find anything useful. If OS X is simply not a supported platform (yet)

Re: [vchkpw] vpopmail variables

2007-03-26 Thread Rick Widmer
kalin mintchev wrote: hi all... what other variables besides $EXT and $USER does vpopmail have access to at delivery? is there a list on line somewhere? man qmail-command

Re: [vchkpw] Vpopmail and courier

2007-04-08 Thread Rick Widmer
Thanks a lot Jianbin and should apply any special patch for courier-imap and authvchkpw authdaemon of this to work properly with vpopmail? or for vpopmail any special patch too for this to work? I would suggest http://shupp.org/toaster/ for Linux, or Matt Simerson's toaster for BSD.

[vchkpw] Vpopmail CVS changes

2007-05-01 Thread Rick Widmer
I hope to roll out a new dev version of vpopmail (5.4.18) this weekend. There will be a number of fixes to things that have been found in 5.4.17, and new maildrop and spamassassin support by Bill Shupp. As soon as that happens I am going to move the current 5.5 / HEAD code to a dead-end branc

Re: [vchkpw] Converting passwde.cdb to MySQL

2007-05-05 Thread Rick Widmer
Jonathan Selander wrote: Hello there, I'm currently reinstalling my old e-mail server, and while at it, I find it a good idea to upgrade things and make use of a MySQL database instead of the passwd.cdb files. My question is what do I need to do in order to convert these files for insertion

Re: [vchkpw] Strange error messages

2007-05-20 Thread Rick Widmer
I'm not sure what version you are trying this with. I just tested it with the unreleased version in CVS and it is working. I don't know that I fixed anything, but in the process I updated some of the error reporting, including the fact that vdeluser checked for the user before the domain. No

Re: [vchkpw] chkuser wrongly accept emails for default@

2007-05-21 Thread Rick Widmer
Sorry to take so long to put in my comments on this thread... tonix (Antonio Nati) wrote: Anyway, I'm planning to add an option excluding any acceptance for "default" user (I'm thinking this since two years, but I've forgot to do until now) . This has nothing to do with the bounce string. W

[vchkpw] vpopmail 5.4.19 released

2007-05-21 Thread Rick Widmer
let us know how it works out. Once I get a couple of bug fixes, or reports of normal operation I'll release a stable version. Changelog: Rick WIdmer - update to aclocal 1.9.5, automake 1.9.5, autoconf 2.59 to match my system - Don't set LocalPort to a real port number so the default

[vchkpw] WARNING for CVS users!

2007-05-21 Thread Rick Widmer
I am in the process of moving head to a new 'V5.5.1-obsolete' branch, which will be ignored in the future; moving the existing stable_5_4 branch to head, and ending work in stable_5_4. All future development of vpopmail will be in the HEAD branch. This should be helpful to those who have been

Re: [vchkpw] WARNING for CVS users!

2007-05-21 Thread Rick Widmer
files in HEAD. If you must write patches to the stable-5_4 branch, let me know and I will merge them to head. Even better, post to HEAD, or send me the patch. Thanks, Rick Rick Widmer wrote: I am in the process of moving head to a new 'V5.5.1-obsolete' branch, which will be igno

Re: [vchkpw] vpopmail 5.4.19 released

2007-05-21 Thread Rick Widmer
Remo Mattei wrote: I checked the link below but there is no 5.4.19 version.. I wanted to check what needs to be done to upgrade to this version from 5.4.17 thanks, Try it now. The release process seems a little different this time... It should be just a matter of ./configure; make; make in

Re: [vchkpw] vpopmail 5.4.19 released

2007-05-22 Thread Rick Widmer
Remo Mattei wrote: hi I have a question on this upgrade: this is my mysql since I store info into mysql: +-+---+--+-+-+---+ | Field | Type | Null | Key | Default | Extra | +-+---+--+-+-+---+

Re: [vchkpw] vpopmail 5.4.19 released

2007-05-23 Thread Rick Widmer
Remo Mattei wrote: Hello one thing I notice is that if you upgrade from .17 version the following command does not work anymore: echo "Subject: HTML has been backup "| /var/qmail/bin/qmail-inject [EMAIL PROTECTED] which works fine with .17 any suggestions? the interesting part is that in th

Re: [vchkpw] Rules on linking against the vpopmail libraries

2007-06-24 Thread Rick Widmer
Bert JW Regeer wrote: Hi, I am a small software engineer who is currently doing contract work for a company, and I have a question about what license the vpopmail library is under (vpopmail.a and friends). I believe almost every file within the project indicates that it is licensed under

Re: [vchkpw] Rules on linking against the vpopmail libraries

2007-06-25 Thread Rick Widmer
Tom Collins wrote: On Jun 24, 2007, at 2:35 PM, Rick Widmer wrote: Selling a commercial product that includes vpopmail code is exactly what the GPL license is designed to prevent. Why should you get to sell our labor without paying us? What if QmailAdmin had been written as a proprietary

Re: [vchkpw] [Vpopmail 5.4.17] Compilation problem

2007-07-08 Thread Rick Widmer
Nicolas Binand wrote: Hello, I have download Vpopmail from sourceforge and i get an error while doing make, I have searched on the internet and in this mailing-list archive and did not find anything usefull... function `__i686.get_pc_thunk.bx': : multiple definition of `__i686.get_pc_thunk

Re: [vchkpw] Using vdelivermail

2007-07-13 Thread Rick Widmer
Remo Mattei wrote: here is the .qmail-devemails that you need to use copy and paste this: make sure it's in one line |/home/vpopmail//bin/vdelivermail '' /home/vpopmail/domains/freedomvoice.com/devemails That would be valid contents for .qmail-default in a vpopmail domain directory. That

Re: [vchkpw] Using vdelivermail

2007-07-13 Thread Rick Widmer
Jeremiah Gowdy wrote: Qmailtap is exactly what I'm looking for, thanks! Great, glad to hear it. In response to this thread, and several similar, recent threads I've added a README.vdelivermail file to the vpopmail CVS. It should appear in the next stable release. Here it is: ==

Re: [vchkpw] Using vdelivermail

2007-07-13 Thread Rick Widmer
Tom Collins wrote: Please reconsider that recommendation. Perhaps some discussion on the list is in order... Discussion is most welcome. That's a major reason why I posted it. With chkuser, is it possible to pull a joe-job? The spammer connects > directly to my SMTP server, but I re

Re: [vchkpw] Using vdelivermail

2007-07-13 Thread Rick Widmer
Tom Collins wrote: Please reconsider that recommendation. Perhaps some discussion on the list is in order... Discussion is most welcome. That's a major reason why I posted it. With chkuser, is it possible to pull a joe-job? The spammer connects directly to my SMTP server, but I rejec

Re: [vchkpw] Converting cdb to mysql

2007-07-27 Thread Rick Widmer
Jonathan wrote: Hi, I recently upgraded my server hardware and upgraded vpopmail as well, and decided to use mysql instead of cdb which my current system uses. I read in README.MySQL that it's possible to convert cdb to mysql using the vconvert program. I copied one of the old domains to

Re: [vchkpw] Converting mysql to vpasswd

2007-07-31 Thread Rick Widmer
John Simpson wrote: the first thing i noticed about "vconvert" is that, unless i'm missing something, the quota information is not even touched when reading from mysql, or when writing the vpasswd file. Have you tried it yet? I haven't used vconvert, but I believe the user's quota lives i

Re: [vchkpw] bug in vuserinfo, with fix

2007-08-13 Thread Rick Widmer
John Simpson wrote: howdy- a user on the "qmailrocks" list found a genuine bug in vuserinfo. he's using 5.4.13 but it still happens in 5.4.19. http://qmail.jms1.net/vpopmail/#vuserinfo has a patch. I should be releasing 5.4.20 on or before the weekend, which will include this patch,

Re: [vchkpw] smtp-auth and rblsmtpd

2007-08-17 Thread Rick Widmer
Trey Nolen wrote: We have been using smtp-after-pop for a long time, but are also using smtp-auth for some purposes. When users authenticate via POP, a line like the following gets added to open-smtp: ww.xx.yy.zz:allow,RELAYCLIENT="",RBLSMTPD="",WHITELIST="" 1187395788 This keeps the us

Re: [vchkpw] Vpopmail domain limits

2007-08-21 Thread Rick Widmer
[EMAIL PROTECTED] wrote: Hi We have a mail server setup using instructions from www.shupp.org/toaster . For each virtual domain hosted on this server, we enter a new mysql record in the limits table to define the domain quota. We notice that all mails start t

[vchkpw] vpopmail 5.4.20 released

2007-08-22 Thread Rick Widmer
tions. ChangeLog: 5.4.20 - Released 21-Aug-2007 Bill Shupp/Rick Widmer - add show_error function to vpopmaild Rick Widmer - Make vadduser check that domain exists and user does not exist before prompting for password - Add TODO file to record stuff I

Re: [vchkpw] vpopmail and postfix

2007-08-24 Thread Rick Widmer
And this has what to do with vpopmail? This is a VPOPMAIL list, not a sendmail list, or a postfix list. I don't mind qmail questions here, but this is way too far off topic to continue. Rick Christopher Chan wrote: Quey wrote: Christopher Chan wrote: I think it is your subconscious di

Re: [vchkpw] vpopmail and postfix

2007-08-24 Thread Rick Widmer
Quey wrote: [taken out of order...] > If you feel a reply is warranted (even off list is fine), else this > my last word on the matter. Sorry you got caught up in this... Here is the answer I wish I would have posted long ago. I've been busy with other things... [from the first message i

Re: [vchkpw] help in new installation

2007-09-01 Thread Rick Widmer
Bob Hutchinson wrote: On Saturday 01 September 2007 14:44, Samuel Pereira wrote: Hi, First hello, to everybody, i subscribe this ml because i need some help in qmail :) i'm using centos 4.5, and have vpopmail-5.4.6. i have download qmail-1.03 and chkuser 2.0 i have patch qmail, and compile

Re: [vchkpw] Domain limits

2007-09-03 Thread Rick Widmer
Tren Blackburn wrote: Hey; -Original Message- From: Quey [mailto:[EMAIL PROTECTED] Sent: Monday, September 03, 2007 2:57 PM To: vpopmail-list Subject: [vchkpw] Domain limits Hi, Yes I know they are " Broken", however... I saw a recent post (I think on this list) claiming it works

Re: [vchkpw] Problem with add_alias

2007-09-05 Thread Rick Widmer
Alessio Cecchi wrote: I'm using vpopmail 5.4.20 with vpopmaild enable. When i add an alias from a telnet session: [EMAIL PROTECTED]:~$ telnet mail.pippo.com 89 Trying 83.49.65.71... Connected to mail.pippo.com. Escape character is '^]'. +OK login [EMAIL PROTECTED] X +OK+ vpopmail_dir

Re: [vchkpw] Problem with add_alias

2007-09-06 Thread Rick Widmer
Thank you both! The patch has been added to CVS, and will appear in the next release. Rick

Re: [vchkpw] Re: [vpopmail-devel] vpopmail 5.4.21 released

2007-09-06 Thread Rick Widmer
Joshua Megerman wrote: Alessio Cecchi found a bug in vpopmaild add_alias command, and Joshua Megerman provided a patch. If you are using vpopmaild you probably want to upgrade... You spelled my name correctly above... Changelog: 5.4.21 - Released 06-Sep-2007 Joshua Mergeman, Aless

[vchkpw] vpopmail 5.4.21 released

2007-09-06 Thread Rick Widmer
http://vpopmail.sf.net 5.4.21 - released 6 Sept 2007 Release Notes: Alessio Cecchi found a bug in vpopmaild add_alias command, and Joshua Megerman provided a patch. If you are using vpopmaild you probably want to upgrade... Changelog: 5.4.21 - Released 06-Sep-2007 Joshua Mergeman

Re: [vchkpw] Decided to make the plunge today on late version of vpopmail

2007-09-06 Thread Rick Widmer
Quey wrote: Rick on a kind of related note, did you see one of my posts in the thread: adduser processing times CDB from 27th of the 7th ? Looking at that thread... slow loading of users: I have added a note in the TODO to add an -O option to vadduser like the option in vadddomain, so it c

Re: [vchkpw] Decided to make the plunge today on late version of vpopmail

2007-09-06 Thread Rick Widmer
Steve Cole wrote: On two (low volume) machines with vpopmail interfaced with mysql as the data store, it seemed to work successfully. I updated the database schema with no issues. This is with v5.4.21 However, when I do a "vdeluser" on either machine, the program segfaults. On both syste

Re: [vchkpw] vdeluser isCatchall mysql segfault (was Re: [vchkpw] Decided to make the plunge today on late version of vpopmail)

2007-09-07 Thread Rick Widmer
Can someone who can see it fail please send me your ./configure options so maybe I can make it fail here? Rick Marcello Lupo wrote: Hi, i agree with your method to bybass the problem but in this way you will be able to delete a catch all account for the domain without notice. I think the be

Re: [vchkpw] vdeluser isCatchall mysql segfault (was Re: [vchkpw] Decided to make the plunge today on late version of vpopmail)

2007-09-07 Thread Rick Widmer
Marcello Lupo wrote: Hi Rick, this is my configure options with vpopmail-5.4.19 : ./configure --enable-roaming-users --enable-tcpserver-file=/home/vpopmail/etc/tcp.smtp --enable-relay-clear-minutes=15 \ --enable-onchange-script --enable-auth-module=mysql --enable-logging=p --enable-mysql-li

Re: [vchkpw] Build error vpopmail 5.4.21

2007-09-15 Thread Rick Widmer
I don't see a reply to your message yet, but Bill Shupp has added a patch to CVS to fix this problem, and I should be releasing it by Monday. Rick Bas wrote: Hello, ./configure --enable-ip-alias-domains make gives : vpopmaild.c: In function `get_ip_map': vpopmaild.c:2122: `ERR_IP_REQUIRED'

Re: [vchkpw] vdeluser isCatchall mysql segfault (was Re: [vchkpw] Decided to make the plunge today on late version of vpopmail)

2007-09-15 Thread Rick Widmer
Marcello Lupo wrote: Hi, i agree with your method to bybass the problem but in this way you will be able to delete a catch all account for the domain without notice. This is pretty much what I did for now... I think the best is to fix this issue making possible that the default alias is i

[vchkpw] vpopmail 5.4.22 released

2007-09-15 Thread Rick Widmer
text for add_ip_map and del_ip_map in vpopmaild.c Rick Widmer - attack warnings in maildirquota by making some variables unsigned everywhere Steve Cole, Marcello Lupo, Japheth Cleaver, Rick Widmer - segfault in vdeluser with MySQL back end. Work around

Re: [vchkpw] vpopmail 5.4.22 breaks qmailadmin 1.2.X

2007-09-16 Thread Rick Widmer
Allie Daneman wrote: I have no issues with building this version BUT it breaks qmailadmin 1.2.11. I get the following when trying to make qmailadmin on vpopmail 5.4.22: Thanks for testing! Can you please tell me the ./configure options you are using? I want to get an idea which ones are bein

Re: [vchkpw] Mysql table

2007-09-18 Thread Rick Widmer
mlist wrote: Hello, I'm upgrading vpopmail to version 5.4.21. The documentation states that I need to alter some tables. ALTER TABLE `dir_control` CHANGE `pw_domain` `pw_domain` CHAR(96) NOT NULL; ALTER TABLE `ip_alias_map` CHANGE pw_domain pw_domain CHAR(96) NOT NULL; ... I read on a p

Re: [vchkpw] Mysql table

2007-09-20 Thread Rick Widmer
mlist wrote: John Simpson wrote: and since mysql has a limit of 64 bytes for a table name, you have a... maybe not a bug, but a design flaw. the name "a(63 times).com" IS a valid domain name, but "a(63 times)_com" is NOT a valid table name. Definitely a design flaw, even before the

Re: [vchkpw] 5.4.22 + Qmailadmin...is it going to be fixed ?

2007-09-21 Thread Rick Widmer
Allie Daneman wrote: Is there any movement to fix 5.4.22 to co-habitate with Qmailadmin ? I'm not in any hurry to try and upgrade again BUT I really like running the latest version if possible ;) There is a patch for qmailadmin on SourceForge. Its tracker number is [1795973]. On the other

Re: [vchkpw] Re: segfault vdeluser 5.4.21

2007-09-21 Thread Rick Widmer
Robin Bowes wrote: Without looking at the RFC, I seem to recall is says that you must accept mail for [EMAIL PROTECTED] That's not the same as having a vpopmail user named "postmaster" for the "example.com" domain. However, it seems to me to be pretty perverse to delete the [EMAIL PROTECTED] u

Re: [vchkpw] Re: Mysql table

2007-09-21 Thread Rick Widmer
I wasn't quite ready for this, but it has been on my list for a long time... since it has come up, let me throw up this database structure for comment. I have reduced the number of tables (in a full installation) and made it relational.- CREATE TABLE Domains( domain_idbi

Re: [vchkpw] Re: Mysql table

2007-09-23 Thread Rick Widmer
Tom Collins wrote: I think we'll get better domain alias support if you pull column > `domain` out of table `Domains` and add it to the table `domain_alias`. I agree. This makes it easy to make sure domain names are unique. > I'm not sure we need to have a "master" and "alias" -- the names c

[vchkpw] vpopmail 5.4.23 released

2007-09-23 Thread Rick Widmer
values. That can be done in the 5.5 branch which will be created once we have a good stable 5.4 release. ChangeLog: 5.4.23 - Released 23-Sep-2007 Rick Widmer - Upgrade build system to match my dev server (SuSE 10.2) - Revert maildirquota warnings change

Re: [vchkpw] Shared libvpopmail thoughts

2007-09-25 Thread Rick Widmer
Joshua Megerman wrote: 1) A shared library with a stable API would make recompiling outside programs (e.g., QmailAdmin) unnecessary, which would be a Good Thing(tm). It is that 'stable API' that is the killer. I know some ./configure options change the interface to libvpopmail. I don't kn

Re: [vchkpw] 5.4.22 + Qmailadmin...is it going to be fixed ?

2007-09-25 Thread Rick Widmer
Tom Collins wrote: On Sep 21, 2007, at 3:33 PM, Rick Widmer wrote: There is a patch for qmailadmin on SourceForge. Its tracker number is [1795973]. On the other hand, this weekend I will release 5.4.23 that backs out the change that caused this problem. I want a stable release that does

Re: [vchkpw] Shared libvpopmail thoughts

2007-09-25 Thread Rick Widmer
DAve wrote: Traction! Finally! I'll up the ante to guaranteed 24 hour turn around on testing any fixes, I'll setup a VMWare server just so I can test any patches. But that's not all... I will also throw in a pristine copy of a Mac rescue CD with all OSes from 7.1 to 8.6 including all patche

Re: [vchkpw] Shared libvpopmail thoughts

2007-09-25 Thread Rick Widmer
Tom Collins wrote: On Sep 25, 2007, at 6:31 AM, Joshua Megerman wrote: Perhaps the first step is to document the API as it currently stands, and give people the option to build a shared library with the caviat that if you reconfigure vpopmail, you need to rebuild those things that link against

[vchkpw] vpopmail 5.4.24 released

2007-09-29 Thread Rick Widmer
PROTECTED] http://sourceforge.net/projects/vpopmail/ ChangeLog: 5.4.24 - Released 29-Sep-2007 Rick Widmer, Tom Collins - fix off_t warnings in maildirquota.c when mysql back end is used. John Simpson, Joshua Megerman - extend maximum password length

Re: [vchkpw] vpopmail 5.4.24 released

2007-09-30 Thread Rick Widmer
http://vpopmail.sf.net/ 5.4.24 - released 29-Sep-2007 I have pulled the release, Tom found a problem I need to fix. I will just replace the tarball in the 5.4.24 release. Unfortunately, I can't get to the qmailadmin CVS server on SourceForge, so I can't test the new release until I can

Re: [vchkpw] vpopmail 5.4.24 released

2007-09-30 Thread Rick Widmer
Quey wrote: Rick Widmer wrote: http://vpopmail.sf.net/ 5.4.24 - released 29-Sep-2007 I have pulled the release, Tom found a problem I need to fix. I will just replace the tarball in the 5.4.24 release. Unfortunately, I can't get to the qmailadmin CVS server on SourceForge,

Re: [vchkpw] vpopmail and mysql

2007-10-01 Thread Rick Widmer
Carlos Collart wrote: I am the dumbest person alive, and in charge of a vpopmail server, I manage to drop database vpopmail Not good... Before you do anything else it might be wise to stop qmail, and all qmail-smtp processes then back up the mail store. the system was a production one, und

Re: [vchkpw] vpopmail user/group

2007-10-02 Thread Rick Widmer
aledr wrote: I do not want to check the vpopmail user and group :) You don't get any choice in the matter. The vpopmail uid and vchkpw gid are compiled into the program, and must not change between compile and run time. If those uid/gid values change, you must re-compile vpopmail to work

Re: [vchkpw] vpopmail user/group

2007-10-03 Thread Rick Widmer
Christopher Chan wrote: Have you created the vpopmail user and vchkpw group? If not you must. Yes, I will create they when installing the package in my destination host. This is the why I need to get these values into the package when building. The build host isn't my dest host. That is

Re: [vchkpw] vpopmail user/group

2007-10-03 Thread Rick Widmer
Christopher Chan wrote: Rick Widmer wrote: Christopher Chan wrote: Have you created the vpopmail user and vchkpw group? If not you must. Yes, I will create they when installing the package in my destination host. This is the why I need to get these values into the package when

Re: [vchkpw] vpopmail user/group

2007-10-03 Thread Rick Widmer
Christopher Chan wrote: Rick Widmer wrote: Christopher Chan wrote: Rick Widmer wrote: Christopher Chan wrote: Have you created the vpopmail user and vchkpw group? If not you must. Yes, I will create they when installing the package in my destination host. This is the why I need to

Re: [vchkpw] vpopmail user/group

2007-10-03 Thread Rick Widmer
Christopher Chan wrote: Rick Widmer wrote: Christopher Chan wrote: Rick Widmer wrote: Christopher Chan wrote: Have you created the vpopmail user and vchkpw group? If not you must. Yes, I will create they when installing the package in my destination host. This is the why I need to

Re: [vchkpw] vpopmail user/group

2007-10-03 Thread Rick Widmer
Christopher Chan wrote: Rick Widmer wrote: Christopher Chan wrote: Rick Widmer wrote: Christopher Chan wrote: Rick Widmer wrote: Christopher Chan wrote: Have you created the vpopmail user and vchkpw group? If not you must. Yes, I will create they when installing the package in

Re: [vchkpw] vpopmail or qmail problem?

2007-10-03 Thread Rick Widmer
Tom Collins wrote: On Oct 3, 2007, at 1:53 AM, Andy wrote: jedi padawan.org # cat .qmail-kindred-clamav | /var/vpopmail/bin/vdelivermail '' delete There's your mistake. What's happening is qmail-local hands the message off to vdelivermail (because you told it to), which looks for an accoun

Re: [vchkpw] vpopmail user/group

2007-10-05 Thread Rick Widmer
aledr wrote: So... And If We ask the developers? Like me? :) It'll be very helpful for those intends to create RPMs if We could compile without check user / group... Version 6 will probably support runtime setting of the uid and gid. I don't believe there is any chance of it in versio

[vchkpw] vpopmail 6 wiki

2007-10-07 Thread Rick Widmer
I have created a wiki on SourceForge for the vpopmail version 6 project. I have copied much of the email discussion from this and the vpopmail-devel list into the wiki, and done a little cleanup. Lots more needs to be done. http://vpopmail.wiki.sourceforge.net/ I suggest work on the api

Re: [vchkpw] Vpopmail mysql and aborted clients

2007-10-08 Thread Rick Widmer
[EMAIL PROTECTED] wrote: Yes it really goes ok... and now for example the server has a uptime of more or less 110 days... I have never had to restart courier-imap package (wich I use for pop and imap services) and seems to be running ok... so this is normal then? and I shouldn't change nothing

[vchkpw] vpopmail 5.4.25 released

2007-10-09 Thread Rick Widmer
http://vpopmail.sf.net/ 5.4.25 - released 9-Oct-07 Release Notes: Another attempt at fixing some warnings in maildirquota. Hopefully this will not have any problems and we can go on to adding some additional features. ChangeLog: 5.4.25 - Released 9-Oct-2007 Rick Widmer, Tom

Re: [vchkpw] Quota Excess Notification

2007-10-25 Thread Rick Widmer
Kenny Lee wrote: Hi Dhaval, i just need to create the msg file? how about the configuration for vpopmail, which to call this msg to send? README.quotas lines 46-56

Re: [vchkpw] vpopmail cdb backend

2007-10-26 Thread Rick Widmer
Christopher Chan wrote: Hello, I have never used vpopmail with cdb. A script at inter7.com seems to indicate that user information is stored in a vpasswd cdb file for each domain. Is there any single cdb of all vpopmail users? No. One file per domain.

Re: [vchkpw] mysql_ping and vpopmail patch

2007-10-26 Thread Rick Widmer
[EMAIL PROTECTED] wrote: Hi again mates :) how are you? :) ok my question... is there any known patch for vpopmail to do a mysql_ping to mysql server you know for avoiding hangs on courier with vpopmail and mysql? or is not stable patch? or else is it included in some vpopmail version from som

Re: [vchkpw] Add a new user

2007-10-28 Thread Rick Widmer
Khan Zada wrote: hello, I have to create new email users from our web based helpdesk where support guy will click add/create new email account, provide the desired email address and password and create it, if any one have written some script for it then please do share, Someone gave m

Re: [vchkpw] Add a new user

2007-10-28 Thread Rick Widmer
Khan Zada wrote: Well, can qmailadmin be integrated to some other web application?? Somewhat. http://mail.example.com/cgi-bin/qmailadmin?user=postmaster&; dom=example.com&returntext=Mail+Home&returnhttp=http://mail.example.com/return/to/page";>Manage Email

Re: [vchkpw] Add a new user

2007-10-28 Thread Rick Widmer
Khan Zada wrote: This way we'll have to login to qmailadmin, isn't there any tool which can create email via web and can be integrated into any web application for helpdesk??? What ever you write. I suggest README.vpopmaild.

<    1   2   3   4   >