Re: [vchkpw] vchkpw seg faults

2004-03-17 Thread Tom Collins
? What version of vpopmail? -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmail.sf.net/ Info on the Sniffter hand-held Network Tester: http://sniffter.com/

Re: [vchkpw] mysql-standard-4.0.18-unknown-openbsd3.4-i386 + vpopmail 5.4.0

2004-03-18 Thread Tom Collins
--- configure 4 Mar 2004 05:16:25 - 1.28.2.2 +++ configure 18 Mar 2004 23:01:30 - @@ -5905,7 +5905,7 @@ { (exit 1); exit 1; }; } fi -auth_libs=-L$libdir $extralibflags -lmysqlclient -lz +auth_libs=-L$libdir $extralibflags -lmysqlclient -lz -lm ;; -- Tom

Re: [vchkpw] SMTP AUTH

2004-03-22 Thread Tom Collins
On Mar 22, 2004, at 6:30 AM, Chris Miller wrote: Does vpopmail come with SMTP AUTH? Is there a compatable patch out there? There is an SMTP AUTH patch in the contrib directory of vpopmail 5.4.0 and later. -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http

Re: [vchkpw] SMTP AUTH

2004-03-29 Thread Tom Collins
regards. --eh. -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmail.sf.net/ Info on the Sniffter hand-held Network Tester: http://sniffter.com/

Re: [vchkpw] qmail send log errors

2004-03-29 Thread Tom Collins
times but not others, then that's a trickier problem. -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmail.sf.net/ Info on the Sniffter hand-held Network Tester: http://sniffter.com/

Re: [vchkpw] vpopmail not parsing .qmail-extended

2004-03-29 Thread Tom Collins
if that wasn't there. It doesn't seem to help. Has anyone else seen this problem? Know of a fix? I've tried everything I can think of. -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmail.sf.net/ Info on the Sniffter hand-held Network Tester: http

Re: [vchkpw] Not Virtual

