Re: [vchkpw] Question about .qmail exit codes.

2003-11-28 Thread Tom Collins
les. Support for autoresponder exiting with 99. -- 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] Help - Multiple Domains with same users

2003-11-28 Thread Tom Collins
cals? What do the entries for the domains in /var/qmail/users/assign look like? It's possible domainY.com is considered an alias to domainX.com... -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmail.sf.net/ Info on the Sniffter hand-hel

Re: [vchkpw] any interest in a welcome message patch?

2003-11-30 Thread Tom Collins
On Saturday, November 29, 2003, at 10:36 PM, Yermo M. Lamers wrote: Ok, list newbie question. How do you guys prefer I submit a patch? Just post it here as an attachment or inline? put it someplace else? Please submit it to the patch tracker on SourceForge, <http://vpopmail.sf.net/>.

Re: [vchkpw] welcome.msg patch submitted to vpopmail.sf.net patch manager.

2003-11-30 Thread Tom Collins
res now -- only fixing bugs andtweaking the build process and documentation. -- 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] vlimits and #vchkpw irc.freenode.net

2003-12-01 Thread Tom Collins
of POP accounts before letting you create a new one? -- 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] pw_clear_passwd

2003-12-01 Thread Tom Collins
QL to 'ADD COLUMN pw_clear_passwd char(16)'. Be sure to compile vpopmail with --enable-learn-passwords and --enable-clear-passwd so vpopmail can fill in that column the next time a user authenticates. With CDB, you shouldn't have to do anything (if you're using 5.2.2, or something

Re: [vchkpw] disable_external_relay

2003-12-02 Thread Tom Collins
. But, I am still not able to disable the SMTP. What might be wrong? Are you using SMTP AUTH or roaming users (aka POP before SMTP)? -- 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] POP gives strange RETR answers

2003-12-02 Thread Tom Collins
e response to RETR and see if there are any obvious problems? -- 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] Removing the "CatchAll Account" column from "Email Accounts" Page

2003-12-02 Thread Tom Collins
IN_ADMIN) { ... } else { ... } Replace it with: fprintf(actout, " \n"); Re-compile and re-install qmailadmin and you (should be) all set. -- 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] vget_assign returns only real domain

2003-12-02 Thread Tom Collins
domain you created it in, and none of the aliases. -- 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] disable_external_relay

2003-12-03 Thread Tom Collins
point of domain-wide settings is so you don't have to set it for individual users. I took a look at the code and, at least for cdb, domain limits weren't getting loaded. I should have a patch later today. -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vp

Re: [vchkpw] disable_external_relay

2003-12-03 Thread Tom Collins
le it (with vmoduser). That's not accurate -- the whole point of domain-wide settings is so you don't have to set it for individual users. I took a look at the code and, at least for cdb, domain limits weren't getting loaded. I should have a patch later today. -- Tom Collins -

Re: [vchkpw] disable_external_relay [PATCH]

2003-12-03 Thread Tom Collins
Here's the patch to fix the domain limits problem. It's in CVS now, and will be in the next release (which I'll make by the end of the week). Hopefully the email gateways won't totally screw the file up... Update of /cvsroot/vpopmail/vpopmail In directory sc8-pr-cvs1:/tmp/cvs-serv1963 Modified

Re: [vchkpw] Problem with email bouncing

2003-12-04 Thread Tom Collins
domain name as the directory name). -- 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+ldap developer?

2003-12-05 Thread Tom Collins
ent version. As far as I know, we don't have an active maintainer for LDAP. Michael Bowe has looked at it a bit, but I don't think any of the current developers have an LDAP setup to test with. -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http:

Re: [vchkpw] vpopmail+ldap developer?

2003-12-06 Thread Tom Collins
://vpopmail.sourceforge.net/ to post your patches :) Even if you can't find errors in the code, you could take the time to report any problems you have with it by posting a bug report to SourceForge. -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmail.sf.net/ In

Re: [vchkpw] vpopmail.h question

