Re: [vchkpw] minimum password length/character combination support?

2014-10-29 Thread Tom Collins
The vchkpw program verifies the password. Are you wondering about the vpasswd program for changing a password? That's an admin program, and wouldn't typically enforce a password change policy. How do your users currently change their passwords? QmailAdmin? Some other program? You would

Re: [vchkpw] minimum password length/character combination support?

2014-10-29 Thread Tom Collins
admin or something a little more within the source tree than the above patch method? Thanks again for your reply. Sincerely, Peter Brezny Purplecat Networks Inc. www.purplecat.net 828-250-9446 From: Tom Collins Sent: ‎Wednesday‎, ‎October‎ ‎29‎, ‎2014 ‎1‎:‎56‎ ‎PM To: vchkpw@inter7

Re: [vchkpw] minimum password length/character combination support?

2014-10-29 Thread Tom Collins
Sorry, forgot the link to the QmailAdmin patch: http://sourceforge.net/p/qmailadmin/patches/28/ -Tom On Oct 29, 2014, at 4:32 PM, Tom Collins wrote: I haven't checked the configuration in some time, so I don't know about minimum password requirements. I did recall this patch

Re: [vchkpw] qmailadmin and forwards

2014-08-28 Thread Tom Collins
Rick, At issue was that qmail only processes the .qmail-alias files in the domain directory. It then hands off to vdelivermail via the .qmail-default file in the domain directory. The vdelivermail program is what parses the user/.qmail file for delivery instructions. While that file follows

Re: [vchkpw] qmailadmin and forwards

2014-08-25 Thread Tom Collins
Charles, It's been a long time since I've worked in that code, but here are some quick thoughts: 1) There's already code reading the headers, searching for mail loops by looking at the Delivered-To header. You could tap into that code. 2) You could look at simscan.c to see how they're

Re: [vchkpw] Re: !!! CHECK SENDER !!![vchkpw] [SPAM] Re: [SPAM] Rrdirection problem

2014-04-24 Thread Tom Collins
This sounds like a possible bug (or perhaps a configuration issue) in vdelivermail. With MySQL aliases, vdelivermail handles delivery. It's finding the ssiad forward first and delivering the message there (since -secretariat is an extension to that mailbox). By deleting the alias record

Re: [vchkpw] Qmail maillog vchkpw-submission vs vchkpw-smtp

2014-03-04 Thread Tom Collins
vchkpw-submission is on port 587, and is typically used for emai clients relaying mail. It's often set up to require authentication. vchkpw-smtp is on port 25, and can be used for email clients to relay mail, or by other servers delivering mail to your server. -Tom On Mar 4, 2014, at 9:41

[vchkpw] [SPAM] Re: [vchkpw] [SPAM] Re: [vchkpw] Qmail maillog vchkpw-submission vs vchkpw-smtp

2014-03-04 Thread Tom Collins
if they are from overseas IPs. Am I thinking correctly? From: Tom Collins t...@tomlogic.com To: vchkpw@inter7.com Sent: Wednesday, March 5, 2014 12:02 AM Subject: Re: [vchkpw] Qmail maillog vchkpw-submission vs vchkpw-smtp vchkpw-submission is on port 587, and is typically used

Re: [vchkpw] odd problem after OS upgrade (hey, Tom, Ken, jkitchen: around?)

2013-06-22 Thread Tom Collins
Did you recompile qmail and vpopmail after the OS upgrade? I'm wondering if it's something odd where the size of some data type changed from 32 to 64 bits after the OS upgrade, and one program is using the new size (perhaps because of a dynamically linked library) and the other is still using

[vchkpw] [SPAM] Re: [vchkpw] [SPAM] Re: [vchkpw] [SPAM] Error: Unable to chdir to vpopmail/domains/domain directory

2013-05-16 Thread Tom Collins
If you're talking about QmailAdmin, you need to make sure it's got the suid bit set and is owned by the vpopmail user. You shouldn't have changed Apache to run as vpopmail, and should revert those changes. If vpopmail is working for you, you should focus your efforts on troubleshooting

Re: [vchkpw] [SPAM] lastauth troubles, old version

2013-04-11 Thread Tom Collins
Charles, QmailAdmin will update lastauth (as least the file in the user's directory) as well. I know that on my current system, pop3 and pop3s update the file (using qmail's POP server) but IMAP does not (using dovecot). -Tom On Apr 11, 2013, at 1:47 PM, Charles Sprickman wrote: It's been

Re: [vchkpw] qmailadmin suggestions -- SOrry if I send a Personal one

2013-02-19 Thread Tom Collins
Looks like a problem in vauth_getpw() from vpopmail. I think you're on the right track with going from 5.5 back down to 5.4. I'm still running QmailAdmin 1.2.12 and Vpopmail 5.4.20. -Tom On Feb 19, 2013, at 9:09 PM, Remo Mattei wrote: one more update on this Program received signal