2004-03-29 Thread Tom Collins
. Do both of those files contain your domains? Were your domains added to /var/qmail/locals (they shouldn't be there). -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmail.sf.net/ Info on the Sniffter hand-held Network Tester: http://sniffter.com/

Re: [vchkpw] Vpopmail 5.4.4

2004-04-01 Thread Tom Collins
thoroughly tested. I plan to continue maintaining vpopmail 5.4, and will backport bug fixes from the 5.5 series as necessary. As of now, the only chnage in 5.4.4 (over 5.4.3) is the addition of a math library when compiling with MySQL support. -- Tom Collins - [EMAIL PROTECTED] QmailAdmin

[vchkpw] Re: Vpopmail, qmailadmin maildrop issue

2004-04-02 Thread Tom Collins
); ... if ( inject == 1 ) { close(write_fd); waitpid (pid, childstatus, 0); /* we should check childstatus here and fail accordingly if qmail-inject failed */ return (0); } Perhaps someone with more experience with forked processes can take a closer look at this. -- Tom Collins - [EMAIL PROTECTED

[vchkpw] vpopmaild development

2004-04-06 Thread Tom Collins
20-30 messages a day discussing it. -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmail.sf.net/ Info on the Sniffter hand-held Network Tester: http://sniffter.com/

Re: [vchkpw] Re: Making vpopmail recognize # as @

2004-04-06 Thread Tom Collins
of '@'. -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmail.sf.net/ Info on the Sniffter hand-held Network Tester: http://sniffter.com/

Re: [vchkpw] make error

2004-04-08 Thread Tom Collins
([Unable to find your MySQL lib dir, specify --enable-libdir.]) fi -auth_libs=-L$libdir $extralibflags -lmysqlclient -lz +auth_libs=-L$libdir $extralibflags -lmysqlclient -lz -lm AC_SUBST(auth_libs) ;; -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net

Re: [vchkpw] domain quotas

2004-04-12 Thread Tom Collins
On Apr 12, 2004, at 7:54 AM, Jeff Koch wrote: Are domain quotas working OK in the latest vpopmail release? To the best of my knowledge, domain quotas do not work. There was a time that they caused vdelivermail to crash, but now they just aren't enforced. -- Tom Collins - [EMAIL PROTECTED

Re: [vchkpw] VLOG....aaarrrrrggggg!!!!

2004-04-13 Thread Tom Collins
. That's a lot cleaner than deleting the database file out from under MySQL. -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmail.sf.net/ Info on the Sniffter hand-held Network Tester: http://sniffter.com/

Re: [vchkpw] vadddomain

2004-04-13 Thread Tom Collins
vpopmail.mysql file is NOT world readable. If it is, anyone with access to your system can potentially read the username/password information and do bad things to your vpopmail database. -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmail.sf.net

Re: [vchkpw] Announce List???

2004-04-13 Thread Tom Collins
. This link will monitor the vpopmail-stable releases: http://sourceforge.net/project/filemodule_monitor.php? filemodule_id=89104 -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmail.sf.net/ Info on the Sniffter hand-held Network Tester: http

Re: [vchkpw] VLOG....aaarrrrrggggg!!!!

2004-04-13 Thread Tom Collins
On Apr 13, 2004, at 4:22 PM, Michael Bowe wrote: Yes, your best bet would be periodically issue an SQL command such as DELETE FROM vlog WHERE timestamp whateverdate This should work as well: DELETE FROM vlog WHERE timestamp DATE_SUB(CURRENT_DATE, INTERVAL 7 DAY) -- Tom Collins - [EMAIL

Re: [vchkpw] VLOG....aaarrrrrggggg!!!!

2004-04-13 Thread Tom Collins
on documentation I just read at dev.mysql.com. -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmail.sf.net/ Info on the Sniffter hand-held Network Tester: http://sniffter.com/

Re: [vchkpw] vpopmaild development

2004-04-14 Thread Tom Collins
On Apr 13, 2004, at 3:43 PM, Rick Widmer wrote: There is no archive, but if you want to see all the messages, I could tar up my copy and send it to you. (Let me know off list...) The vpopmail-devel list archive is here: http://sourceforge.net/mailarchive/forum.php?forum_id=34827 -- Tom

Re: [vchkpw] read receipt things...

2004-04-14 Thread Tom Collins
Subject: [vchkpw] Re: a lost passwords files -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmail.sf.net/ Info on the Sniffter hand-held Network Tester: http://sniffter.com/

Re: [vchkpw] Vchkpw@inter7.com - Paypal account limited.

2004-04-14 Thread Tom Collins
://www.paypal.com/cgi-bin/webscr? cmd=_login-run'; return truehttps://www.paypal.com/cgi-bin/webscr?cmd=_login-run/A br -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmail.sf.net/ Info on the Sniffter hand-held Network Tester: http://sniffter.com/

Re: [vchkpw] Default Domain.

2004-04-15 Thread Tom Collins
called. vadd/del/mod utilities don't work with system users either. They are user accounts on the system, managed by the OS. -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmail.sf.net/ Info on the Sniffter hand-held Network Tester: http

Re: [vchkpw] Default Domain.

2004-04-15 Thread Tom Collins
, then you won't have vpasswd and vpasswd.cdb. If you're using the CDB backend, you should have those files with an entry for postmaster. -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmail.sf.net/ Info on the Sniffter hand-held Network Tester

Re: [vchkpw] dumb question! (QmailAdmin 1.2.x does require vpopmail 5.4.x)

2004-04-15 Thread Tom Collins
in a tedious migration effort. If you use MySQL, you'll need to create a file with the user/password settings (as opposed to editing vmysql.h). The defaultdomain has moved from a configure option to an external file. There really aren't a lot of other changes that I can recall... -- Tom Collins

Re: [vchkpw] dumb question! (QmailAdmin 1.2.x does require vpopmail 5.4.x)

2004-04-16 Thread Tom Collins
fine -- it just doesn't create them. -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmail.sf.net/ Info on the Sniffter hand-held Network Tester: http://sniffter.com/

Re: [vchkpw] Re: qmail address extensions

2004-04-17 Thread Tom Collins
. It shouldn't be difficult to use code from qmail-local to deal with address extensions in vdelivermail. We would just need to use .qmail instead of .qmail-default for default delivery instructions in the user's mailbox. -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net

Re: [vchkpw] smtp auth

2004-04-23 Thread Tom Collins
On Apr 22, 2004, at 11:43 PM, signo wrote: where can i found a new one? The latest SMTP AUTH patch is included in the contrib directory of vpopmail 5.4.0 and later. -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmail.sf.net/ Info on the Sniffter

Re: [vchkpw] mysql aliases

2004-04-23 Thread Tom Collins
On Apr 23, 2004, at 2:01 PM, Werner Amon wrote: Is it possible to convert .qmail-name files automaticly in mysql tables? Take a look at the dotqmail2valias program included in vpopmail 5.4.1 and later. -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http

Re: AW: [vchkpw] URGENT:PLEASE HELP config errors

2004-04-25 Thread Tom Collins
On Apr 24, 2004, at 3:25 PM, Holger Rodriguez wrote: checking for C++ compiler default output... configure: error: C++ compiler cannot create executables Try vpopmail 5.4.2 or later. Earlier versions had an unnecessary check for C++ in the configure script. -- Tom Collins - [EMAIL PROTECTED

Re: [vchkpw] Mysterious Problem with vdelivermail using vpasswd.cdb instead of mysql (while the all the other tools use mysql)

2004-05-10 Thread Tom Collins
, vmysql.c, vpgsql.c or one of the other auth modules. When you look at vauth.c, you're looking at the auth module you configured for. -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmail.sf.net/ Info on the Sniffter hand-held Network Tester: http

Re: [vchkpw] Problems with authentication

2004-05-10 Thread Tom Collins
-3500 - Toll Free www.alphacomm.net default domain for vpopmail is ~vpopmail/etc/defaultdomain run: echo sddt.com ~vpopmail/etc/defaultdomain -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmail.sf.net/ Info on the Sniffter hand-held Network

Re: [vchkpw] MySQL error messages vpalias.c

2004-05-10 Thread Tom Collins
using MySQL as the backend). -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmail.sf.net/ Info on the Sniffter hand-held Network Tester: http://sniffter.com/

Re: [vchkpw] vdominfo question -- using get_domain_entries()

2004-04-26 Thread Tom Collins
. -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmail.sf.net/ Info on the Sniffter hand-held Network Tester: http://sniffter.com/

Re: [vchkpw] Re: vpopmail with Postifix

2004-04-27 Thread Tom Collins
directory' So vdelivermail handles POP/IMAP mailboxes, and valiases (aliases stored in MySQL instead of .qmail-alias files). -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmail.sf.net/ Info on the Sniffter hand-held Network Tester: http

Re: [vchkpw] remove_line() logic

2004-04-27 Thread Tom Collins
some files getting updated. I'd prefer the higher level code to call a single function that does ALL of the work (as it is now). -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmail.sf.net/ Info on the Sniffter hand-held Network Tester: http

Re: [vchkpw] remove_line() logic

2004-04-27 Thread Tom Collins
On Apr 27, 2004, at 3:23 PM, Rick Widmer wrote: Rom: I assume you mean I should re-write the function. Yes, and I assume you mean Tom. ;-) -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmail.sf.net/ Info on the Sniffter hand-held Network Tester

Re: [vchkpw] Disable pop3 and smtp for some vpopmail users

2004-04-28 Thread Tom Collins
On Apr 28, 2004, at 4:41 PM, Werner Schalk wrote: is there a way to disable pop3 and smtp services for some vpopmail users? ~vpopmail/bin/vmoduser -p -s [EMAIL PROTECTED] Add -i to disable IMAP as well. -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http

Re: [vchkpw] Mail forward problem

2004-04-29 Thread Tom Collins
/domain.com/fred/Maildir/.qmail-- [EMAIL PROTECTED] /home/vpopmail/domains/domain.com/fred/Maildir/ -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmail.sf.net/ Info on the Sniffter hand-held Network Tester: http://sniffter.com/

Re: [vchkpw] strange behavior in from header.

2004-04-30 Thread Tom Collins
mail client, and has nothing to do with vchkpw (which only validates passwords). The mail client is typically responsible for the contents of the To: and From: headers. Some mail servers re-write that information, but I don't think qmail does. -- Tom Collins - [EMAIL PROTECTED] QmailAdmin

Re: [vchkpw] strange behavior in from header.

2004-05-01 Thread Tom Collins
the Received headers are mostly ignored, it shouldn't be a problem. -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmail.sf.net/ Info on the Sniffter hand-held Network Tester: http://sniffter.com/

Re: [vchkpw] strange behavior in from header.

2004-05-01 Thread Tom Collins
in the ISP's error message to indicate that there's a problem with the Received headers. -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmail.sf.net/ Info on the Sniffter hand-held Network Tester: http://sniffter.com/

Re: [vchkpw] Troubles running make [SOLVED]

2004-05-05 Thread Tom Collins
On May 4, 2004, at 3:31 PM, X-Istence wrote: Mabey its time to fix your server time. This shouldnt happen. If I don't build the tarball correctly, it will happen. -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmail.sf.net/ Info on the Sniffter hand

Re: [vchkpw] Troubles running make [SOLVED]

2004-05-05 Thread Tom Collins
dates. If I do 'touch *' before building the tarball, that takes care of the problem. I prefer not to do that though, as I feel that files that haven't changed should keep their timestamps. -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http

Re: [vchkpw] valias catch-all

2004-05-14 Thread Tom Collins
, and vdelivermail (and the valiases it processes) are not involved. -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmail.sf.net/ Info on the Sniffter hand-held Network Tester: http://sniffter.com/

Re: [vchkpw] patch: using maildir++ with quota greater than 2GB

2004-05-16 Thread Tom Collins
to properly support sizes 2GB. Michael, perhaps you could take a look at the latest 5.4 version and send me a patch against that? -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmail.sf.net/ Info on the Sniffter hand-held Network Tester: http

Re: [vchkpw] valias catch-all

2004-05-16 Thread Tom Collins
On May 16, 2004, at 4:22 PM, Ewan Bain wrote: On Friday 14 May 2004 9:40 pm, Tom Collins wrote: On May 14, 2004, at 10:20 AM, Ewan Bain wrote: I'm trying to use valias to setup a catch-all address. I've tried several different ways and the mail always bounces. Is it possible to setup a catch-all

Re: [vchkpw] Any ideas

2004-05-17 Thread Tom Collins
On May 17, 2004, at 11:17 AM, Mark Matrafajlo wrote: how do i set it for vpop...i set it using the grant statement but how does vpop know which to use ? probably a dumb question In 5.4 and later, it uses the settings in ~vpopmail/etc/vpopmail.mysql -- Tom Collins - [EMAIL PROTECTED] QmailAdmin

Re: [vchkpw] Upgrading the MySQL, I crask my vpopmail :(

2004-05-19 Thread Tom Collins
a socket connection (in the file system) instead of a TCP connection when given localhost. Using 127.0.0.1 forces the use of TCP. -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmail.sf.net/ Info on the Sniffter hand-held Network Tester: http

Re: [vchkpw] qmailadmin valias ?

2004-05-26 Thread Tom Collins
? ) QmailAdmin has special code to do that, but it hasn't been ported to vpopmail 5.4 yet. If you use QmailAdmin, you can remove alias lines. -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmail.sf.net/ Info on the Sniffter hand-held Network Tester

Re: [vchkpw] Re: passwords

2004-05-26 Thread Tom Collins
the vpasswd files. The next time a user POPs in, it will set their password to whatever they used to connect. -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmail.sf.net/ Info on the Sniffter hand-held Network Tester: http://sniffter.com/

[vchkpw] Vpopmail 5.4.4 released

2004-05-26 Thread Tom Collins
I finally decided to release vpopmail 5.4.4. http://vpopmail.sf.net/ Just a few minor fixes... No reason to upgrade from 5.4.3 unless you're experiencing problems related to the items mentioned in the ChangeLog. 5.4.4 - released 26-May-04 Tom Collins - Link math lib when compiling for MySQL

Re: [vchkpw] Vpopmail 5.4.4 released

2004-05-26 Thread Tom Collins
and earlier if you: 1) use Postgres 5.4.4 - released 26-May-04 Tom Collins - Link math lib when compiling for MySQL. - Create ~vpopmail and ~vpopmail/etc in configure script. [930939] Note that any code creating files in ~vpopmail should probably be moved from

