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 di

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

2014-10-29 Thread Tom Collins
word screen to dynamically update a password status (weak, strong, secure) and only enable the "change" button when both password fields match and meet minimum password requirements. -Tom On Oct 29, 2014, at 11:08 AM, wrote: > Tom, > > Thanks for the reply. Of course, sorr

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

2014-10-29 Thread Tom Collins
You would have to incorporate password requirements into that program, and not the one that validates a password. -Tom On Oct 29, 2014, at 7:42 AM, Peter Brezny wrote: > Dear vchkpw@inter7.com, > > Is there a way to enforce a minimum length and character combination > (letters, num

Re: [vchkpw] qmailadmin and forwards

2014-08-28 Thread Tom Collins
7;t it have been "user/.qmail-default" and supported "user/.qmail-alias" files to handle email addressed to "user-al...@example.com"? -Tom On Aug 28, 2014, at 12:09 PM, Rick Widmer wrote: > What I am peeved about was people on the qmail list complaining about the

Re: [vchkpw] qmailadmin and forwards

2014-08-25 Thread Tom Collins
see how they're interfacing with spamc. -Tom On Aug 25, 2014, at 5:48 PM, Charles Sprickman wrote: > Off to try to follow vdelivermail.c… :) !DSPAM:53fc20e356441762611622!

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

2014-04-24 Thread Tom Collins
d logic in vdelivermail that has it checking for aliases before mailboxes, and it's iterating through all possible base/extension pairs (foo-bar-baz, then foo-bar, then foo). -Tom On Apr 24, 2014, at 12:50 AM, Stéphane SALETTES wrote: > Hi, > > You don't understand my

Re: [vchkpw] vpopmail and qmail/assign subaddress separator configuration

2014-04-15 Thread Tom Ierna
On Apr 14, 2014, at 5:33 PM, Matt Brookings wrote: > On 04/14/2014 03:32 PM, Tom Ierna wrote: >> In any case, I'm again looking into how to make a domain on one of my >> vpopmail/qmail servers use >> the "+" separator for subaddresses, rather than "-&qu

[vchkpw] [SPAM] vpopmail and qmail/assign subaddress separator configuration

2014-04-14 Thread Tom Ierna
domain on one of my vpopmail/qmail servers use the "+" separator for subaddresses, rather than "-", and I'm coming up dry. I realize that changing the subaddress separator will have an effect on ezmlm-idx, which I use on this server, so that's why I only want to change the subaddress separator on a single domain. Any pointers? Thanks, -Tom !DSPAM:534c460734269808015307!

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

2014-03-04 Thread Tom Collins
o authentication. I was thinking about qmail logs. -Tom On Mar 4, 2014, at 10:43 PM, LHTek wrote: > Thanks for the reply. > > NOTE: None of my users will have sent anything from outside the US. > > I've got some log entries for vchkpw-submission (marked as successful

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

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

2013-06-22 Thread Tom Collins
till using the old size. That's my best guess. I haven't been doing POSIX development in a long time, and even when I did I didn't wade too far into spawning children and exit codes. But it seems like the successful exit code isn't being interpreted correctly on qmail-smtpd.

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

2013-05-16 Thread Tom Collins
troubleshooting QmailAdmin. -Tom On May 16, 2013, at 7:07 AM, swaroop kumar wrote: > I could able to add domains by using command line > "/home/vpopmail/bin/vadddomain virtual-labs.ac.in admin" but not in gui. > error "could not update file" was trown when i am trying

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 wrot

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 > >

[vchkpw] [SPAM] Re: [vchkpw] Unable to change bounce processing with qmailadmin

2013-01-22 Thread Tom Collins
help with your current situation, but you might be able to search the qmailadmin list archives for posts about disabling that feature, or I can try to go through my modified 1.2.12 source to see what I've done to it. -Tom On Jan 22, 2013, at 7:47 AM, Eric Shubert wrote: > The qmailadmin l

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" wrote: > Hello > > Are your MySQL right well set on t

Re: [vchkpw] vchkpw auth remote database

2012-10-22 Thread Tom Collins
chkpw is able to read /home/vpopmail/etc/vpopmail.mysql without that file being visible to other users -- it's been a long time since I worked with that code. -Tom On Oct 22, 2012, at 2:27 AM, kengheng wrote: > Hi All, I've setup a vpopmail at a svr and wish to perform smtp auth t

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 connectivi

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 wrote: > OK, I will look into doing this at a quiet time. > I notice that there is a bin

Re: [vchkpw] qmailadmin buffer overflow

2012-09-19 Thread Tom Collins
e the problem. -Tom (Sent from my phone; forgive my brevity) On Sep 18, 2012, at 5:45 PM, Bob Hutchinson wrote: > Not sure if this is the right place to post but I don't know where else. > > I am using qmailadmin in a standard shupp toaster, on a 64bit machine. > qmailadmin-1.2.15

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

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

2012-03-06 Thread Tom Collins
x27;t helped. Has anyone else seen this? I'd really like to modify the setup so that the update 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
mail-pop3d. I'm thinking that switching to Dovecot might solve that problem. Thoughts? -Tom !DSPAM:4e172d9a32711168372950!

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

2011-02-03 Thread Tom Collins
as well? -Tom !DSPAM:4d4b4c2b32717265421466!

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

2011-02-02 Thread Tom Collins
s will chime in with advice and guidance. -Tom !DSPAM:4d498e8032711471915979!

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 wrote: >> Any advice on setting up DKI

[vchkpw] DKIM?

2011-01-26 Thread Tom Collins
;m fine with signing all mail using the server's hostname and a single signing key. I'm not really interested in verifying DKIM signatures on inbound mail, unless it will significantly cut down on spam. Any pointers on getting a simple setup in place? -Tom !DSPAM:4d40fdfb32711497852214!

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 in

[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] Re: Trash folder maintenance

2010-03-09 Thread Tom Collins
want to make sure you're limiting the search to .Trash and .Deleted Messages folders so you don't trash someone's Inbox. -Tom !DSPAM:4b96599f32711289955855!

Re: [vchkpw] Trash folder maintenance

2010-03-07 Thread Tom Collins
unlink "$name/$f"; $c++; } } } } print "Deleted $c messages over $days days old\n"; -Tom !DSPAM:4b94359132711951920405!