2003-12-08 Thread Tom Collins
IL_MODE can simply be set to 0777. VPOPMAIL_DIR_MODE 488 is the same as 0750. You'll want it to be 0777 to have directories created with rwxrwxrwx permissions. -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmail.sf.net/ Info on the Sn

Re: [vchkpw] vpopmail.h question

2003-12-08 Thread Tom Collins
/vadddomain/etc. Current qmailadmin is hardcoded to use 0077 (grep qmailadmin.c for umask to see where to change it). I've changed it to VPOPMAIL_UMASK in CVS and it will be in the upcoming 1.0.30 (or 1.2.0-pre1) release. -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.s

Re: [vchkpw] vpopmail.h question

2003-12-08 Thread Tom Collins
omains/domain.com/postmaster/Maildir for a filename that ends in .qw. If QmailAdmin can't write a new file there (or delete the old one), then you won't be able to log in. Is you VPOPMAIL_UMASK set to 0? Do you have old .qw files left over from when the permissions were wrong?

Re: [vchkpw] vpopbull broke in 5.2.2?

2003-12-09 Thread Tom Collins
eally? When I tested 5.3.30, it printed each email address twice. Did you use -V (verbose) or -v (version)? I've just made some updates in CVS to fix the double printing, and to fix a problem when using the -h or -s (hard/soft link) options and specifying a filename that starts with '/&#x

[vchkpw] Volunteer needed: Vpopmail upgrade documentation

2003-12-10 Thread Tom Collins
me to coordinate efforts on writing it. If anyone has recently upgraded from 5.2 to one of the recent releases, please share any observations you had during the upgrade process. -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmail.sf.net/ Info on

[vchkpw] Vpopmail 5.4.0-pre1 released

2003-12-10 Thread Tom Collins
idea is to allow a partially installed domain to be cleanly and easily removed from the vpopmail system [821972] Tom Collins - Update more files involved in the build process. - Remove unused variable (fs) from vset_limits() in vlimits.c. [846509] - Change permissions on vpopmail.mysql to 064

Re: [vchkpw] Further Tweaks for better master/slave replication

2003-12-11 Thread Tom Collins
erver. Recompile Courier since it links into libvpopmail as well, and that update may go away. -- 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

2003-12-11 Thread Tom Collins
ource directory you installed from, you can find the options you used by reading the beginning of the config.status file. -- 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] error while compiling vpopmail 5.4.0 pre1

2003-12-13 Thread Tom Collins
s. We've fixed it in CVS and it will be in 5.4.0-pre2. The fix is to edit vlimits.c and move the "#endif" at the end of the file to just before the vlimits_setflags() function. -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmail.sf.

Re: [vchkpw] Default and/or Virtual domain POP Access problem

2003-12-13 Thread Tom Collins
On Saturday, December 13, 2003, at 07:04 PM, nathan Gordon wrote: Can I set Domain1.com up to allow POP access from the clients (in the same way as in Domain2.com and Domain3.com)? Compile vpopmail with --enable-passwd option to support system accounts. -- Tom Collins - [EMAIL PROTECTED

Re: [vchkpw] vadddomain -O is broken in 5.4.0-pre1

2003-12-14 Thread Tom Collins
een rebuilt yet). We're on top of 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] Release of 5.4.0

2003-12-15 Thread Tom Collins
e already a few fixes in CVS. -- 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, ezmlm, qmail-verh, and 'local' delivery

2003-12-16 Thread Tom Collins
erhaul once we start the 5.5 development series. Feel free to add this as a feature request to http://vpopmail.sf.net/. It will be a low priority for developers, but it might eventually get into vpopmail. -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: ht

Re: [vchkpw] vchkpw +remote mysql +fail auth

2003-12-16 Thread Tom Collins
wing files from mail01 to smtp01 and you should be fine. /var/qmail/control/rcpthosts, morercpthosts, morercpthosts.cdb Don't mirror control/virtualdomains, users/assign, or users/cdb, as that will result in qmail trying to deliver the mail on smtp01 instead of forwarding it to mai

Re: [vchkpw] skel