Re: [vchkpw] Making qmail check for existant user against vpopmail _before_ accepting mail

2004-05-28 Thread Tom Collins
Hey! That solves a request recently posted to the list, temporarily bounce email for over-quota users! -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmail.sf.net/ Info on the Sniffter hand-held Network Tester: http://sniffter.com/

Re: [vchkpw] IMAP login fails for default domain users

2004-05-30 Thread Tom Collins
. If not, make sure that ~vpopmail/etc/defaultdomain is world-readable, that could be part of the problem. Keep in mind that ~vpopmail/etc/ needs to be readable by the user that Courier-IMAP runs as. -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http

Re: [vchkpw] Looking for patches

2004-05-31 Thread Tom Collins
On May 30, 2004, at 5:22 PM, Bill Gradwohl wrote: Should a user specific .qmail file be inside the domain directory or inside the users directory? In the vpopmail model, it goes inside the user's directory. .qmail-user files are used for 'forwards'. -- Tom Collins - [EMAIL PROTECTED

Re: [vchkpw] Roaming user don't work

2004-06-01 Thread Tom Collins
anyone with access to your server a chance to learn the MySQL username and password used for your vpopmail tables. Could be a very bad thing. -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmail.sf.net/ Info on the Sniffter hand-held Network Tester

Re: [vchkpw] Re: vpopmail installation on a Client MySQL Server