Re: [vchkpw] vchkpw auth remote database

2012-10-23 Thread Tom Collins
He's said that vuserinfo works, so the database linkage is OK. Something else is preventing vchkpw from working. -Tom (Sent from my phone; forgive my brevity) On Oct 23, 2012, at 2:28 AM, Thibault Richard th...@thibs.com wrote: Hello Are your MySQL right well set on the MySQL server ?

Re: [vchkpw] qmailadmin buffer overflow

2012-10-15 Thread Tom Collins
Catching up on old emails -- were you able to resolve this? I can't recall if this thread continued on the mailing list or not. -Tom On Sep 19, 2012, at 6:35 AM, Bob Hutchinson wrote: On 19/09/12 11:52, Tom Collins wrote: I'm offline, with limited Internet connectivity, so apologies

Re: [vchkpw] qmailadmin buffer overflow

2012-09-20 Thread Tom Collins
That should be just fine. Keep a copy of the currently-installed version to switch back to after debugging. -Tom (Sent from my phone; forgive my brevity) On Sep 19, 2012, at 3:35 PM, Bob Hutchinson hutchli...@midwales.com wrote: OK, I will look into doing this at a quiet time. I notice that

Re: [vchkpw] qmailadmin buffer overflow

2012-09-19 Thread Tom Collins
I'm offline, with limited Internet connectivity, so apologies if someone else has already responded. I think you need to recompile QmailAdmin and manually install the binary. The installation process strips debug information that would probably show up in this dump and help isolate the

Re: [vchkpw] [SPAM] valias line that pipes into vdelivermail again breaks delivery valias documentation lax

2012-08-05 Thread Tom Collins
Haven't read your whole email, so I apologize if I'm off base. vdelivermail should only go in .qmail-default. It should not go in .qmail-alias files. If you're using it there, you will have problems. -Tom (Sent from my phone; forgive my brevity) On Aug 5, 2012, at 1:13 PM, Luke vpopmail

[vchkpw] [SPAM] Using onchange with jms1 mailhub (update-qmail service)

2012-03-06 Thread Tom Collins
script flushes the pipe whenever it can; accepting multiple lines of onchange data each time. -- Tom Collins t...@tomlogic.com !DSPAM:4f5687dd34174670517420!

[vchkpw] OT: Dovecot for POP3?

2011-07-08 Thread Tom Collins
Many of us have switched from Courier to Dovecot for IMAP, I'm wondering if others have also switched from qmail-pop3d to Dovecot for your POP server. I have a client who insists on using POP and leaving lots of messages (~4000) in his inbox. That's starting to cause problems with qmail-pop3d.

Re: [vchkpw] vpopmail v5.4.33 added as a development version

2011-02-03 Thread Tom Collins
On Feb 3, 2011, at 8:06 AM, Matt Brookings wrote: - Changed relevant quota code to use storage_t 64bit type Matt, How will other programs (like qmail, QmailAdmin and the POP/IMAP servers) handle 64-bit quotas? Is this only for the vusagec/vusaged setup, or does it affect maildirsize as

Re: [vchkpw] Strane problem with vmoddomlimits and 2GB limit

2011-02-02 Thread Tom Collins
On Feb 1, 2011, at 8:17 AM, Alessio Cecchi wrote: Is vpopmail/vmoddomlimits unable to manage quota more than 2GB but can manage quota of 2GB -1 byte? Some quota code uses a signed 32-bit value so, yes, 2GB - 1 is the maximum you can represent in that datatype. I believe more recent versions

Re: [vchkpw] DKIM?

2011-01-29 Thread Tom Collins
Manvendra, Do you have a page on how to configure DKIM after patching qmail? Or is it in the dkfilter man page as part of the patch? -Tom On Jan 26, 2011, at 9:24 PM, Manvendra Bhangui wrote: On Thu, Jan 27, 2011 at 10:39 AM, Tom Collins t...@tomlogic.com wrote: Any advice on setting up

[vchkpw] Block all .html attachments?

2010-07-16 Thread Tom Collins
I've seen a huge increase in spam making use of .html attachments, and I'm considering outright blocking of all .html attachments. Has anyone else done this? Any thoughts on the number of legitimate .html attachments I'd be blocking? -Tom !DSPAM:4c407ddb32711400178195!

Re: [vchkpw] Block all .html attachments?

2010-07-16 Thread Tom Collins
I'm not proposing it for the list, I'm considering it for my own email hosting. My understanding is that HTML email doesn't use .html attachments, so it shouldn't be affected. -Tom On Jul 16, 2010, at 8:59 AM, Joshua Megerman wrote: I've seen a huge increase in spam making use of .html

