Re: [qmailadmin] [SPAM] qmailadmin 1.2.16 questions

2013-05-23 Thread Tom Collins
You might need to recompile vpopmail and install that without the install-strip option, since qmailadmin statically links libvpopmail (IIRC). -Tom On May 21, 2013, at 9:11 AM, Eric Shubert wrote: I agree that the error is probably somewhere else. You might try the vpopmail list. I believe

Re: [qmailadmin] [SPAM] qmailadmin 1.2.16 questions

2013-05-17 Thread Tom Collins
You haven't done anything wrong. I seem to recall seeing this error in the past. I run a modified version of 1.2.12 myself, and can't recall if I've had to fix this bug in the past or not (I guess I could try diffing against stock 1.2.12 and review my changes). If you reinstall qmailadmin

Re: [qmailadmin] qmailadmin password change with test password strenght

2013-03-19 Thread Tom Collins
You might want to try this patch out -- it uses cracklib to enforce strong passwords. http://sourceforge.net/tracker/?func=detailaid=1553526group_id=6691atid=306691 I don't know if it will still cleanly apply to the current version, but it could be a starting point for you. -Tom On Mar 17,

Re: [qmailadmin] [SPAM] Auto-empty trash items older then a certain age

2012-11-12 Thread Tom Collins
Just want to throw out there that different email clients will use different names for their deleted items. I'm using a cron job to clean up the Trash, Deleted Messages and Deleted Items folders, including any folder that starts with those strings. Survey your system and see what variations

Re: [qmailadmin] [SPAM] qmailadmin and .qmail files break functionality

2012-08-18 Thread Tom Collins
That sounds like code that I wrote. I tried to overhaul the .qmail processing code many years ago, and the resulting code didn't go through a huge amount of testing. I'm not actively involved in QmailAdmin maintenance, so it's going to be up to someone else to try troubleshooting this.

[qmailadmin] [SPAM] RE: [qmailadmin] [SPAM] Patching qmailadmin to compare username and passwords

2012-06-04 Thread Tom Collins
I can't recall the API for GetValue, but the call there doesn't look correct. There should have been some compiler errors in there... Is the fourth parameter the size of the buffer at the second parameter? If so, keep it set to sizeof Newu, or however you see it in other function calls. And

[qmailadmin] [SPAM] Re: [qmailadmin] [SPAM] Bug - additional From and Subject headers in vacation message

2012-02-15 Thread Tom Collins
No, you're far from the only one seeing the problem. It's just that no one has taken the time to fix it. -Tom On Feb 13, 2012, at 10:37 AM, Hans F. Nordhaug wrote: Hi, I wasn't sure if anyone is watching the bug tracker of sf.net, so I'm trying here first. I noticed recently that the

Re: [qmailadmin] qmailadmin has problems with ezmlm-idx 7.0.2: Patch

2011-08-17 Thread Tom Collins
-unsub, TmpBuf2, Newu, NULL); exit(127); } else wait(pid); -- Tom Collins t...@tomlogic.com !DSPAM:4e4bd83732711373790421!

Re: [qmailadmin] [SPAM] Incorrect quota usage reported

2011-05-13 Thread Tom Collins
On May 13, 2011, at 3:45 PM, Wade Rossmann wrote: The server is quite old and has a tenuous grasp on stability, we cannot have the server/service go down so we are hesitant to perform software upgrades. We've got new servers we're moving to that are based on Postfix/Dovecot, but we're

Re: [qmailadmin] Re: duplicate emails with name change

2011-03-19 Thread Tom Collins
Matt, I recall adding code to QmailAdmin to have it parse the .qmail file to identify the entries so that when saving it back out, it wouldn't replace custom delivery lines. I think this was around the time I removed the ability to enter a program delivery line on that screen -- a huge

Re: [qmailadmin] Qmailadmin and .qmail files

2010-11-07 Thread Tom Collins
Take a look at user.c. You'll want to grep for /autorespond to find the three spots where it writes to the .qmail file, and where it parses the contents of the qmail file. If you modify those locations, you should be able to use your autorespond-script instead. -Tom On Nov 4, 2010, at 9:15

Re: [qmailadmin] QmailAdmin 1.2.14 released

2010-03-27 Thread Tom Collins
Well, I guess I missed incrementing the version number to 1.2.14. As you can see, not much has been happening with QmailAdmin in the past year. There was a tracker item related to the error in command.c, so I figured I should actually release the 1.2.14 sitting on my server. I'm still using