2003-12-16 Thread Tom Collins
could tell me the best way to do a diff against CVS I would be greatfull. You can probably just diff against a download of 5.4.0-pre1 (or 5.4.0-pre2 when it's released later this week). diff -ruN vpopmail-5.4.0-pre2/ vpopmail-withskel/ -- Tom Collins - [EMAIL PROTECTED] Q

Re: [vchkpw] .qmail files for addresses with periods

2003-12-16 Thread Tom Collins
e way, vpopmail 5.2.2 includes lots of bug fixes over 5.2.1. We're also close to releasing a stable 5.4.0. -- 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] deferral: can_not_open_new_email_file_errno=2_file

2003-12-16 Thread Tom Collins
'tmp', 'cur' and 'new' directories in the Maildir directory. -- 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:?[vchkpw]?vpopmail?+?ldap:?Error?80

2003-12-16 Thread Tom Collins
... Actually, we have no idea how many people are using LDAP. None of the current developers use it, so we can't do much testing. If it's working, then there's no need to stop using it. -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://

Re: [vchkpw] Losing messages into a new folder

2003-12-18 Thread Tom Collins
with the folder permissions or name. Does not affect all new folder. Does not always affect all messages. Fewer messages lost when moving only one, but happens with just one msg too. Maybe you should try the SquirrelMail list, or the IMAP server you're using. I don't see how vpopmail

Re: [vchkpw] vchkpw +remote mysql +fail auth

2003-12-18 Thread Tom Collins
it. What version of vpopmail were you using? 5.3.30? Are the SMTP connections coming in on port 25? -- 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 +remote mysql +fail auth

2003-12-19 Thread Tom Collins
c, the "change to the user's directory" code doesn't run for SMTP connections: if (ConnType != SMTP_CONN && chdir(pw_dir) == -1) { If ConnType isn't getting set correctly for some reason, I could see why it would fail. -- Tom Collins - [EMAIL PROTECTED] QmailA

[vchkpw] Vpopmail 5.4.0-pre2 released

2003-12-21 Thread Tom Collins
has changed. Instead of --enable-mysql, use *** --enable-auth-module=mysql. 5.4.0-pre2 - released 21-Dec-03 Casey Zacek - Keep vlimits_setflags() in vlimits.c when mysql-limits is enabled. [858109] - Create maildirsize file when adding new user. [858994] Tom Collins - open_smtp_relay(): fix

Re: [vchkpw] Vpopmail 5.4.0-pre2 released

2003-12-22 Thread Tom Collins
c: In function `mkpasswd3': vpopmail.c:588: warning: `srandom' is deprecated (declared at /usr/lib/dietlibc/include/stdlib.h:52) But it compiles! I will test later on if it works too ;) Thanks. I've cleaned up vpopmail.c in CVS, so it won't throw those warnings any more. -- Tom C

Re: [vchkpw] vchkpw +remote mysql +fail auth

2003-12-22 Thread Tom Collins
;t work at the moment). I'll be applying it to the CVS version soon, and it will be in the next vpopmail 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] Quick version question

2003-12-22 Thread Tom Collins
On Monday, December 22, 2003, at 09:54 AM, Dean Henrichsmeyer wrote: Building a production server today, 5.3.30 or 5.4.0-pre2 going to be more stable? :) 5.4.0-pre2 should be more stable than 5.3.30. If you look at the ChangeLog, you'll see quite a few fixes between those two releases. -

Re: [vchkpw] [not-OT] Pop3 auth and Courier-Imap (pop3s)

2003-12-23 Thread Tom Collins
H with CRAM-MD5 (which doesn't work at the moment, but should hopefully once I apply a patch to the last 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/

[vchkpw] Re: [qmailadmin] Differences in html templates

2003-12-23 Thread Tom Collins
idea what to put there than I do. I've added a comment in the CVS 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] Enable-roaming-users tests

2003-12-24 Thread Tom Collins
tem, you'll be able to send from your IP address for 30 minutes after you establish a POP connection. Keep in mind that if you're using courier-imap you need to recompile it after building vpopmail with enable-roaming-users since it links directly to libvpopmail instead of calling vchk

Re: [vchkpw] Enable-roaming-users tests

2003-12-24 Thread Tom Collins
ssword, LIST). After the POP connection, you should be able to send the email. -- 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] vcdb.c patch for bad vpasswd permissions