2004-06-04 Thread Tom Collins
On Jun 4, 2004, at 2:25 PM, Jonathan Shaw wrote: If you have a default MySQL setup, the port SHOULD be 3306. And using '0' in your vpopmail.mysql file tells the mysql library to use the default port. Of course, it wouldn't hurt to try setting it to the port that you're using for sure. -- Tom

Re: [vchkpw] vlimit not working

2004-06-07 Thread Tom Collins
100+ changes made between 5.3.30 and the final 5.4.0 release. -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmail.sf.net/ Info on the Sniffter hand-held Network Tester: http://sniffter.com/

Re: [vchkpw] SMTP Authenticated user is able to anyone in rcpthosts

2004-06-08 Thread Tom Collins
multiple from addresses going through a single authenticated session. Limiting them to the address they authenticated as may be too strict. Including it in the Received header is probably a more useful option. -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail

Re: [vchkpw] Problem adjusting vpopmail.c in 5.4.4

2004-06-09 Thread Tom Collins
/. in the patches section I think there's code to copy a skeleton directory for new users. -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmail.sf.net/ Info on the Sniffter hand-held Network Tester: http://sniffter.com/

Re: [vchkpw] vpopmail and mysql

2004-06-09 Thread Tom Collins
think there's any code to convert .qmailadmin-limits files into the MySQL table, if that's what you were expecting. -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmail.sf.net/ Info on the Sniffter hand-held Network Tester: http://sniffter.com/