[qmailadmin] QmailAdmin 1.2.14 released

2010-03-26 Thread Tom Collins
http://qmailadmin.sf.net/ 1.2.14 - released 25-Mar-10 Peter Pentchev - Update the Bulgarian translation Harm van Tilborg - Fix error in command.c preventing --enable-catchall from working. -Tom !DSPAM:4bac521c32713008318767!

Re: [qmailadmin] QmailAdmin 1.2.14 released

2010-03-26 Thread Tom Collins
On Mar 26, 2010, at 12:47 AM, Qmail List wrote: - Fix error in command.c preventing --enable-catchall from working. So this release fixed up the --enable-catchall? Was the ChangeLog entry not clear enough? Yes, it did. -Tom !DSPAM:4bacfb0b32711242221141!

Re: [qmailadmin] Status of development

2009-08-14 Thread Tom Collins
Matt, The 1.3 branch didn't get off to a good start, and I continued to maintain (somewhat) the 1.2 branch. I think that would be the proper place to start, perhaps creating a 1.5 dev branch that could become a 1.6 release at some point. Note that I had started on an attempt at putting

Re: [qmailadmin] qmailadmin subversion branch

2009-08-14 Thread Tom Collins
Matt, One other thought -- before you jump into updating QmailAdmin, perhaps you should take a look at the project to replace QmailAdmin with a PHP-based version. I don't know how much progress they made, but it might be a better direction for the project. -Tom

Re: [qmailadmin] Some enhancement to qmailadmin

2009-05-02 Thread Tom Collins
Simone's patch is going into the soon-to-be-released 1.2.13. He's added something that I've been doing manually for the past year or more -- disable the options to change the catchall address. I highly recommend that you use that option and don't allow your users/customers to set a

[qmailadmin] QmailAdmin 1.2.13 released

2009-05-02 Thread Tom Collins
--disable-catchall and --disable-trivial-password options to configure scripts. Tom Collins - qmailadmin.c: check return value of setuid() and setgid() and exit if either fail (security issue reported by Miguel Lourenco). - template.c: fix for potential XSS (cross-site scripting

Re: [qmailadmin] overwork of templates

2009-04-30 Thread Tom Collins
On Apr 27, 2009, at 1:38 AM, d...@stean.ch wrote: are there any plans to overwork the templates of qmailadmin to use more actual html technology, well css which is not yet used in them. or at least to separate code and template the way that i don't have to patch the code to be able to provide a

Re: [qmailadmin] problem with copy+forward

2009-03-01 Thread Tom Collins
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Feb 27, 2009, at 2:47 PM, John Simpson wrote: i haven't compiled or tested this, but the basic idea seems sound... and as long as this code runs before anything else tries to use TheUserExt or TheExt (i haven't walked the entire program but

[qmailadmin] QmailAdmin 1.2.12 moved from devel to stable

2009-01-06 Thread Tom Collins
Just a quick FYI, I moved QmailAdmin 1.2.12 from devel to stable. It's been out for over a year now, and there aren't any reasons that I know of not to use it. http://qmailadmin.sf.net/ -Tom !DSPAM:4964475332671600513737!

Re: [qmailadmin] onchange works for vpopmail, but not for qmailadmin

2008-06-03 Thread Tom Collins
pretty sure) to the directory. -- Tom Collins - [EMAIL PROTECTED] Vpopmail - virtual domains for qmail: http://vpopmail.sf.net/ QmailAdmin - web interface for Vpopmail: http://qmailadmin.sf.net/ !DSPAM:48461f8132354968522470!

Re: [qmailadmin] Display User's Used Space in Quota

2007-11-14 Thread Tom Collins
, I'll try to get it into the next release of QmailAdmin. Once I fully integrate it, I'll post a patch back to the list that can be applied to most recent versions of QmailAdmin. -- Tom Collins - [EMAIL PROTECTED] Vpopmail - virtual domains for qmail: http://vpopmail.sf.net/ QmailAdmin - web

Re: [qmailadmin] ezmlm MySQL Support

2007-11-13 Thread Tom Collins
of qmailadmin, i haven't been watching very closely so i'm not sure if that's done or not.) this is the web page with the patch... http://qmail.jms1.net/vpopmail/ It's in 1.2.12 in CVS, and it's just waiting for me to package it up and release it. I'll try to do that today. -- Tom