2003-12-26 Thread Tom Collins
us improvements over 5.2.2, we don't have any plans to make a 5.2.3 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] tcpserver logging of extra pop info

2003-12-28 Thread Tom Collins
whole thing :-( Take a look at the --enable-logging option. You can recompile/install vpopmail, adding --enable-logging=y to your ./configure options. It will then log all pop3 connections, not just the failures. -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net

Re: [vchkpw] Problem with qconfirm

2003-12-28 Thread Tom Collins
On Dec 28, 2003, at 1:56 PM, Andrea Riela wrote: Have you got any suggestion for me? You'll have to compile vpopmail with the --enable-qmail-ext option. I'm not sure if it is guaranteed to work at that point, but it's a start... -- Tom Collins - [EMAIL PROTECTED] Q

Re: [vchkpw] vqadmin and my_user@localhost

2003-12-29 Thread Tom Collins
password for connecting to 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] qmailadmin invlid login

2003-12-29 Thread Tom Collins
x27;t install with the correct permissions. Try `make install` instead or wait until the rc2 release which I'll be making in the next few days. -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmail.sf.net/ Info on the Sniffter hand-held Network Te

Re: [vchkpw] problem w/ vadddomain and -d option

2003-12-29 Thread Tom Collins
n somthing wrong? I don't think this is possible with the current source. There's way too much code that assumes the domains are in a directory called "domains". -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmail.sf.net/ Info on

Re: [vchkpw] Managing vpopmail from remote server

2003-12-30 Thread Tom Collins
counts in a domain. You'll still need to use vqadmin to add/delete the domains. -- 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.0-rc1 released

2004-01-01 Thread Tom Collins
.conf, ldap/vpopmail.ldif. [863881] [811000] [864643] - Rewrote the README.mysql based on my web based guide. - Documentation tweaks for README.pgsql, README.roamingusers. Tom Collins - Remove unused var (cp), change random/srandom to rand/srand in vpopmail.c to remove compiler warnings.

Re: [vchkpw] vpopmail - maildirs names

2004-01-02 Thread Tom Collins
? No. There is code that relies on those folder names being a single character. It would be easiest to stop qmail, move the directory to another location, and then create a symlink from the old name (/home/vpopmail/0) to the new directory name. -- Tom Collins - [EMAIL PROTECTED] QmailAdmin

Re: [vchkpw] vqadmin

2004-01-02 Thread Tom Collins
suid cgi-bin. Also make sure that the volume vqadmin.cgi is on isn't mounted with a nosuid option. Does qmailadmin work on the same box? -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmail.sf.net/ Info on the Sniffter hand-held Network Te

Re: [vchkpw] Disabling an account in vpopmail (using valias)

2004-01-03 Thread Tom Collins
to [EMAIL PROTECTED] What version of vpopmail? A quick check of the current rc1 release (and other recent releases) appears to include code to properly handle "#" in a valias file. -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmai

Re: [vchkpw] Vpopmail 5.4.0-rc1 released

2004-01-03 Thread Tom Collins
On Jan 3, 2004, at 8:53 AM, Dean Henrichsmeyer wrote: On Fri, 2004-01-02 at 00:18, Tom Collins wrote: http://vpopmail.sf.net/ I anticipate that this release will become final/stable in the coming week. There might be a few more documentation additions/changes, but otherwise it should be solid

Re: [vchkpw] vqmaillocal

2004-01-06 Thread Tom Collins
ail that should probably follow through to vqmaillocal. I don't know if it supports valiases. I don't know the benefits (if any) of using it over vdelivermail. If we start working on it again, I'd like to see code shared between it and vdelivermail moved to a common module. -- Tom

Re: [vchkpw] Disabling an account in vpopmail (using valias)