Re: [vchkpw] dot qmail processing

2004-06-10 Thread Tom Collins
process .qmail files that aren't empty. -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmail.sf.net/ Info on the Sniffter hand-held Network Tester: http://sniffter.com/

Re: [vchkpw] problems after upgrading vpomail 5.2.2 to vpopmail 5.4.0

2004-06-10 Thread Tom Collins
a bug report on vpopmail.sf.net, and (hopefully) one of the developers will find time to look into it. -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmail.sf.net/ Info on the Sniffter hand-held Network Tester: http://sniffter.com/

[vchkpw] Anyone using 5.5.x in production?

2004-06-10 Thread Tom Collins
in MySQL and Postgres. I'd like to be sure that the new code works before I push it into the 5.4 series. -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmail.sf.net/ Info on the Sniffter hand-held Network Tester: http://sniffter.com/

Re: [vchkpw] dot qmail processing

2004-06-12 Thread Tom Collins
that in the unreleased 1.2.2, I've added an undocumented feature to the create new forward page. If you enter # as the forwarding address, it will create a blackhole alias. I'll try to get 1.2.2 out soon... -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http

Re: [vchkpw] vlimit not working

2004-06-14 Thread Tom Collins
of POP-before-SMTP. Once an IP has been opened up by a POP3 authentication, it stays open for the duration of your settings. The From address of emails aren't cross referenced in any way. -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmail.sf.net