[qmailadmin] QmailAdmin 1.2.12 released, v1.2.11 moved from -devel to -stable

2007-11-13 Thread Tom Collins
(). [1647157] Tom Collins - Use function to generate cgi URLs. - Remove unused AliasType variable. - Use email address instead of maildir for catchall. - Move HTML out of alias.c and into html.h as move toward more flexible HTML templates. - When deleting a subscriber, convert

Re: [qmailadmin] Double E-Mail

2007-11-08 Thread Tom Collins
name=spamcheck ##i9 with input type=hidden name=spamcheck value=1 -- Tom Collins - [EMAIL PROTECTED] Vpopmail - virtual domains for qmail: http://vpopmail.sf.net/ QmailAdmin - web interface for Vpopmail: http://qmailadmin.sf.net/ !DSPAM:47334e2432001866918495!

Re: [qmailadmin] bug report

2007-11-03 Thread Tom Collins
Sorry for taking so long to respond to this. I've confirmed what you've written, and I've added a patch to the upcoming QmailAdmin 1.2.12 that checks for this. Thanks for reporting the problem. -Tom On Aug 1, 2006, at 7:14 PM, [EMAIL PROTECTED] wrote: hi we found serious bug of

Re: [qmailadmin] Execute a command after create an user

2007-10-24 Thread Tom Collins
file in QmailAdmin for information on having it run a script after adding a user. -- Tom Collins - [EMAIL PROTECTED] Vpopmail - virtual domains for qmail: http://vpopmail.sf.net/ QmailAdmin - web interface for Vpopmail: http://qmailadmin.sf.net/

Re: [qmailadmin] New features

2007-09-08 Thread Tom Collins
and at least into a .h file so a skin could include a replacement html.h with it's html templates, and all would be well. I sent it back to the guys who worked on the original new skin, but the momentum has faded. -- Tom Collins - [EMAIL PROTECTED] Vpopmail - virtual domains for qmail: http

Re: [qmailadmin] qmailadmin-1.2.9 logger patch

2007-08-22 Thread Tom Collins
passed the IP, it should have access to the same environment variables the web server passes to QmailAdmin, so checking REMOTE_ADDR should give you the IP of the person who made the change. -- Tom Collins - [EMAIL PROTECTED] Vpopmail - virtual domains for qmail: http://vpopmail.sf.net

Re: [qmailadmin] qmailadmin-1.2.9 logger patch

2007-08-21 Thread Tom Collins
On Aug 21, 2007, at 12:45 PM, John Simpson wrote: and before you do this: if your qmailadmin interface is available on a non-SSL web site, that needs to be changed. otherwise, anybody with a packet sniffer in the right place will be able to literally WATCH your users log into their domains,

Re: [qmailadmin] XSS patch

2007-06-18 Thread Tom Collins
On Jun 18, 2007, at 10:40 AM, ed wrote: In order to get PCI valid I had to patch qmailadmin so that are gt; lt; I have attached the diff for -stable. Everything should be sane, but I admit that these changes were done in a bit of a rush just so we can get the PCI badge. I've no idea if

Re: [qmailadmin] Qmail admin sessions

2007-05-15 Thread Tom Collins
On May 15, 2007, at 12:18 PM, [EMAIL PROTECTED] wrote: I peeked at the source and figured it out. C is hard =/ As a public service, a file containing data like: ip_addr=1.1.1.1returntext=returnhttp= is created in the users homedir when they login and removed when they logout. If their IP is

Re: [qmailadmin] Switching a domain and its aliased domain

2007-05-02 Thread Tom Collins
domain directory entirely, and create an symbolic link (ln -s) from the old directory to the new directory. -- Tom Collins - [EMAIL PROTECTED] Vpopmail - virtual domains for qmail: http://vpopmail.sf.net/ QmailAdmin - web interface for Vpopmail: http://qmailadmin.sf.net/

Re: [qmailadmin] BUG: deleting user assigned as catchall results in invalid catchall

2007-04-18 Thread Tom Collins
be to error out with a message of bob.smith is the catchall account for this domain and can't be deleted. You need to change the catchall to another address before you can delete this account. if they try to delete the catchall address. -- Tom Collins - [EMAIL PROTECTED] Vpopmail - virtual