Re: [vchkpw] Re: Trash folder maintenance

2010-03-09 Thread Tom Collins
On Mar 8, 2010, at 7:32 AM, Ryan Anderson wrote: From a cron job, we use find to remove the old files from the Maildir. Just make sure you test it thoroughly, and try it out on your own email account first! You don't want to get the time parameters to `find` wrong, and you certainly want to

Re: [vchkpw] Trash folder maintenance

2010-03-07 Thread Tom Collins
On Mar 2, 2010, at 3:31 PM, Trey Nolen wrote: In the past, we have been using Sqwebmail to remove email from the Trash folder periodically (by default 7 days). Now, we have migrated to a new server using the new Vpopmail which no longer supports Sqwebmail. We have moved to SquirrelMail

[vchkpw] SpamAssassin Y2K10 bug

2010-01-01 Thread Tom Collins
If you're running SpamAssassin, be aware that it has a rule that's adding points to all mail with a 2010 date. You can fix it by adding the following to your local.cf and restarting spamassassin. score FH_DATE_PAST_20XX 0.0 See

Re: [vchkpw] vdeliver perimission denied for vadddomain -u

2009-12-03 Thread Tom Collins
Sorry to just jump in at a random point in the conversation, but here are some thoughts. If you su to the mike4 user, can you run ~vpopmail/bin/vdelivermail (i.e., do you have execute access on the file)? It needs to be able to do that. Can you cd into the directory with email for that

Re: [vchkpw] vpopmail 5.5 SVN domain quota fix