Re: [vchkpw] off topic qmailadmin suggestion

2004-06-14 Thread Tom Collins
On Jun 12, 2004, at 9:32 PM, Remo Mattei wrote: Tom I open it with dreamweaer and it work fine now By work fine, do you mean that you were just able to apply the patch, or that that the patch also solved your problem? -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net

Re: [vchkpw] Problems migrating servers

2004-06-14 Thread Tom Collins
rcpthosts, morercpthosts, morercpthosts.cdb and virtualdomains. -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmail.sf.net/ Info on the Sniffter hand-held Network Tester: http://sniffter.com/

Re: [vchkpw] Vpopmail + Mysql, can't add domains

2004-06-15 Thread Tom Collins
-smtpd so it links to the new libvpopmail that's built for MySQL instead of CDB. -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmail.sf.net/ Info on the Sniffter hand-held Network Tester: http://sniffter.com/

Re: [vchkpw] Vpopmail + Mysql, can't add domains

2004-06-16 Thread Tom Collins
support. -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmail.sf.net/ Info on the Sniffter hand-held Network Tester: http://sniffter.com/

Re: [vchkpw] Missing .qmail-alias files?

2004-06-24 Thread Tom Collins
and I'd like to do the same on the other server. If you're using MySQL and enable the 'valias' feature, aliases will be stored in the MySQL database. You'll need to use QmailAdmin 1.2.1 or later to properly access those aliases by the way. -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http

Re: [vchkpw] Migration from MySQL to CDB Files

2004-06-25 Thread Tom Collins
memory? You could add another 512M or even 1G of RAM and alleviate the problem. I'm sorry, but I don't know whether switching to CDB will help with your problem. -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmail.sf.net/ Info on the Sniffter hand

Re: [vchkpw] ack, major problem! numbered subdir incremented too high

2004-06-25 Thread Tom Collins
/u1/domains/1/def.com? i mean, yeah - i can live with it. it's not affecting actual functionality. That's one area of code that I haven't looked at. I really don't know how vpopmail decides where to put new domains. -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net

Re: [vchkpw] Migration from MySQL to CDB Files

2004-06-25 Thread Tom Collins
-changes, then I'd think that going to CDB would be a good solution. You'll cut down on the memory overhead of MySQL connections, and looking up users in the CDB file should have a lower overhead. What's the maximum number of users you have in a domain? -- Tom Collins - [EMAIL PROTECTED] QmailAdmin

Re: [vchkpw] Migration from MySQL to CDB Files