2004-01-06 Thread Tom Collins
On Jan 6, 2004, at 11:35 AM, John Councilman wrote: I am using 5.2.1. Try 5.2.2 from <http://vpopmail.sf.net/>. It includes lots of bug fixes to the 5.2.1 release. Also, 5.4.0 should be stable within a week. Both properly handle '#' in .qmail files and valias table entries.

Re: [vchkpw] Error when vpopmail is autocreating a user - FOllowup

2004-01-07 Thread Tom Collins
h the ones you just listed? -- 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 and courier 2.2.1 (long)

2004-01-07 Thread Tom Collins
courier to get it to compile with roaming users enabled. -- 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 and courier 2.2.1 (long)

2004-01-08 Thread Tom Collins
On Jan 8, 2004, at 3:29 AM, Andrea Riela wrote: Then what I've to do? Try BINC-IMAP instead. Others have reported that it's a fine replacement for Courier. -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmail.sf.net/ Info on the Sni

Re: [vchkpw] Error when vpopmail is autocreating a user

2004-01-08 Thread Tom Collins
or code just before it, since it calls r_chown() with a fully qualified path? Or it could be a problem with the code that reads in the pathname? What is the auth backend, and what does the user's entry look like? We might be barking up the wrong tree here -- if it's munged in

Re: [vchkpw] vpopmail and mysql configuration problems

2004-01-08 Thread Tom Collins
On Jan 8, 2004, at 11:08 AM, Ronnie Samuel wrote: --enable-incdir=/usr/include/ This needs to be the include directory for the MySQL libs. Something like "/usr/local/include/mysql". Try leaving it blank, as vpopmail will search multiple locations for the correct directory. -- T

Re: [vchkpw] vpopmail - bug or my bug

2004-01-08 Thread Tom Collins
; unlink(local_file); -return(errno); + return(-2); } } } -- 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] clearopensmtp

2004-01-09 Thread Tom Collins
en smtp file if it contains invalid entries. Also, make sure you've recompiled courier-imap after installing 5.4.0-rc1. -- 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] unicode domain names in vpopmail and qmailadmin

2004-01-09 Thread Tom Collins
ring (onscreen to the user, in error messages, etc.), versus the 7-bit ASCII version (when writing files). I also don't know if knowledge of the current character set (for example, when a user runs the command-line tools or qmailadmin outputs HTML pages) will be important or not. -- T

Re: [vchkpw] Using CVS

2004-01-09 Thread Tom Collins
On Jan 9, 2004, at 4:08 PM, Alexandre Barbosa wrote: Can anybody give me a short tutorial of how to use the cvs ? http://sourceforge.net/docman/display_doc.php?docid=14033&group_id=1#top -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmail.sf

Re: [vchkpw] vchkpw and courier 2.2.1 (long)

2004-01-13 Thread Tom Collins
tallation is completed. Well, what could I do? Without '-crypt' apparently all works fine, but I don't know about open-relay. If -lcrypt isn't in the file, and everything builds fine, then you don't need it. -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmai

Re: [vchkpw] More on clearopensmtp [FIXED]

2004-01-13 Thread Tom Collins
On Jan 11, 2004, at 10:31 AM, Alejandro Aguilar Sierra wrote: In a recent post, Tom Collins wrote that the bug causing IPs with the ":::" prefix in open-smtp had been fixed in 5.4-rc1. However, I got the same problem with 5.4.-rc1 and courier-imap-2.2.1. I fixed it after th

Re: [vchkpw] Working SMTP-AUTH-CRAM-MD5 after applied vchkpw.c.diff

2004-01-13 Thread Tom Collins
dy in CVS and will be in 5.4.0-rc2. -- 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] Working SMTP-AUTH-CRAM-MD5 after applied vchkpw.c.diff