[vchkpw] SpamAssassin Y2K10 bug

2010-01-01 Thread Tom Collins
/SpamAssassin/show_bug.cgi?id=6269> for details. -Tom !DSPAM:4b3e8b8e32711044297984!

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

2009-12-03 Thread Tom Collins
domain? Maybe a higher-level directory prevents you from changing into it (you'll likely have to cd directly to it). I think that vdelivermail is self-contained, so you probably don't need to have access to other binaries. Qmail-local runs with the uid/gid in the users/assign file. -

Re: [vchkpw] vpopmail 5.5 SVN domain quota fix

2009-09-19 Thread Tom Collins
t; makes me worry about overflow. If vl.diskquota is a 32-bit integer and you have a 5000MB quota, I think that the multiplication will overflow (5 billion can't be represented in a 32-bit int). Safer to divide bytes by 100 and do the comparison. You'll get the same results. -Tom !DSPAM:4ab52be932711625198986!

Re: [vchkpw] imap before smtp

2009-09-17 Thread Tom Collins
I think dovecot uses vchkpw, and is probably going to be easier to configure. -Tom On Sep 16, 2009, at 11:51 PM, kengheng wrote: Dear All, would like to check if there is anyway to do imap before smtp relay ? I'm using courier-authlib-0.60.2 with courier-imap. Thanks. -- Best re

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 wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Adds a fix for long domain

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

2009-08-18 Thread Tom Collins
on things (like vchkpw and vdelivermail) don't appear to make use of it. Probably not a big deal to use getpwnam. - -Tom -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.7 (Darwin) iD8DBQFKizqBve7eT9VwhJURAo3GAJ0bvRwBCEINbHu1Aajl4oDNwTjnbACaAtMP gtLjiLcK09pkh34A6qBFGBI= =472+ -END PGP SI

Re: [vchkpw] quota limit upto 2gb

2009-07-17 Thread Tom Collins
ize file? - -Tom -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.7 (Darwin) iD8DBQFKYKh3ve7eT9VwhJURApBfAJ9uNxSnOYhvh50ybPqrMNMEDLzB+gCeOYog 0vJ1/ryKsxvgQZgVtoK4iAQ= =0Lpz -END PGP SIGNATURE- !DSPAM:4a60a88232714233911252!

Re: [vchkpw] Some vaddaliasdomain questions

2009-05-06 Thread Tom Collins
One caveat about alias domains - mailing lists typically only work for messages sent to the primary domain (since ezmlm only accepts messages with the list address in the to or cc field). -Tom (Sent from my iPhone) On May 6, 2009, at 9:05 AM, Matt Brookings wrote: -BEGIN PGP SIGNED

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

2009-04-02 Thread Tom Collins
have to run qmail-newu, qmail-newmrh and -HUP qmail-send. Keep the directory name the same to avoid breaking .qmail files, autoresponders, mailing lists, etc. If you really want to rename the directory, create a symlink with the old name. (You'll still want to grep the config files of

Re: [vchkpw] vdelivermail stdout to Dovecot deliver

2009-04-02 Thread Tom Collins
We'd have to make other changes to the codebase so the alias/forward routines ignored .qmail- user files that belonged to actual POP/IMAP accounts. -Tom !DSPAM:49d4b73032681666196558!

Re: [vchkpw] Opinions needed

2009-01-23 Thread Tom Collins
to have quotas up to 2000 GB (2TB). Since a single email isn't going to be 2GB, each entry in maildirsize can still be a 32-bit int and you may not have to modify qmail or the POP/IMAP servers. You only need to update the code that rebuilds the file and checks for a

Re: [vchkpw] Opinions needed

2009-01-21 Thread Tom Collins
s not just vpopmail, but your IMAP server and potentially maildrop and qmail (if you have any .qmail files that are handled by qmail and not vdelivermail). Maybe they can use a dynamically linked library? -Tom !DSPAM:4978006832684277763451!

Re: [vchkpw] Poll of sorts

2009-01-14 Thread Tom Collins
der than relearning CVS. - -Tom -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.7 (Darwin) iD8DBQFJbsFWve7eT9VwhJURAtLVAJ9snzAdeD+Xe0MBJfU70jrmS7uRuQCfZm+o crr33F5Ou1ugopBDzaHR9WI= =fi1j -END PGP SIGNATURE- !DSPAM:496ec16732671045413385!

Re: [vchkpw] vpopmail development

2009-01-08 Thread Tom Collins
main available for those who want to add that functionality. Unfortunately, doing anything with vpopmail and qmailadmin has moved very far down my to do list. -Tom !DSPAM:49665a2332672864611840!

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

2008-10-23 Thread Tom Collins
. I also recall a compiler option like -fPIC getting used at some point. Sorry I don't have time to research further. Hope this is enough info to point you in the right direction. -Tom !DSPAM:490094d232311638721458!

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

2008-08-28 Thread Tom Collins
when 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

Re: [vchkpw] ANNOUNCE: IndiMail authmodule for courier-imap

2008-08-26 Thread Tom Collins
ries. Who died and made you list moderator? I don't see inter7.com after your email address, I don't see your name in the list of SourceForge admins, and I don't recall seeing your name in the Changelog. Chill out. It's not like he's trying to sell green cards he

[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 &l

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
. -Tom !DSPAM:480d7de0120501378613894!

Re: [vchkpw] not auto-learning passwords

2008-04-14 Thread Tom Collins
pmail to have it learn the password. We'll have to update the individual apps (courier and dovecot) and get the maintainers to accept the changes into the next release. -Tom !DSPAM:48043658120501762112807!

Re: [vchkpw] Disable non webmail IMAP access

2008-03-07 Thread Tom Collins
x27;t 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://vpopm

Re: [vchkpw] Disable non webmail IMAP access

2008-03-03 Thread Tom Collins
On Mar 2, 2008, at 11:39 PM, Alessio Cecchi wrote: Il Friday 29 February 2008 18:46:37 Tom Collins ha scritto: There is someone who is able to disable access IMAP except for webmail (login via localhost) ? Recent versions (like the past year, at least) include a list of IPs for which IMAP

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
(login via localhost) ? Recent versions (like the past year, at least) include a list of IPs for which IMAP connections are considered "webmail" and don't get rejected for users who don't have IMAP access. Look in vchkpw.c for a 127.0.0.1 -- that's where th

Re: [vchkpw] Courier-Authlib Enhancement Requested

2008-02-28 Thread Tom Collins
cially for some of my clients with 1GB+ mailboxes. Well worth the time spent upgrading. -Tom !DSPAM:47c799dc120501787114668!

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 "/.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

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
t maildrop kicks 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

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

2008-01-02 Thread Tom Collins
It sounds like your vdelivermail is having problems. Have you checked the qmail-send logs? It should be showing you why there's a temp failure. I am personally using 5.4.20 on my system, and according to the CVS logs, vdelivermail in 5.4.26 is the same as in 5.4.20. -- 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
ingle line -- the path 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 par

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

2007-12-19 Thread Tom Collins
ed the archives 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 nu

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

2007-12-14 Thread Tom Collins
hange 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 PROT

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

2007-12-10 Thread Tom Collins
s account does not accept mail from [EMAIL PROTECTED]" Hopefully 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] Qmail Courier-Imap (authlib) and Vpopmail trouble

2007-12-10 Thread Tom Collins
tually crashing? 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? -- To

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'

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] hyphen in local address part

2007-12-05 Thread Tom Collins
quot;.qmail","r"); 845 #endif I think I know what the problem is, and it should be a simple fix. 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"); Hartm

[vchkpw] chkuser and qmail ext

2007-10-25 Thread Tom Collins
have 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

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

2007-10-25 Thread Tom Collins
t another instance with it's own IP 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://vp

Re: [vchkpw] vpopmail or qmail problem?

2007-10-03 Thread Tom Collins
"|/var/qmail/bin/bouncesaying 'Invalid 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 or qmail problem?

2007-10-02 Thread Tom Collins
go even further, take a look 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/ Qmail

Re: [vchkpw] vpopmail 5.4.24 released

2007-10-01 Thread Tom Collins
a "no" answer 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 dom

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

2007-09-28 Thread Tom Collins
ly doesn't matter how qmail-pipe exits, 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
ould be possible to make the code 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 -

Re: [vchkpw] Shared libvpopmail thoughts

2007-09-25 Thread Tom Collins
lity by building 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/ Qmail

Re: [vchkpw] Re: Mysql table

2007-09-21 Thread Tom Collins
` AND `domain_name`.`name` = '%s' AND `user`.`name` = '%s' 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 lim

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

2007-09-21 Thread Tom Collins
;s been removed from 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] Mysql table

2007-09-21 Thread Tom Collins
ble on an int (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).

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

Re: [vchkpw] CRAM-MD5 vchkpw problem

2007-08-29 Thread Tom Collins
hich passed the challenge 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/

Re: [vchkpw] chkuser in my secondary MX

2007-08-29 Thread Tom Collins
hat server should the primary die 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://qmailadmin.sf.net/

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

2007-08-14 Thread Tom Collins
hat hasn't been 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
but I 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 - vi

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

2007-07-07 Thread Tom Collins
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
I thought GPL only came 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

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

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

2007-04-18 Thread Tom Collins
ase be aware that vdelivermail should ONLY 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. --

Re: [vchkpw] admin forwards via email

2007-04-15 Thread Tom Collins
ensions on some email addresses at some point... 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 PRO

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

2007-03-13 Thread Tom Collins
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
changes to the release version. That code could probably be permanently removed -- the user's directory is created by vdelivermail when necessary. vchkpw doesn't need to be doing it. -- Tom Collins - [EMAIL PROTECTED] Vpopmail - virtual domains for qmail: http://vp

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] Better smtp logs

2007-02-22 Thread Tom Collins
er, recipient, ip 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] Change/Rename all users to new domain

2007-01-24 Thread Tom Collins
need to get 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] Change/Rename all users to new domain

2007-01-24 Thread Tom Collins
the new domain "example.net" , so 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 Collin

Re: [vchkpw] vpopmail max quota of 2GB

2007-01-15 Thread Tom Collins
'm afraid there's no easy way to support 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] 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 interfac

  1   2   3   4   5   6   7   8   9   10   >