2004-06-25 Thread Tom Collins
-queue (which is actually my qmail-spamc) which in turn runs spamc and the real qmail-queue. You can download my modified qmail-spamc.c here: http://tomlogic.com/qmail/qmail-spamc.c -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmail.sf.net/ Info

[vchkpw] Vpopmail 5.4.5 released

2004-06-25 Thread Tom Collins
' as valid option to vdelivermail in docs. [951245] rstml - Hide error message during POP3 auth with Postgres. [915485] Tom Collins - Fix `vuserinfo -l` output, based on Bill Shupp's patch (moved code to a single function call). [961742]

Re: [vchkpw] vpopmail installation on Mandrake 10

2004-06-29 Thread Tom Collins
built by the developer's version. -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmail.sf.net/ Info on the Sniffter hand-held Network Tester: http://sniffter.com/

Re: [vchkpw] Authentication

2004-06-29 Thread Tom Collins
include SMTP AUTH patches to qmail-smtpd? Stock qmail doesn't include that feature. -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmail.sf.net/ Info on the Sniffter hand-held Network Tester: http://sniffter.com/

Re: [vchkpw] vdelivermail traversing all maildirs on server before delivering mail

2004-06-29 Thread Tom Collins
or not. -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmail.sf.net/ Info on the Sniffter hand-held Network Tester: http://sniffter.com/

Re: [vchkpw] vpopmail installation on Mandrake 10

2004-06-30 Thread Tom Collins
going to compile software on that box, you really need to have those tools installed. -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmail.sf.net/ Info on the Sniffter hand-held Network Tester: http://sniffter.com/

Re: [vchkpw] Question about Dir Control (.dir-control)

2004-06-30 Thread Tom Collins
(or would that be enable?) to disable hashing when creating new domains. It shouldn't be too hard to ifdef out the code responsible for hashing. -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmail.sf.net/ Info on the Sniffter hand-held Network

[vchkpw] Vpopmail 5.4.6 released

2004-06-30 Thread Tom Collins
testing. ChangeLog: Tom Collins - Consolidate table creation code in vmysql.c and vpgsql.c. - Increase SQL_BUF_SIZE from 600 to 2048 for Oracle, Postgres and Sybase. - Add qnprintf() to vpopmail.c for escaping strings in SQL queries. - Use qnprintf() when building queries in vmysql.c, vpgsql.c

Re: [vchkpw] Question about Dir Control (.dir-control)

2004-06-30 Thread Tom Collins
for this domain */ if (vdel_dir_control(domain) != 0) { fprintf (stderr, Warning: Failed to delete dir_control for %s\n, domain); } +#endif /* Now remove domain from filesystem */ /* if it's a symbolic link just remove the link */ -- Tom Collins - [EMAIL PROTECTED

Re: [vchkpw] vpopmail installation on Mandrake 10

2004-07-01 Thread Tom Collins
that allows suid binaries. -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmail.sf.net/ Info on the Sniffter hand-held Network Tester: http://sniffter.com/

Re: [vchkpw] Incorrect Time

2004-07-01 Thread Tom Collins
. -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmail.sf.net/ Info on the Sniffter hand-held Network Tester: http://sniffter.com/

Re: [vchkpw] vpopmail installation on Mandrake 10

2004-07-01 Thread Tom Collins
On Jul 1, 2004, at 7:56 AM, Kaan Ertürk wrote: I changed the permissions of qmailadmin to root (I am logged in as root) but no way. Qmailadmin should be owned by vpopmail:vchkpw and have the suid bit set. -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http

Re: [vchkpw] vpopmail / postgres config issues

2004-07-02 Thread Tom Collins
for a config file). The vpopmail db exists in the database. Try editing vpgsql.h to set the connection info for the database. -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmail.sf.net/ Info on the Sniffter hand-held Network Tester: http

Re: [vchkpw] Failing logins - mysql issue?

2004-07-02 Thread Tom Collins
timestamp for each user when they authenticate (vuserinfo reports this information). -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmail.sf.net/ Info on the Sniffter hand-held Network Tester: http://sniffter.com/