2004-01-13 Thread Tom Collins
On Jan 13, 2004, at 10:13 AM, David Hubbard wrote: From: Tom Collins [mailto:[EMAIL PROTECTED] On Jan 13, 2004, at 9:00 AM, Dean Henrichsmeyer wrote: I applied this vchkpw.c.diff patch from http://www.fehcom.de/qmail/smtpauth.html and CRAM-MD5 authentication seems to be working (of course I also

Re: [vchkpw] spam assassin enable/disable per domain flag

2004-01-14 Thread Tom Collins
ld is currently used to store the user's real name. You could store the boolean as a flag in the pw_gid field though. -- 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 and courier 2.2.2 (probably a bug)

2004-01-14 Thread Tom Collins
eof(ipbuf))) return ipenv; strcpy (ipbuf, ipenv); ipaddr = ipbuf; -- 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] checkuser patch

2004-01-14 Thread Tom Collins
eliver the mail locally even though we have smtproutes setup. If I recall correctly, if the domain is in control/virtualhosts, then it will be delivered locally. -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmail.sf.net/ Info on the Sniffter

Re: [vchkpw] Re: Ucspi-ssl? --> test

2004-01-15 Thread Tom Collins
permissions. In the vpopmail source directory, type `make fix-priv` to set the proper permissions on the domains directory. -- 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 and vpopmail

2004-01-15 Thread Tom Collins
find the postmaster for those domains? What version of vpopmail and courier? -- 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] tcp.smtp / open-smtp rule precedence

2004-01-16 Thread Tom Collins
e more information, it should be possible to modify vpopmail to handle this situation. Also, if anyone can think of a reason that rules in tcp.smtp SHOULDN'T override entries in open-smtp, then please speak up now. -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.n

Re: [vchkpw] Yermo's patch: welcome msg

2004-01-19 Thread Tom Collins
2 release which should be later today. SourceForge's developer CVS server has been down (scheduled) since yesterday, otherwise the release would have been ready today. It should be easy to update the patch so it applies to the new version. -- Tom Collins - [EMAIL PROTE

[vchkpw] Vpopmail 5.4.0 Release Candidate 2 released

2004-01-19 Thread Tom Collins
not need to be gid 89. [877154] - Update README.pgsql to include security warning regarding the postgres username/password [879124] Ken Nonaka - Fixes to vpgsql.c to clear compile errors when --enable-ip-alias-domains is enabled. [874066] Tom Collins - Check for comments earlier in deliver_m

Re: [vchkpw] Re: spamassassin patch ready ahead of schedule

2004-01-20 Thread Tom Collins
automatically having it turned off when a new user is added. It would be possible to add a flag to the .qmailadmin-limits file (and supporting code in vmoddomlimits) to turn it off for an entire domain. -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http

Re: [vchkpw] enable-file-sync

2004-01-20 Thread Tom Collins
On Jan 20, 2004, at 7:57 AM, Marcin Soltysiak wrote: PS> Ken, sorry about two copies of this mail. BTW: Could you set default Reply-To: to list address? It would be easier when replying. I second that request. With the latest QmailAdmin, it's easy to do... -- Tom Collins - [EMAIL P

Re: [vchkpw] vpopmail-5.4.0-rc2 - Mysql valias not working

2004-01-20 Thread Tom Collins
, and the valias table was created. If there's an error creating the table, valias should print it out. What happens when you run valias -i [EMAIL PROTECTED] [EMAIL PROTECTED] It should create a table called valias... Do vuserinfo and vadduser work? -- Tom Collins - [EMAIL PROT

Re: [vchkpw] Problem with vchkpw

2004-01-20 Thread Tom Collins
add --enable-passwd to your vpopmail configuration. To log in to virtual domains, you need to use "USER [EMAIL PROTECTED]" or "USER username%domain.com" in the POP login. -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmai

Re: [vchkpw] vpopmail 5.4.0-rc2 and defaultquota

2004-01-21 Thread Tom Collins
t to change the settings. And yes, I just updated the CVS to say ~vpopmail/etc/vlimits.default instead of the incorrect location above. -- 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.0-rc2 and defaultquota

2004-01-21 Thread Tom Collins
On Jan 21, 2004, at 6:23 PM, Andrea Riela wrote: Tom Collins wrote: After installation, edit ~vpopmail/etc/vlimits.default to change the settings. For me, I've to write 'NOQUOTA' in vlimits.default? NOQUOTA is the default. If you want to set it to something, uncomment the d