Re: [qmailadmin] Blank Passwords

2006-12-31 Thread Tom Collins
blank passwords if enable-learn-passwords had been enabled in vpopmail. I see now that it only does that when adding an account -- when modifying it's possible to set a blank password at any time. I'll look into changing it for an upcoming release. -- Tom Collins - [EMAIL PROTECTED

[qmailadmin] qmailadmin 1.2.11 released

2006-12-29 Thread Tom Collins
- Add --enable-spamcmd-needs-email option to configure to have QmailAdmin include the user's email address as the last parameter to --enable-spam-command. Tom Collins - Create autoresponder message before creating its .qmail file. - Deliver copy before autoresponding to ensure delivery. - On Modify

Re: [qmailadmin] quote

2006-12-09 Thread Tom Collins
On Dec 9, 2006, at 9:28 PM, Qmail List wrote: Is there a patch to allow administrators of domains to edit user quote? Will this function be featuring in the future releases? ./configure --enable-modify-quota -Tom

Re: [qmailadmin] rebuilding templates as XHTML

2006-11-29 Thread Tom Collins
On Oct 24, 2006, at 4:52 PM, Quinn Comendant wrote: I've spoken with Tom Collins who is going to help integrate our XHTML/CSS work back into the project. We'll be rebuilding the HTML in the templates and in the C code (although leaving the HTML in the C for now), and building a new

Re: [qmailadmin] Which Version Had EZMLM Pick Screen

2006-10-29 Thread Tom Collins
sible list configuration. --Tom Collins  -  [EMAIL PROTECTED]Vpopmail - virtual domains for qmail: http://vpopmail.sf.net/QmailAdmin - web interface for Vpopmail: http://qmailadmin.sf.net/

Re: [qmailadmin] Cannot create new mailing lists

2006-10-05 Thread Tom Collins
be created with no problem. I confirmed the problem and that the user was nowhere near their qmailadmin-limits for mailing lists. What version of QmailAdmin? -- Tom Collins - [EMAIL PROTECTED] Vpopmail - virtual domains for qmail: http://vpopmail.sf.net/ QmailAdmin - web interface for Vpopmail

Re: [qmailadmin] Cannot create new mailing lists

2006-10-05 Thread Tom Collins
Oct 2006, Tom Collins wrote: On Oct 4, 2006, at 4:27 PM, [EMAIL PROTECTED] wrote: I recently upgraded everything on a production qmailadmin server and for more than a month, everything looks fine, except today I have a customer that said they cannot create new mailing lists. Existing lists work

Re: [qmailadmin] Cannot create new mailing lists

2006-10-05 Thread Tom Collins
has the correct path to ezmlm-make. My guess is that QmailAdmin thinks it's calling an ezmlm-make from ezmlm-idx, but it's calling the non-idx version instead. -- Tom Collins - [EMAIL PROTECTED] Vpopmail - virtual domains for qmail: http://vpopmail.sf.net/ QmailAdmin - web interface

Re: [qmailadmin] all mail deleted feature not working

2006-08-28 Thread Tom Collins
On Aug 27, 2006, at 7:21 PM, Ceg Ryan wrote:I need the domain quotas so, As i know 5.4.11 still support it, so i will try 5.4.11. Even though domain quotas are in the code, they were broken from 5.4.0 until we disabled them. --Tom Collins  -  [EMAIL PROTECTED]Vpopmail - virtual domains for qmail

Re: [qmailadmin] all mail deleted feature not working

2006-08-25 Thread Tom Collins
ase (it just hasn't been moved to stable on SourceForge). --Tom Collins  -  [EMAIL PROTECTED]Vpopmail - virtual domains for qmail: http://vpopmail.sf.net/QmailAdmin - web interface for Vpopmail: http://qmailadmin.sf.net/

Re: [qmailadmin] adding an alias for multiple recipents

2006-08-16 Thread Tom Collins
as many other forwarding addresses as you'd like. -- Tom Collins - [EMAIL PROTECTED] Vpopmail - virtual domains for qmail: http://vpopmail.sf.net/ QmailAdmin - web interface for Vpopmail: http://qmailadmin.sf.net/

Re: [qmailadmin] valias/.qmail understanding

2006-08-07 Thread Tom Collins
anyway. the valias table does not have much advantage if only 'most' of the configuration is stored there. Because you enabled valias in vpopmail, but did not recompile qmailadmin (which statically links libvpopmail) after doing so. -- Tom Collins - [EMAIL PROTECTED] Vpopmail - virtual

Re: [qmailadmin] bug report

2006-08-02 Thread Tom Collins
the input better. -- Tom Collins - [EMAIL PROTECTED] Vpopmail - virtual domains for qmail: http://vpopmail.sf.net/ QmailAdmin - web interface for Vpopmail: http://qmailadmin.sf.net/

Re: [qmailadmin] Ambiguous (german) translation for Postbox-Routing-Deleted

2006-07-27 Thread Tom Collins
Mails l?schen If you'd still prefer your text Eingehende Mails werden sofort(!) gelöscht, let me know and I'll make the change. Do any other German- speakers want to offer an opinion? -- Tom Collins - [EMAIL PROTECTED] Vpopmail - virtual domains for qmail: http://vpopmail.sf.net/ QmailAdmin

Re: [qmailadmin] moduser fails when trying to change PW

2006-07-19 Thread Tom Collins
On Jul 19, 2006, at 1:59 PM, Stephen Williams wrote: I can't seem to get moduser to run and all my apache logs are producing is this: [Wed Jul 19 13:42:55 2006] [error] [client 1.1.1.1] Premature end of script headers: qmailadmin, referer: http://192.168.110.101/cgi-

Re: [qmailadmin] moduser fails when trying to change PW

2006-07-19 Thread Tom Collins
On Jul 19, 2006, at 6:11 PM, Stephen Williams wrote: Latest version installed: 1.2.1-r1 Can you try upgrading to 1.2.10? 1.2.1 is over 2 years old. -- Tom Collins - [EMAIL PROTECTED] Vpopmail - virtual domains for qmail: http://vpopmail.sf.net/ QmailAdmin - web interface for Vpopmail: http

Re: [qmailadmin] moduser fails when trying to change PW

2006-07-19 Thread Tom Collins
against using Gentoo ebuilds -- just the first. Take a look at Bill Shupp's toaster -- http://shupp.org/toaster/. Great instructions on setting up a full qmail/vpopmail/qmailadmin/ simscan/etc. system. -- Tom Collins - [EMAIL PROTECTED] Vpopmail - virtual domains for qmail: http

Re: [qmailadmin] autoadd new mailbox to a mailing list

2006-07-13 Thread Tom Collins
. It will send an email to all POP/IMAP mailboxes in a domain, or on the entire server. -- Tom Collins - [EMAIL PROTECTED] Vpopmail - virtual domains for qmail: http://vpopmail.sf.net/ QmailAdmin - web interface for Vpopmail: http://qmailadmin.sf.net/

Re: [qmailadmin] Email Forwarding -- Copy Local User

2006-07-13 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: [qmailadmin] Strange behavior

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

Re: [qmailadmin] adding multiple e-mail addresses to ezmlm

2006-05-27 Thread Tom Collins
it. -- Tom Collins - [EMAIL PROTECTED] Vpopmail - virtual domains for qmail: http://vpopmail.sf.net/ QmailAdmin - web interface for Vpopmail: http://qmailadmin.sf.net/

Re: [qmailadmin] feature added: append user's email to spam command

2006-05-07 Thread Tom Collins
On Feb 3, 2005, at 9:13 AM, Dave Steinberg wrote: On Oct 26, 2004, at 1:00 PM, Tom Collins wrote: On Oct 26, 2004, at 7:16 AM, Dave Steinberg wrote: Hi all, I had the need to pass an individual user's email to my spam command, so I added the feature to QmailAdmin. Thanks Dave, I'll make

Re: [qmailadmin] Changing mailing-list header

2006-05-03 Thread Tom Collins
with Qmailadmin) inspects the header for the mailing-list: header, and subsequently stops the message from getting into the mailbox. Recent versions of qmailadmin set up the user's .qmail file so email is delivered to their mailbox BEFORE autorespond kicks in. -- Tom Collins - [EMAIL

Re: [qmailadmin] Qmail admin and allow

2006-03-28 Thread Tom Collins
. Adding allow to that list shouldn't be difficult. -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmail.sf.net/

Re: [qmailadmin] Qmailadmin 1.2.10 + Vpopmail 5.4.15 = forward breakage

2006-03-22 Thread Tom Collins
various problems in the vpalias.c code in vpopmail 5.4.15 (and 5.4.14) that have been fixed in CVS. I had some other pending patches to apply before releasing 5.4.16, which should be out by the end of the week. -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail

Re: [qmailadmin] problems with .vpasswd.lock

2006-03-07 Thread Tom Collins
that was posted to the list that fixes a bug where # delete in a .qmail file was being ignored. -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmail.sf.net/

Re: [qmailadmin] qmailadmin 1.2.10 vpopmail 5.4.15 segfaults on forwards page

2006-03-03 Thread Tom Collins
zip up a directory that causes the problem and email it to me off-list? I'll put it on my server and see if I can reproduce the problem. Can you run ~vpopmail/bin/valias to dump a list of aliases without having it segfault? -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http

[qmailadmin] QmailAdmin 1.2.10 released

2006-02-20 Thread Tom Collins
. [1421770] - qmailadmin.c: Fix potential buffer overflow. - alias.c: missing semicolon when using VALIAS, eliminate unused variable warnings when using VALIAS. Tom Collins - mailinglist.c: Fix problem with enable/disable ezmlm-cgi access to archives. - alias.c: Add index and user search to the aliases

Re: [qmailadmin] valias disabled and qmailadmin

2006-02-19 Thread Tom Collins
. It statically links to libvpopmail, so it's probably using the OLD libvpopmail that was configured to use the valias table. -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmail.sf.net/ You don't need a laptop to troubleshoot high-speed Internet

Re: [qmailadmin] Qmailadmin + maildirsize

2006-02-15 Thread Tom Collins
. You'll want to configure it with --enable-modify-quota in order to set quotas. My guess is that the problem will go away with the update. -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmail.sf.net/ You don't need a laptop to troubleshoot high

Re: [qmailadmin] alphabetized forwards

2006-02-03 Thread Tom Collins
. With the upcoming 1.2.10 release (I know, I know -- I'll get it out today!) you'll even have an index to the addresses. -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmail.sf.net/ You don't need a laptop to troubleshoot high-speed Internet: sniffter.com

Re: [qmailadmin] mailing list admin access for mailing list owners

2006-02-01 Thread Tom Collins
have access to the add/show/delete subscriber options on the mailing list page. Tom Collins Tom Logic LLC PO Box 5717 Napa, CA 94581 (707) 265-6622 (707) 265-6646 fax [EMAIL PROTECTED]

Re: [qmailadmin] Forwards

2006-01-30 Thread Tom Collins
sense What version of vpopmail, and what compile options for qmailadmin and vpopmail? We need to figure out if the problem is in the qmailadmin code, or in the vpopmail library code that it calls. -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http

Re: [qmailadmin] periods in dot-qmail files

2006-01-09 Thread Tom Collins
On Jan 6, 2006, at 12:33 PM, Darek Milewski wrote: To cut to the chase. qmailadmin adds aliases like first.lastname@ with .qmail-first.lastname. It shouldn't. I just did a test with my 1.2.9 and it uses .qmail-first:lastname. It's been that way for a long time. -- Tom Collins - [EMAIL

[qmailadmin] New feature for testing

2005-11-15 Thread Tom Collins
=156368aid=894823 -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmail.sf.net/ You don't need a laptop to troubleshoot high-speed Internet: sniffter.com

Re: [qmailadmin] setting encoding in mail robot / autoresponder

2005-10-26 Thread Tom Collins
for the Content-Type header. -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmail.sf.net/ You don't need a laptop to troubleshoot high-speed Internet: sniffter.com

Re: [qmailadmin] QmailAdmin Languages

2005-10-10 Thread Tom Collins
preferences and always send the same language. -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmail.sf.net/ You don't need a laptop to troubleshoot high-speed Internet: sniffter.com

Re: [qmailadmin] mail not deleted

2005-10-10 Thread Tom Collins
would save aliases and catchall as Maildir instead of [EMAIL PROTECTED] -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmail.sf.net/ You don't need a laptop to troubleshoot high-speed Internet: sniffter.com

[qmailadmin] Cross-site scripting (XSS) vulnerability in QmailAdmin/vpopmail

2005-09-23 Thread Tom Collins
of .qmail files). I haven't had any reports of the vulnerability being exploited, but it is theoretically possible when running the old software. -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmail.sf.net/

Re: [qmailadmin] qmailadmin not shows Email Accounts Option

2005-09-19 Thread Tom Collins
` and make sure Max Pop Accounts isn't set to 0. If it is, change it to -1 for unlimited, or to some positive number: ~vpopmail/bin/vmoddomlimits -P -1 domain.com -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmail.sf.net/ You don't need a laptop

Re: [qmailadmin] autorespond forward on same message?

2005-09-14 Thread Tom Collins
You don't need to manually edit the .qmail file. In the current version of QmailAdmin (1.2.9), you can forward messages to others and have a vacation response. The Vacation option was moved to a checkbox, and is independent of the other settings. -Tom On Sep 14, 2005, at 11:21 AM, Alex

[qmailadmin] Bug in 1.2.8/1.2.9 with indexing archives for ezmlm-cgi

2005-09-07 Thread Tom Collins
manually do it by editing mailinglist.c, searching for opt15 and changing it to opt16 on the line that says CHECKBOX. This is going into 1.2.10, along with any other bugs that might crop up in the next week or so. -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net

[qmailadmin] QmailAdmin 1.2.9 released

2005-09-01 Thread Tom Collins
Tilborg - Added Dutch translations for strings 316 and 317. [1255845] Kimmo Hedman [by way of Bill Shupp] - Update Finnish translations of strings 114 137, add 316. Tom Collins - qmailadmin.c: fix problem parsing language files that could result in SIGSEGV. [1242317] - qmailadmin.c: disable ability

Re: [qmailadmin] charset with (null) makes Premature end of script headers in Apache

2005-08-31 Thread Tom Collins
)] = strtok (NULL, \n); +p = strtok (NULL, \n); +if (p == NULL) break; +html_text[atoi(id)] = p; id = strtok (NULL, \t); } -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmail.sf.net/ You don't need a laptop to troubleshoot high-speed

Re: [qmailadmin] Restricting Archive Retrieval For Mailing LIsts

2005-08-30 Thread Tom Collins
on the 'guard archive' feature of the list. -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmail.sf.net/ You don't need a laptop to troubleshoot high-speed Internet: sniffter.com

Re: [qmailadmin] Restricting Archive Retrieval For Mailing LIsts

2005-08-30 Thread Tom Collins
/domains/[domain]/[list dir] You're right -- I forgot about the -+. After running emlm-make, did the list appear correctly in QmailAdmin? Did the .qmail-listname-default file start with ezmlm-get -s? -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http

Re: [qmailadmin] Re: Vacation and loss of mails...

2005-08-12 Thread Tom Collins
the vacation response is sent. This way, regardless of how autorespond or vdelivermail are configured, the user won't lose their mail. -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmail.sf.net/ You don't need a laptop to troubleshoot high-speed Internet

Re: [qmailadmin] Spam filtering and forward revisited

2005-07-21 Thread Tom Collins
. That is correct. The V_USER flags are for sys-admin use only. Vpopmail/QmailAdmin only have code to set or clear them. -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmail.sf.net/ You don't need a laptop to troubleshoot high-speed Internet

Re: [qmailadmin] Spam filtering and forward revisited

2005-07-19 Thread Tom Collins
could even modify vdelivermail to set environment variables with those names, in addition to setting all of the typical environment variables typically set by qmail-local. -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmail.sf.net/ You don't

Re: [qmailadmin] [bug?] different values of user quota

2005-07-13 Thread Tom Collins
advise limiting quotas to 2GB or less. If you need a quota over 2GB, just set the user to NOQUOTA. -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmail.sf.net/ You don't need a laptop to troubleshoot high-speed Internet: sniffter.com

Re: [qmailadmin] modify user minor bug and feature request

2005-07-13 Thread Tom Collins
. -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmail.sf.net/ You don't need a laptop to troubleshoot high-speed Internet: sniffter.com

Re: [qmailadmin] qmailadmin and mysql enabled mail lists

2005-07-10 Thread Tom Collins
/tracker/index.php? func=detailaid=1188370group_id=6691atid=106691 It would be great to have, but someone will have to volunteer to write it... -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmail.sf.net/ You don't need a laptop to troubleshoot

Re: [qmailadmin] mailing list no longer archiving??? (BUG)

2005-07-09 Thread Tom Collins
the man pages for ezmlm-archive and some of the other tools to learn more about how it's supposed to work. -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmail.sf.net/ You don't need a laptop to troubleshoot high-speed Internet: sniffter.com

Re: [qmailadmin] vlimits.default

2005-07-06 Thread Tom Collins
: The following QmailAdmin specific items are mentioned in the vlimits.default file, but are NOT YET IMPLEMENTED in QmailAdmin: perm_account perm_alias perm_forward perm_autoresponder perm_maillist perm_quota perm_defaultquota -- Tom Collins - [EMAIL PROTECTED] QmailAdmin

Re: [qmailadmin] Problems compiling qmailadmin 1.2.7

2005-07-05 Thread Tom Collins
than the standard C library? -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmail.sf.net/ You don't need a laptop to troubleshoot high-speed Internet: sniffter.com

Re: [qmailadmin] QmailAdmin 1.2.8 released

2005-07-05 Thread Tom Collins
On Jul 5, 2005, at 12:54 AM, Charles M. Gerungan wrote: Op 5-jul-2005, om 0:40 heeft Tom Collins het volgende geschreven: One nice feature is a single change password page that can be linked to directly. Very nice indeed. Shall be put in the Your account is ready e-mail. Thanks a lot

[qmailadmin] QmailAdmin 1.2.8 released

2005-07-04 Thread Tom Collins
interface. ChangeLog: Tom Collins - Added single page for changing password. [775208] - Switch to improved method of handling strings in language files, resulting in reduced disk access and faster rendering of pages. - mailinglists: Update settings screen to show that archive retrieval limitations

Re: [qmailadmin] Administrator accounts

2005-06-23 Thread Tom Collins
On Jun 23, 2005, at 8:00 AM, Oscar Retana wrote: I wonder if is there a way to have several administrators accounts for a domain, not only the postmaster account? Use the '-a' option to vmoduser (from vpopmail) to set the QmailAdmin administrator flag on any account. -- Tom Collins

Re: [qmailadmin] Need advice with qmailadmin.cgi

2005-06-13 Thread Tom Collins
--enable-cgipath=/cgi-bin/qmailadmin.cgi After installing, you'll have to manually rename it (I think) because it is still installed as qmailadmin.cgi. But, the ##C in templates will be expanded to /cgi-bin/qmailadmin.cgi. -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http

Re: [qmailadmin] Login....

2005-06-13 Thread Tom Collins
admin is different is always a hassle. Yep. Here's the patch: http://sourceforge.net/tracker/index.php? func=detailaid=1018476group_id=6691atid=306691 I guess I should be trying to work this into qmailadmin, perhaps as a compile option. -- Tom Collins - [EMAIL PROTECTED] QmailAdmin

Re: [qmailadmin] Login....

2005-06-13 Thread Tom Collins
you guys maintain. Mainly because I have a couple thousand people using this system, and I somehow feel more secure when project maintainers merge patches like this into the project. ;) On Mon, 2005-06-13 at 08:19 -0700, Tom Collins wrote: On Jun 13, 2005, at 8:12 AM, dopry wrote: One thing I've

Re: [qmailadmin] Re: Need advice with qmailadmin.cgi

2005-06-13 Thread Tom Collins
./configure --enable-cgipath=/cgi-bin/qmailadmin.cgi make make install mv /var/www/cgi-bin/qmailadmin /var/www/cgi-bin/qmailadmin.cgi If you add --program-suffix=.cgi, you might not even need the final `mv` command. -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail

Re: [qmailadmin] Is Forward what I expected to be Alias?

2005-06-07 Thread Tom Collins
. I've seen that Forwards only can redirect to ONE account! That's not true. If you create a forward, you can click the modify button to add as many accounts as you'd like. The interface will conveniently drop the @mydomain.com from local forwards for increased readability. -- Tom Collins

Re: [qmailadmin] SMTPD run service not working

2005-06-05 Thread Tom Collins
` For debugging, you could add: echo QMAILDUID is $QMAILDUID echo NOFILESGID is $NOFILESGID echo MAXSMTPD is $MAXSMTPD echo LOCAL is $LOCAL To see which part is failing. -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmail.sf.net/ You don't need

Re: [qmailadmin] reg smtp error

2005-05-28 Thread Tom Collins
on those lists... -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmail.sf.net/ You don't need a laptop to troubleshoot high-speed Internet: sniffter.com

  1   2   3   4   5   >