2009-09-19 Thread Tom Collins
On Sep 17, 2009, at 10:21 AM, Harm van Tilborg wrote: + if (((vl.diskquota) (bytes = (vl.diskquota * 100))) || ((vl.maxmsgcount) ((count = vl.maxmsgcount Maybe I'm doing too much embedded programming, but seeing the * 100 makes me worry about overflow. If vl.diskquota is a

Re: [vchkpw] imap before smtp

2009-09-17 Thread Tom Collins
Even if it's possible to set up imap-before-smtp, you'll be much better off if you have your clients use SMTP AUTH instead. More reliable, more predictable, and supported by almost every email client out there. If you really want to try it, consider Dovecot instead of Courier. I think

Re: [vchkpw] Released updated 5.4.28 tarball on SourceForge

2009-09-02 Thread Tom Collins
If it was modified, you should increment the version number. In 3 months, when someone reports a bug, how will we know which 5.4.28 they're running? -Tom On Sep 2, 2009, at 10:56 AM, Matt Brookings m...@inter7.com wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Adds a fix for long

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

2009-08-18 Thread Tom Collins
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Aug 17, 2009, at 4:03 PM, Matt Brookings wrote: Itamar Reis Peixoto wrote: storing uid / gid in a config file will be light Lighter than accessing an authentication database, agreed. Like I said, I'm hoping to add configuration API to

Re: [vchkpw] quota limit upto 2gb

2009-07-17 Thread Tom Collins
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Jul 14, 2009, at 12:33 PM, Matt Brookings wrote: The 5.5 branch uses 64bit integers for storing and comparing quotas, so yes, 5.5 can set quotas above 2gb. Furthermore, the latest development version looking to go stable, 5.4.28, has changes

Re: [vchkpw] vdelivermail stdout to Dovecot deliver

2009-04-02 Thread Tom Collins
On Mar 30, 2009, at 7:32 PM, Rick Romero wrote: What I'm trying to work around with this method is to handle user-specific .qmail directives. Dovecot doesn't do that, and that is why I can't full out replace vdelivermail with deliver. What if vpopmail was updated to store a user's .qmail

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

2009-04-02 Thread Tom Collins
Instead of jumping all of these hoops, I find that it's easier to manually remove the real domain from all files in /var/qmail/controls and its entry in users/assign. Then edit the alias entry in users/ assign to have the new real domain in the second column. You'll have to run qmail-newu,

Re: [vchkpw] Opinions needed

2009-01-23 Thread Tom Collins
On Jan 22, 2009, at 1:43 AM, Matt Brookings wrote: Where do you come up with 128bit from? On most systems a 'long long' is going to be a 64bit integer. That's what I'm currently using. Sorry, you're right on that. Why isn't it enough to keep the current quota system, and just update all

Re: [vchkpw] Opinions needed

2009-01-21 Thread Tom Collins
On Jan 21, 2009, at 6:46 AM, Matt Brookings wrote: My question is this; would anyone ever require a quota below a megabyte, or, would any application ever really need to know about specific usage counts below a megabyte? When calculating usage, I'm thinking about making the smallest measure

Re: [vchkpw] vpopmail development

2009-01-08 Thread Tom Collins
On Jan 6, 2009, at 3:54 AM, aledr wrote: There's a lot of patches on SourceForge tracker to be accepted and I have my own patches and improvements for vpopmail that I would like to see in the package. There's no activity on the SF CVS for months, is It in active development yet? It's not in

Re: [vchkpw] CentOS 5 64 bit vchkpw segfault - vpopmail 5.4.9 - softlimit related

2008-10-23 Thread Tom Collins
On Oct 22, 2008, at 9:42 AM, Paul Oehler wrote: Thanks for the suggestion Ken. I finally got around to testing this, and unfortunatly the vchkpw segfaults continue even after recompiling without any compiler optimization flags. The error in the messages log looks like this: kernel:

Re: [vchkpw] CentOS 5 64 bit vchkpw segfault - vpopmail 5.4.9 - softlimit related

2008-08-28 Thread Tom Collins
compiling Courier-IMAP against libvpopmail: Compile libvpopmail with -fPIC option so amd64 users can compile courier-authlib against libvpopmail.a. I recommend upgrading. -- Tom Collins - [EMAIL PROTECTED] Vpopmail - virtual domains for qmail: http://vpopmail.sf.net/ QmailAdmin - web interface

[vchkpw] [OT] I'm afraid I wasn't able to deliver your message...

2008-05-15 Thread Tom Collins
I host email and websites for a few friends, in addition to the commercial hosting I do, and I really got a kick out of this email I received last night from a friend's 11-year-old son. I guess he just expects qmail to try harder... ;-) -Tom Begin forwarded message: From: Quinn [EMAIL

Re: [vchkpw] verbose logging ?

2008-05-01 Thread Tom Collins
-default file for some reason? That's what this output looks like... -- Tom Collins - [EMAIL PROTECTED] Vpopmail - virtual domains for qmail: http://vpopmail.sf.net/ QmailAdmin - web interface for Vpopmail: http://qmailadmin.sf.net/ !DSPAM:4819bafd120509660958785!

Re: [vchkpw] Enable / disable pop access

2008-04-21 Thread Tom Collins
On Apr 17, 2008, at 10:39 AM, Wouter van der Schagt wrote: Hi all, i have a question. I know with moduser -p domain.com i can disable pop access. And i know with -x i can clear all bits and enable it again. However i dont want to clear all bits.. i just want to flip the -p bit. Any ideas? -

Re: [vchkpw] not auto-learning passwords

2008-04-14 Thread Tom Collins
On Apr 14, 2008, at 3:46 PM, D. Hilbig wrote: If I do a plaintext login which will check against the hashed password stored in the SQL table, I can login with any password. However, a CRAM-MD5 login (which checks against the clear password) with any password will fail. If both the hashed

Re: [vchkpw] Disable non webmail IMAP access

2008-03-07 Thread Tom Collins
include IP address or reason for authenticating (POP, IMAP, webmail, SMTP AUTH, QmailAdmin login, etc.) the courier authvchkpw module doesn't make use of the access- restriction flags. -- Tom Collins - [EMAIL PROTECTED] Vpopmail - virtual domains for qmail: http://vpopmail.sf.net

Re: [vchkpw] Postmaster email quota management.

2008-03-03 Thread Tom Collins
On Mar 3, 2008, at 12:13 AM, Tariq Azad/OPS wrote: i want to give previledge to postmaster to change email quota in qmail admin. How can i do that.Can any body help on this. Configure qmailadmin with the --enable-modify-quota option. -Tom !DSPAM:47ccedcb120506567532625!

Re: [vchkpw] Disable non webmail IMAP access

2008-02-29 Thread Tom Collins
On Feb 29, 2008, at 12:45 AM, Alessio Cecchi wrote: With vmoduser would seem simple: ~/vpopmail/bin/vmoduser -i [EMAIL PROTECTED] but but in reality does not work, in fact the command totally disables access to IMAP. There is someone who is able to disable access IMAP except for webmail

Re: [vchkpw] Courier-Authlib Enhancement Requested

2008-02-28 Thread Tom Collins
On Feb 28, 2008, at 2:55 PM, Steve wrote: If you are using it, do you know for sure? Anything I should know that is missing? Can't guarantee that it will fit all of your needs, but I'm very pleased with the performance improvement of replacing courier-imap with dovecot. Especially for

Re: [vchkpw] Re: Double bounce message

2008-01-25 Thread Tom Collins
On Jan 25, 2008, at 5:01 AM, ckubu wrote: than create a file named alias-home/.qmail-dev-null with content: | cat /dev/null Easier to just put a # in .qmail-dev-null. Same effect without having to launch cat and pipe the email message through it to /dev/null. -Tom

Re: [vchkpw] local delivery failure when forwarding messages

2008-01-05 Thread Tom Collins
On Jan 5, 2008, at 4:46 AM, Charlie Garrison wrote: 2008-01-05 21:58:01.211526500 delivery 32: deferral: Unable_to_forward_message:_unable_to_exec_qq_(#4.3.0)./ This error message means that it's having trouble running qmail- queue, probably as called from qmail-inject. -Tom

Re: [vchkpw] Upgrade to Vpopmail 5.4.26 and .qmail-default issues

2008-01-02 Thread Tom Collins
to that user's Maildir. Keep in mind that with directory hashing, their maildir might not be in domains/%d/%u/Maildir. You could try using just ./Maildir and see if that works -- I think vdelivermail is already in the user's directory when it's parsing the .qmail file. -- Tom Collins

Re: [vchkpw] Upgrade to Vpopmail 5.4.26 and .qmail-default issues

2008-01-02 Thread Tom Collins
files in the domain directory, aliases are stored in the database. It does not affect individual user .qmail files. -- Tom Collins - [EMAIL PROTECTED] Vpopmail - virtual domains for qmail: http://vpopmail.sf.net/ QmailAdmin - web interface for Vpopmail: http://qmailadmin.sf.net/ !DSPAM

Re: [vchkpw] Upgrade to Vpopmail 5.4.26 and .qmail-default issues

2008-01-02 Thread Tom Collins
out for aliases or emails that don't belong to actual accounts. Any ideas? Why does maildrop want to use .maildir instead of Maildir? Odd that it wants to use the vpopmail directory instead of a user's directory as well... -- Tom Collins - [EMAIL PROTECTED] Vpopmail - virtual domains

[vchkpw] [OT] IMAP Servers: Dovecot or Binc?

2007-12-19 Thread Tom Collins
and tried to google for imap server performance and imap server comparison but haven't come up with much after an hour. My impression is that Dovecot performs well, better than courier, but I'm wondering if anyone can offer up some real-world numbers to help me make my decision. -- Tom

Re: [vchkpw] Create .qmail files when using vadduser

2007-12-14 Thread Tom Collins
feature of the recent versions of vpopmail. Vpopmail would call your script whenever a change happened, your script could check for the adduser event, use the vuserinfo -d command to get the directory, and then create the .qmail file. -- Tom Collins - [EMAIL PROTECTED] Vpopmail - virtual

Re: [vchkpw] Qmail Courier-Imap (authlib) and Vpopmail trouble

2007-12-10 Thread Tom Collins
? If you grep through the ChangeLog for 64, you'll see that we've made various changes to support 64-bit over the past few years. I'm guessing that this is another 64-bit issue, maybe one that only comes up on machines with lots of RAM? -- Tom Collins - [EMAIL PROTECTED] Vpopmail - virtual

Re: [vchkpw] Qmail rejection of overquota messages instead of bouncing

2007-12-10 Thread Tom Collins
someone with some time on their hands will take this on. -- Tom Collins - [EMAIL PROTECTED] Vpopmail - virtual domains for qmail: http://vpopmail.sf.net/ QmailAdmin - web interface for Vpopmail: http://qmailadmin.sf.net/ !DSPAM:475d7dd032002197873115!

Re: [vchkpw] hyphen in local address part

2007-12-05 Thread Tom Collins
. Before line 823, add: fs = NULL; Remove lines 840 - 845 and replace with the following: 840 #endif 841 if (fs == NULL) fs = fopen (.qmail, r); Hartmut, can you test this fix? Rick, can you get this into the next vpopmail release if Hartmut reports it as good? -- Tom Collins - [EMAIL

Re: [vchkpw] mysql sourcing read/update server config file

2007-12-05 Thread Tom Collins
? You are correct, and that probably fixes an outstanding bug report on SourceForge. Most people use the same info for read and update, so no one has fixed the problem before. Rick, another fix for the next release. -- Tom Collins - [EMAIL PROTECTED] Vpopmail - virtual domains for qmail

Re: [vchkpw] mysql sourcing read/update server config file

2007-12-05 Thread Tom Collins
On Dec 5, 2007, at 5:49 PM, Rick Widmer wrote: Tom: Do you have the tracker number? I did not see anything that jumped out at me from the open reports, or even the first 50 any entries. Maybe it was something that I saw on the list. I went in and looked at the trackers and didn't see

[vchkpw] [OT] VPS recommendations to offload spam/virus scanning?

2007-10-25 Thread Tom Collins
and have equally-weighted MX records point to each. I'd probably even host the VPS copy with a different provider for redundancy. Thoughts? Recommendations? -- Tom Collins - [EMAIL PROTECTED] Vpopmail - virtual domains for qmail: http://vpopmail.sf.net/ QmailAdmin - web interface

[vchkpw] chkuser and qmail ext

2007-10-25 Thread Tom Collins
CHKUSER_ENABLE_USERS_EXTENSIONS defined, but it only seems to apply for users and not aliases. If I have a .qmail-fred-default, will email for fred come in, or will it only work for fred-something? -- Tom Collins - [EMAIL PROTECTED] Vpopmail - virtual domains for qmail: http://vpopmail.sf.net/ QmailAdmin - web

Re: [vchkpw] vpopmail or qmail problem?

2007-10-03 Thread Tom Collins
at the bouncesaying program that's a part of qmail. You can use it to bounce messages for a particular address with a message of your choice. - -- Tom Collins - [EMAIL PROTECTED] Vpopmail - virtual domains for qmail: http://vpopmail.sf.net/ QmailAdmin - web interface for Vpopmail: http

Re: [vchkpw] vpopmail or qmail problem?

2007-10-03 Thread Tom Collins
account' .qmail- kindred-clamav -- Tom Collins - [EMAIL PROTECTED] Vpopmail - virtual domains for qmail: http://vpopmail.sf.net/ QmailAdmin - web interface for Vpopmail: http://qmailadmin.sf.net/

Re: [vchkpw] vpopmail 5.4.24 released

2007-10-01 Thread Tom Collins
and not give it a second thought. I think if you go to the vpopmail Sourceforge page (see my .sig) you can find the link to subscribe. The developer list is open to anyone who's interested. -- Tom Collins - [EMAIL PROTECTED] Vpopmail - virtual domains for qmail: http://vpopmail.sf.net

Re: [vchkpw] Possible problem with nested pipes in vpopmail 5.4.18?

2007-09-28 Thread Tom Collins
, the message will continue to flow through the pipeline. -- Tom Collins - [EMAIL PROTECTED] Vpopmail - virtual domains for qmail: http://vpopmail.sf.net/ QmailAdmin - web interface for Vpopmail: http://qmailadmin.sf.net/

Re: [vchkpw] Shared libvpopmail thoughts

2007-09-25 Thread Tom Collins
a libvpopmail the way we do now (statically linked, apps may use vpopmail's config.h, etc.) in addition to the new-style, shared library with a well-defined API? -- Tom Collins - [EMAIL PROTECTED] Vpopmail - virtual domains for qmail: http://vpopmail.sf.net/ QmailAdmin - web interface

Re: [vchkpw] Shared libvpopmail thoughts

2007-09-25 Thread Tom Collins
generalized enough to work for the domains directory and the individual domain directories (for managing users via vuseradd and vuserdel). -- Tom Collins - [EMAIL PROTECTED] Vpopmail - virtual domains for qmail: http://vpopmail.sf.net/ QmailAdmin - web interface for Vpopmail: http

Re: [vchkpw] Mysql table

2007-09-21 Thread Tom Collins
(and the resulting size savings) would be measurable. The biggest change would be updating the selects and inserts in the code. Not a huge change -- just a join between the tables. Something to consider, and perhaps discuss further (on this list or vpopmail-devel). -- Tom Collins

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

2007-09-21 Thread Tom Collins
the .h). One solution would be to keep readuserquota() as it is, and create a new function to replace it (if that's necessary). -- Tom Collins - [EMAIL PROTECTED] Vpopmail - virtual domains for qmail: http://vpopmail.sf.net/ QmailAdmin - web interface for Vpopmail: http://qmailadmin.sf.net/

Re: [vchkpw] Re: Mysql table

2007-09-21 Thread Tom Collins
' You might even want to have the limits fields go into a separate table, with one entry in that table declared default. That way, domains with default entries can all point to that single row in the limits table. -- Tom Collins - [EMAIL PROTECTED] Vpopmail - virtual domains for qmail: http

Re: [vchkpw] Feature Request - vmoduser addition

2007-09-20 Thread Tom Collins
. I can't think of a time when you'd use the option to set the encrypted password directly, but it's there in case someone needs it... -- Tom Collins - [EMAIL PROTECTED] Vpopmail - virtual domains for qmail: http://vpopmail.sf.net/ QmailAdmin - web interface for Vpopmail: http

Re: [vchkpw] chkuser in my secondary MX

2007-08-29 Thread Tom Collins
a horrible death. I'd have to copy the virtualdomains file, stop the rsync, and update DNS so the backup had the lowest MX record. -- Tom Collins - [EMAIL PROTECTED] Vpopmail - virtual domains for qmail: http://vpopmail.sf.net/ QmailAdmin - web interface for Vpopmail: http

Re: [vchkpw] CRAM-MD5 vchkpw problem

2007-08-29 Thread Tom Collins
and response in the wrong order) and the current one. -- Tom Collins - [EMAIL PROTECTED] Vpopmail - virtual domains for qmail: http://vpopmail.sf.net/ QmailAdmin - web interface for Vpopmail: http://qmailadmin.sf.net/

[vchkpw] Off Topic: Virtual FTP Server or web-based file manager?

2007-08-15 Thread Tom Collins
maintained since 2004, or has less than 1000 downloads. Any recommendations? -- Tom Collins - [EMAIL PROTECTED] Vpopmail - virtual domains for qmail: http://vpopmail.sf.net/ QmailAdmin - web interface for Vpopmail: http://qmailadmin.sf.net/

Re: [vchkpw] Using vdelivermail

2007-07-13 Thread Tom Collins
reject it at the SMTP level instead of generating a bounce that I then try to deliver to the actual target (the forged sender of the message). Please reconsider that recommendation. Perhaps some discussion on the list is in order... -- Tom Collins - [EMAIL PROTECTED] Vpopmail - virtual

Re: [vchkpw] alias .qmail-default do not work, qmail complains message_is_looping

2007-07-07 Thread Tom Collins
to an nonexist account like this Don't use vqmaillocal. It hasn't been kept up to date, and is no longer supported. -- Tom Collins - [EMAIL PROTECTED] Vpopmail - virtual domains for qmail: http://vpopmail.sf.net/ QmailAdmin - web interface for Vpopmail: http://qmailadmin.sf.net/

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

2007-06-25 Thread Tom Collins
into play when you sold and/or distributed binaries to other people. -- Tom Collins - [EMAIL PROTECTED] Vpopmail - virtual domains for qmail: http://vpopmail.sf.net/ QmailAdmin - web interface for Vpopmail: http://qmailadmin.sf.net/

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

2007-06-24 Thread Tom Collins
? Would the GPL have prevented someone from doing that? IANAL, but I don't think that linking libvpopmail and using it's API would necessarily force a program to be GPL. -- Tom Collins - [EMAIL PROTECTED] Vpopmail - virtual domains for qmail: http://vpopmail.sf.net/ QmailAdmin - web interface

Re: [vchkpw] Farewell

2007-05-15 Thread Tom Collins
On May 14, 2007, at 9:58 PM, Michael Bowe wrote: Tom Collins even popped in one day to say hello when he was on holidays in my neck of the woods (Australia). Was great to meet him in person. And it was great to meet Michael as well. Those of you who weren't using vpopmail before 2003

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

2007-04-18 Thread Tom Collins
be in a domain's .qmail- default file. Putting it into a .qmail-alias file or a user's .qmail file can introduce a mail loop (which vdelivermail should detect and stop looping) and probably won't accomplish what you want it to. -- Tom Collins - [EMAIL PROTECTED] Vpopmail - virtual domains for qmail

Re: [vchkpw] admin forwards via email

2007-04-15 Thread Tom Collins
... Either way, your script looks like a cool way to add a forward. Should I add it to vpopmai's contrib directory? Do you want to wait a few weeks for feedback, make updates, and then have it added? -- Tom Collins - [EMAIL PROTECTED] Vpopmail - virtual domains for qmail: http

[vchkpw] [SPAM] Re: [vchkpw] [SPAM] valias dont authenticate! helpzz

2007-03-13 Thread Tom Collins
to any address (including remote servers). Logins only work for POP/ IMAP mailboxes. vaddaliasdomain creates a domain alias, which is treated just like the real domain name in almost all cases. -- Tom Collins - [EMAIL PROTECTED] Vpopmail - virtual domains for qmail: http://vpopmail.sf.net

Re: [vchkpw] Vpopmail smtp-auth

2007-03-08 Thread Tom Collins
be permanently removed -- the user's directory is created by vdelivermail when necessary. vchkpw doesn't need to be doing it. -- Tom Collins - [EMAIL PROTECTED] Vpopmail - virtual domains for qmail: http://vpopmail.sf.net/ QmailAdmin - web interface for Vpopmail: http://qmailadmin.sf.net/

Re: [vchkpw] Better smtp logs

2007-02-22 Thread Tom Collins
address and subject line of messages considered spam. You could modify it to log more headers if chkuser isn't giving you enough. -- Tom Collins - [EMAIL PROTECTED] Vpopmail - virtual domains for qmail: http://vpopmail.sf.net/ QmailAdmin - web interface for Vpopmail: http://qmailadmin.sf.net/

Re: [vchkpw] Moving vpop virtual acounts to another server

2007-02-22 Thread Tom Collins
, too. Jst in case, check the directories under /var/qmail/ for special configs on your system. You forgot /var/qmail/control/virtualdomains. -- Tom Collins - [EMAIL PROTECTED] Vpopmail - virtual domains for qmail: http://vpopmail.sf.net/ QmailAdmin - web interface for Vpopmail: http

Re: [vchkpw] Change/Rename all users to new domain

2007-01-24 Thread Tom Collins
the user are now [EMAIL PROTECTED], and authenticate using this account. How I can change transparently the method of auth and internal delivery (qmail/vpopmail) ? vaddaliasdomain anyexample.net example.net -- Tom Collins - [EMAIL PROTECTED] Vpopmail - virtual domains for qmail: http

Re: [vchkpw] Change/Rename all users to new domain

2007-01-24 Thread Tom Collins
the users to update their email client. I don't know of any way to have qmail rewrite headers on outbound email... -- Tom Collins - [EMAIL PROTECTED] Vpopmail - virtual domains for qmail: http://vpopmail.sf.net/ QmailAdmin - web interface for Vpopmail: http://qmailadmin.sf.net/

Re: [vchkpw] Error: Illegal username

2007-01-15 Thread Tom Collins
/users/assign? Does vuserinfo work? Can you see the domain and it's vpasswd file in ~vpopmail/domains (exact directory will be listed in /var/qmail/users/assign)? -- Tom Collins - [EMAIL PROTECTED] Vpopmail - virtual domains for qmail: http://vpopmail.sf.net/ QmailAdmin - web interface

Re: [vchkpw] vpopmail max quota of 2GB

2007-01-15 Thread Tom Collins
quotas over 2GB. -- Tom Collins - [EMAIL PROTECTED] Vpopmail - virtual domains for qmail: http://vpopmail.sf.net/ QmailAdmin - web interface for Vpopmail: http://qmailadmin.sf.net/

Re: [vchkpw] qmail-tap installation issue

2007-01-10 Thread Tom Collins
On Jan 10, 2007, at 11:30 AM, Facundo Barrera - GMail wrote: any ideas how to solute this?? You want -p1 instead of -p0. -- Tom Collins - [EMAIL PROTECTED] Vpopmail - virtual domains for qmail: http://vpopmail.sf.net/ QmailAdmin - web interface for Vpopmail: http://qmailadmin.sf.net/

Re: [vchkpw] how use chkuser on dmz

2007-01-10 Thread Tom Collins
with Maildir in the name. That way you won't be syncing gigabytes of email. As Rick mentioned, mirror the /var/qmail/control/* and /var/qmail/ users/* files, *except* for /var/qmail/control/virtualdomains. -- Tom Collins - [EMAIL PROTECTED] Vpopmail - virtual domains for qmail: http

Re: [vchkpw] onauth API

2007-01-09 Thread Tom Collins
Guys, If you're on the vpopmail-devel list on Sourceforge, it would be a great place to take these discussions. They're good discussions to have, but I think it helps to keep discussions of the nitty-gritty details separate from the general user list. -- Tom Collins - [EMAIL

Re: [vchkpw] The future of valias other topics

2007-01-06 Thread Tom Collins
. -- Tom Collins - [EMAIL PROTECTED] Vpopmail - virtual domains for qmail: http://vpopmail.sf.net/ QmailAdmin - web interface for Vpopmail: http://qmailadmin.sf.net/

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

2007-01-06 Thread Tom Collins
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'm planning on it. I may even have it done

Re: [vchkpw] The future of valias other topics

2007-01-06 Thread Tom Collins
or configure check in QmailAdmin to see if they new API is present and, if so, show an interface to the user for it. Or, to make things easier, that QmailAdmin can require a minimum version of vpopmail. -- Tom Collins - [EMAIL PROTECTED] Vpopmail - virtual domains for qmail: http

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

2007-01-05 Thread Tom Collins
compatibility though -- someone running new vpopmail and old qmailadmin. I see limited benefit to changing at this point. If we're going to make vdelivermail more and more like qmail-local, then I'm for keeping the .qmail filenames. Tom Collins Tom Logic LLC PO Box 5717 Napa, CA 94581 (707

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

2007-01-05 Thread Tom Collins
... If vdelivermail handled the file identically to the way qmail-local does, would he be OK with that? -- Tom Collins - [EMAIL PROTECTED] Vpopmail - virtual domains for qmail: http://vpopmail.sf.net/ QmailAdmin - web interface for Vpopmail: http://qmailadmin.sf.net/

Re: [vchkpw] Further thoughts on my localrelay patch

2007-01-03 Thread Tom Collins
if necessary. -- Tom Collins - [EMAIL PROTECTED] Vpopmail - virtual domains for qmail: http://vpopmail.sf.net/ QmailAdmin - web interface for Vpopmail: http://qmailadmin.sf.net/

Re: [vchkpw] A vpopmail farm/NFS framework?

2007-01-02 Thread Tom Collins
-sessions Don't forget /var/qmail/users as well. -- Tom Collins - [EMAIL PROTECTED] Vpopmail - virtual domains for qmail: http://vpopmail.sf.net/ QmailAdmin - web interface for Vpopmail: http://qmailadmin.sf.net/

  1   2   3   4   5   6   7   8   9   10   >