Re: [vchkpw] Vpopmail 5.4.0 rc2 and smtp-auth failured

2004-01-22 Thread Tom Collins
messy install for some people unless we can come up with an "update" patch for qmail to go from the 0.3.1 auth patch (which is what many people are using, I believe) to 0.4.2. -- 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] Unable to ch to dir

2004-01-24 Thread Tom Collins
livers the mail to the default location. In your case, the postmaster mailbox. -- 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] SMTP AUTH fails if domain dir doesn't exist?

2004-01-25 Thread Tom Collins
another problem that we should track down. -- 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] Compiling error...

2004-01-26 Thread Tom Collins
]: Leaving directory `/root/vpopmail-5.2.1' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/root/vpopmail-5.2.1' make: *** [all-recursive-am] Error 2 That error was fixed in 5.2.2, available at <http://vpopmail.sf.net/>. -- Tom Collins - [EMAIL PROTECTED] QmailAdmin

Re: [vchkpw] Downloads

2004-01-27 Thread Tom Collins
On Jan 27, 2004, at 9:13 AM, KTS wrote: Where can I download other than 5.2.2 or the development version? What version are you interested in? SourceForge has an archive of older versions: http://sourceforge.net/project/showfiles.php?group_id=85937 -- Tom Collins - [EMAIL PROTECTED

Re: [vchkpw] How can remote users use vacation, .qmail filters, etc?

2004-01-27 Thread Tom Collins
at QmailAdmin <http://qmailadmin.sf.net/> for a start. -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmail.sf.net/ Info on the Sniffter handheld Network Tester: http://sniffter.com/

Re: [vchkpw] reg:smtp auth {?]

2004-01-28 Thread Tom Collins
c2 includes updates to vchkpw that may not work correctly with older versions of the SMTP AUTH patch. It works correctly with the updated patch at the URL above. -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmail.sf.net/ Info on the Snifft

Re: [vchkpw] Segmentation Fault (core dumped) when running vpasswd

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

Re: [vchkpw] vpopmail 5.4.0-rc2 and sqwebmail-3.6.2 password change not working

2004-01-30 Thread Tom Collins
s not yet elapsed even though none of that is true. vpopmail 5.4.0-rc2 and sqwebmail-3.6.2 I'm not familiar with how sqwebmail interfaces to vpopmail. Does it link libvpopmail? If so, did you recompile and reinstall sqwebmail after installing vpopmail? -- Tom Collins - [EMAIL

[vchkpw] valias support for qmailadmin (was qmailadmin 1.2.0 and mysql problem)

2004-02-01 Thread Tom Collins
ies. That will be going into 5.4.1 (but I need to get 5.4.0 out first). -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmail.sf.net/ Info on the Sniffter handheld Network Tester: http://sniffter.com/

[vchkpw] Vpopmail 5.4.0 (final) released

2004-02-01 Thread Tom Collins
http://vpopmail.sf.net/ Finally. The 5.3 development series is stable. Be sure to read the UPGRADE file and various README files if upgrading from a previous version. ChangeLog: Tom Collins - Update configure with correct location of vlimits.default. - Fix typo (ammount) in vmoddomlimits

Re: [vchkpw] similar functions in libvpopmail

2004-02-02 Thread Tom Collins
n alias domain into it's real form. -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmail.sf.net/ Info on the Sniffter handheld Network Tester: http://sniffter.com/

Re: [vchkpw] what's wrong?

2004-02-03 Thread Tom Collins
this issue would leave apart, but it still continue. 5.4.0 ChangeLog: Tom Collins - Update configure with correct location of vlimits.default. - Fix typo (ammount) in vmoddomlimits. [882884] - Don't include $(DESTDIR) when building vpopmailbindir. [884247]

Re: [vchkpw] "multimaildir" in .qmail

2004-02-03 Thread Tom Collins
ivery if the line starts with "." or "/". -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmail.sf.net/ Info on the Sniffter handheld Network Tester: http://sniffter.com/

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