Re: [vchkpw] chkuser patch

2004-07-07 Thread Tom Collins
. -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmail.sf.net/ Info on the Sniffter hand-held Network Tester: http://sniffter.com/

Re: [vchkpw] upgrading 5.3.30 to 5.4.x

2004-07-09 Thread Tom Collins
aliases, forwards and autoresponders in .qmail-alias files with MySQL table entries). -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmail.sf.net/ Info on the Sniffter hand-held Network Tester: http://sniffter.com/

Re: [vchkpw] Mail isnt delivered by vdelivermail!

2004-07-13 Thread Tom Collins
/mod_recycle_mail.pl /usr/local/vpopmail/domains/flenschat.de/robot/Maildir/ Then, have mod_recycle_mail.pl exit with the code for don't deliver mail if it's spam, and exit with the code for continue processing .qmail file if it's not spam. -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net

Re: [vchkpw] Strange problem with SMTP AUTH

2004-07-14 Thread Tom Collins
vpopmail installation. At some point leading up to the 5.4 release, we fixed a bug in vchkpw related to CRAM-MD5 SMTP AUTH. But, you need to use the correct (bug-fixed) SMTP AUTH patch to qmail-smtpd to go with it. -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net

Re: [vchkpw] good howto

2004-07-15 Thread Tom Collins
-server.htm -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmail.sf.net/ Info on the Sniffter hand-held Network Tester: http://sniffter.com/

Re: [vchkpw] [semi-OT] which is more portable?

2004-07-15 Thread Tom Collins
On Jul 15, 2004, at 11:31 AM, Jeremy Kitchen wrote: grep vpopmail /etc/passwd | awk -F : '{print $6}' or grep vpopmail /etc/passwd | cut -d':' -f6 How portable is this: X=`cd ~vpopmail; pwd` -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http

Re: [vchkpw] Encrypted Password

2004-07-21 Thread Tom Collins
passwords feature). -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmail.sf.net/ Info on the Sniffter hand-held Network Tester: http://sniffter.com/

Re: [vchkpw] vqregister / send password

2004-07-22 Thread Tom Collins
. Be sure to escape the data they provide. Perl provides a nice interface where you use ? in the query, and pass the parameter separately and it automatically escapes it. As for multiple lines in the table, add a timestamp and then use ORDER BY stamp DESC to get the latest. -- Tom Collins

Re: [vchkpw] sending/receiving messages to/from Selective Domains

2004-07-22 Thread Tom Collins
anyone. Why not turn off SMTP AUTH? -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmail.sf.net/ Info on the Sniffter hand-held Network Tester: http://sniffter.com/

Re: [vchkpw] sending/receiving messages to/from Selective Domains

2004-07-22 Thread Tom Collins
On Jul 22, 2004, at 5:36 PM, Edilmar Alves - Lista wrote: Tom Collins escreveu: On Jul 22, 2004, at 5:07 PM, Edilmar Alves - Lista wrote: I said about /etc/tcp.smtp and control/rcpthosts because when I had to used non smtp-auth schema, I saved into control/rcpthosts the domains abled

Re: [vchkpw] vpopmail pop3 unable to scan $HOME/Maildir

2004-07-28 Thread Tom Collins
responsible for authenticating the user. -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmail.sf.net/ Info on the Sniffter hand-held Network Tester: http://sniffter.com/

Re: [vchkpw] Bounce Mails Problem [solved]

2004-08-04 Thread Tom Collins
of qmail-spamc.c from SpamAssassin 2.60 * changes made by Tom Collins [EMAIL PROTECTED] - version 2004-06-25 * * Uses hard-coded paths to avoid problems with incorrect PATH environment. * Doesn't scan mail if RELAYCLIENT is set (indicates local, trusted user). * Adds more error reporting

<    1   2   3   4   5   6   7   8   9   10   >