Re: Sessions for qmailadmin

2001-11-12 Thread Tom Collins
interface)? Could you fall back on IP-based sessions if the user is unwilling to accept a cookie? cookies != evil -- Tom Collins, CTO InstallCo Computer Services [EMAIL PROTECTED] http://www.installco.com/

Re: [qmailadmin] Major bug in qmailadmin when using MySQL replication.

2002-10-22 Thread Tom Collins
read from the master. Qmailadmin should make all of its calls from the master, so it's always reporting the actual/current settings. -- Tom Collins [EMAIL PROTECTED]

Re: [qmailadmin] Qmailadmin to view mail online

2002-11-05 Thread Tom Collins
Take a look at SquirrelMail http://http://www.squirrelmail.org/ or SqWebMail http://www.inter7.com/sqwebmail/. On Tuesday, November 5, 2002, at 07:52 AM, Zeno Davatz wrote: Is there an extension that I can add to qmailadmin so one can view the mails of the users online? -- Tom Collins [EMAIL

Re: [qmailadmin] disappointed...

2002-11-13 Thread Tom Collins
all out greatly. (See http://www.tomlogic.com/qmail/mailinglist.html for details.) -- Tom Collins [EMAIL PROTECTED]

Re: [qmailadmin] development?

2002-11-22 Thread Tom Collins
: I've never hosted a project at SourceForge, but have downloaded many projects from it. -- Tom Collins [EMAIL PROTECTED]

Re: [qmailadmin] Possible GPL violation in use of qmailadmin?

2003-02-26 Thread Tom Collins
that Inter7 is probably responsible for keeping track of all contributions to the code. Don't contributors retain the copyright to their contributions? Or do I automatically assign my copyright to Inter7 when I contribute? -- Tom Collins [EMAIL PROTECTED]

Re: [qmailadmin] Possible GPL violation in use of qmailadmin?

2003-02-26 Thread Tom Collins
at that screen that it's qmailadmin. Did they keep the CGI name? Does the layout of the mailbox list look the same? -- Tom Collins [EMAIL PROTECTED]

Re: [qmailadmin] Possible GPL violation in use of qmailadmin?

2003-02-26 Thread Tom Collins
under the GPL license. -- Tom Collins [EMAIL PROTECTED]

Re: [qmailadmin] Possible GPL violation in use of qmailadmin?

2003-02-26 Thread Tom Collins
ves permission to release the modified program in certain ways, and not in other ways; but the decision of whether to release it is up to you. -- Tom Collins [EMAIL PROTECTED]

Re: [qmailadmin] upgraded, no change to behavior

2003-03-05 Thread Tom Collins
translations for most (all?) of the languages, Ken can make it a production release. -- Tom Collins [EMAIL PROTECTED]

Re: [qmailadmin] qmailadmin-1.0.12 - images problem - PATCH

2003-03-06 Thread Tom Collins
'O'. This bug didn't show up in earlier releases, because it would insert the output of ##P in the middle of a SELECT tag. Something that most (all?) browsers would ignore. patch-1.0.12-tc.txt.gz Description: GNU Zip compressed data -- Tom Collins [EMAIL PROTECTED]

Re: [qmailadmin] upgraded, no change to behavior

2003-03-06 Thread Tom Collins
how much disk space each account is using. I just ran vuserinfo on one of my accounts, and it reported NOQUOTA for both quota and usage. I'm using vpopmail 5.2. -- Tom Collins [EMAIL PROTECTED]

Re: [qmailadmin] Problems w/ VPOPMAIL 5.01 Updated to 5.3.21

2003-03-13 Thread Tom Collins
it should be added to the next vpopmail release. On Monday, March 10, 2003, at 02:42 PM, Tom Collins wrote: On Monday, March 10, 2003, at 01:49 PM, Phil @ Kusat wrote: SOLUTION? Can't I update something in the old Vpopmail domains so that they will be compatible on the new qmailadmin? This patch

Re: [qmailadmin] possible bug in qmailadmin-1.0.12 -- PATCH

2003-03-16 Thread Tom Collins
; } -- Tom Collins [EMAIL PROTECTED]

[qmailadmin] Quotas

2003-03-17 Thread Tom Collins
my last patch anyway, since I checked my C reference on sprintf formatting strings and learned that %lf is the correct format for a double. It appears that at least under Linux, %lf and %f are treated as a double, but I don't know if other platforms are that way. -- Tom Collins [EMAIL

[qmailadmin] PATCH (was Re: [qmailadmin] Indexed for WWW archive access)

2003-03-17 Thread Tom Collins
) { checkopt['u'] = 0; } + if(strstr(TmpBuf2, ezmlm-archive) !=0) { +checkopt['i'] = 0; + } } fclose(fs); } -- Tom Collins [EMAIL PROTECTED]

Re: [qmailadmin] Syntax error when clicking on Modify User (PATCH)

2003-03-18 Thread Tom Collins
; document.forms[0].vsubject.disabled=true; document.forms[0].vmessage.disabled=true; + } else if (txt==forward) { document.forms[0].nforward.disabled=false; -- Tom Collins [EMAIL PROTECTED]

Re: [qmailadmin] Sessions Cookies (was File Error 6 and IP addresses)

2003-03-19 Thread Tom Collins
that way). -- Tom Collins [EMAIL PROTECTED]

Re: [qmailadmin] PATCH for Makefile.am (was Directory Structure)

2003-03-19 Thread Tom Collins
On Monday, March 17, 2003, at 09:18 AM, Tom Collins wrote: What do you guys think of the following structure: /qmailadmin /qmailadmin/index.cgi -- main qmailadmin app /qmailadmin/images -- files currently in /images/qmailadmin /qmailadmin/help -- files currently in /images/qmailadmin/help I've

Re: [qmailadmin] Qmailadmin mailinglist problem

2003-03-21 Thread Tom Collins
the bug in mailinglist.c (or, if you're adventurous, jump in and fix it yourself). ezmlm-idx: http://cr.yp.to/software/ezmlm-0.53.tar.gz -- Tom Collins [EMAIL PROTECTED]

Re: [qmailadmin] Qmailadmin mailinglist problem

2003-03-22 Thread Tom Collins
the regular ezmlm install (instead of the ezmlm-idx install). -- Tom Collins [EMAIL PROTECTED]

Re: [qmailadmin] Problem with 1.0.6 and images.

2003-03-24 Thread Tom Collins
and ownership doesn't matter (and in fact can be root so no one can write a cgi script on your server to modify the graphics files). -- Tom Collins [EMAIL PROTECTED]

Re: [qmailadmin] quota display in 1.0.14

2003-03-24 Thread Tom Collins
from 0.0/4.77 to 8.2/276.12 and other things in between. Try 1.0.15 -- there was a problem with one of the quota related patches in 1.0.14 that Ken corrected in the 1.0.15 release. -- Tom Collins [EMAIL PROTECTED]

Re: [qmailadmin] Problem with 1.0.6 and images.

2003-03-26 Thread Tom Collins
and error_log on the server, along with a directory listing of your /images/qmailadmin. Also, grep your httpd.conf file for images and qmailadmin to make sure you aren't aliasing the directory to some other location. -- Tom Collins [EMAIL PROTECTED]

Re: [qmailadmin] Problem with 1.0.6 and images.

2003-03-26 Thread Tom Collins
-off, trash and modify are from newer versions of qmailadmin. You should always do a make install after compiling a new version to get it to install correctly. -- Tom Collins [EMAIL PROTECTED]

Re: [qmailadmin] No links for postmaster on menu

2003-03-31 Thread Tom Collins
(probably in the newly created domain directory)? Is the problem still present with qmailadmin 1.0.15 and vpopmail 5.3.19? (download at http://www.inter7.com/develop.html) My guess is that somehow qmailadmin thinks you've set limits of 0 on all account types. -- Tom Collins [EMAIL PROTECTED]

Re: [qmailadmin] No links for postmaster on menu

2003-03-31 Thread Tom Collins
maxmailinglists: 0 default_quota: 5000 disable_dialup As soon as I changed maxpopaccounts to 10 the postmaster menu started working. Just as an FYI for you (and the list archives), 0 = disabled, -1 = unlimited. -- Tom Collins [EMAIL PROTECTED]

Re: [qmailadmin] No links for postmaster on menu

2003-03-31 Thread Tom Collins
successfully using qmailadmin 1.0.15 and vpopmail 5.3.19 on my server, and haven't seen the problem you describe. I'm using cdb files instead of MySQL (or any other database) as a backend, if that matters. -- Tom Collins [EMAIL PROTECTED]

Re: [qmailadmin] Postmaster catchall doesn't forward

2003-06-06 Thread Tom Collins
by using Jeff's vdelivermail patch which checks for the presence of a .qmail file in the user's directory before blindly dumping the message in the Maildir. That way, we can keep the old behavior of using Maildir entries for catchall accounts. -- Tom Collins [EMAIL PROTECTED]

Re: [qmailadmin] Aliases/Forwards

2003-06-01 Thread Tom Collins
list, and I have copies of the last two patches that I was going to review/apply to the source when I had time. Updating the UI at the same time is a great idea. -- Tom Collins [EMAIL PROTECTED]

Re: [qmailadmin] interface change?

2003-06-01 Thread Tom Collins
files, and he is working on an update for the next production/stable release (hopefully coming soon!). -- Tom Collins [EMAIL PROTECTED]

Re: [qmailadmin] Re: Postmaster catchall doesn't forward

2003-06-01 Thread Tom Collins
keep you up to date as it progresses. -- Tom Collins [EMAIL PROTECTED]

Re: [qmailadmin] Make error while compiling qmailadmin-1.0.6

2003-06-01 Thread Tom Collins
release. -- Tom Collins [EMAIL PROTECTED]

Re: [qmailadmin] error no 6

2003-06-05 Thread Tom Collins
] To: Girish G [EMAIL PROTECTED] Sent: Wednesday, June 04, 2003 12:11 AM Subject: Re: [qmailadmin] error no 6 File error 6 is a bug that primarily rears it's head on AOL's browser.=20= If you use IE or netscape within AOL you should be fine. I think a fix is on the way for this, however. -- Tom

[qmailadmin] QmailAdmin 1.0.21 released, SourceForge Project

2003-06-08 Thread Tom Collins
+ Show number used and maxmimums for autoresponders, forwards and mailing lists. Ryan O'Neill + Don't show mailing list options if configured with --disable-ezmlmdir or --enable-ezmlmdir=no. Tom Collins + Don't show mailing lists on Add

Re: [qmailadmin] Mailing List - Mysql - Error 500

2003-06-09 Thread Tom Collins
introduced a bug in 1.0.16 (I think) that broke MySQL mailing lists. I fixed the bug in 1.0.20. http://sourceforge.net/projects/qmailadmin/ -- Tom Collins [EMAIL PROTECTED]

Re: [qmailadmin] QmailAdmin 1.0.21 released, SourceForge Project

2003-06-11 Thread Tom Collins
you want to install the original help files until then. -- Tom Collins [EMAIL PROTECTED]

Re: [qmailadmin] template .qmail file

2003-06-13 Thread Tom Collins
and copies those files into the new user's home dir. I've forwarded your request to the vpopmail list, since (I think) it's more appropriate to add that feature to the core vpopmail library instead of qmailadmin. It should be a fairly simple patch to make_user_dir in vpopmail.c. -- Tom Collins

[qmailadmin] Re: web based prefs for spamassassin

2003-06-14 Thread Tom Collins
for the SpamAssassin scanning, then you should look into switching to qmail-spamc instead. -- Tom Collins [EMAIL PROTECTED]

Re: [qmailadmin] Authentication oddity in qmailadmin

2003-06-17 Thread Tom Collins
PROTECTED] is able to log in via qmailadmin. Shouldn't the user also be able to authenticate as [EMAIL PROTECTED] Works for me (qmailadmin 1.0.21, vpopmail 5.3.20). -- Tom Collins [EMAIL PROTECTED]

[qmailadmin] Big patch to 1.0.21

2003-06-17 Thread Tom Collins
some strncpy or strncmp calls with strcpy and strcmp where appropriate), but I tried to stay focused. -- Tom Collins [EMAIL PROTECTED]

Re: [qmailadmin] howto change the images path ?

2003-06-24 Thread Tom Collins
/www/html/qmail_images/qmailadmin --enable-imageurl=/qmail_images/qmailadmin -- Tom Collins [EMAIL PROTECTED]

Re: [qmailadmin] Changing the display/upcoming 1.0.22 release

2003-06-24 Thread Tom Collins
when it wasn't. I also cleaned up the show_login page so the graphics flowed cleanly, and I merged show_login with show_login_help by using Jeff Hedlund's new ##t tag. If anyone has patches they'd like to have added to this release, please send them to me ASAP. -- Tom Collins [EMAIL PROTECTED]

Re: [qmailadmin] Vpopmail/Qmailadmin/MySQL Docs

2003-06-27 Thread Tom Collins
understanding that since qmailadmin called the vpopmail libraries, the use of MySQL was transparent. QmailAdmin doesn't know (or care) if you're using MySQL on the backend. Likewise, the POP/IMAP servers use vchkpw to authenticate and don't need to know whether MySQL is used or not. -- Tom Collins [EMAIL

[qmailadmin] Re: [vchkpw] Mailing list problem

2003-07-04 Thread Tom Collins
On Thursday, July 3, 2003, at 03:16 PM, Tom Collins wrote: After a quick look at the qmailadmin source though, I see that it's completely broken for non-idx installations of ezmlm. I've posted a patch to SourceForge of qmailadmin so it will work with standard (non-idx) versions of ezmlm

Re: [qmailadmin] Problem with delete all account

2003-07-05 Thread Tom Collins
location. -- Tom Collins [EMAIL PROTECTED]

Re: [qmailadmin] Help with code! SpamAssassin integration

2003-07-08 Thread Tom Collins
(adding addresses to a whitelist or blacklist would be a good start). -- Tom Collins [EMAIL PROTECTED] Visit sniffter.com for info on the Sniffter hand-held Network Tester

Re: [qmailadmin] Help with code! SpamAssassin integration

2003-07-08 Thread Tom Collins
On Tuesday, July 8, 2003, at 10:27 AM, Tom Collins wrote: In QmailAdmin 1.0.21, we stopped using aliases and replaced them with forwards, so instead of having qmail drop the message in a Maildir (without any processing of that user's .qmail file), it will get redelivered. So, if .qmail-user

Re: [qmailadmin] Help with code! SpamAssassin integration

2003-07-08 Thread Tom Collins
, and perhaps come up with a planning document that spells out the goals of SpamAssassin integration into QmailAdmin, how we plan to accomplish the goals, who will document the installation/configuration process, etc. -- Tom Collins [EMAIL PROTECTED] Visit sniffter.com for info on the Sniffter hand

Re: [qmailadmin] Help with code! SpamAssassin integration

2003-07-08 Thread Tom Collins
working for others, perhaps we can drop it from the documentation in the next release. -- Tom Collins [EMAIL PROTECTED] Visit sniffter.com for info on the Sniffter hand-held Network Tester

Re: [qmailadmin] Help with code! SpamAssassin integration

2003-07-08 Thread Tom Collins
. Perhaps we could include a configuration option to insert an extra line before the vdelivermail line in .qmail-default. Or, should it be a part of vpopmail, so vadddomain and QmailAdmin both build the .qmail-default the same way? -- Tom Collins [EMAIL PROTECTED] Visit sniffter.com for info

Re: [qmailadmin] Help with code! SpamAssassin integration

2003-07-08 Thread Tom Collins
if it still works without the preline call? -- Tom Collins [EMAIL PROTECTED] Visit sniffter.com for info on the Sniffter hand-held Network Tester

[qmailadmin] Japanese Translation

2003-07-09 Thread Tom Collins
to translate about 400 words of English into Japanese, please contact me as well, in case the current translator can't complete the work. -- Tom Collins [EMAIL PROTECTED] Visit sniffter.com for info on the Sniffter hand-held Network Tester

Re: [qmailadmin] Not receive own postings

2003-07-10 Thread Tom Collins
On Thursday, July 10, 2003, at 02:02 AM, Karen Tan wrote: Is there a setting such that the subscriber can opt not to receive own postings? Or a setting that applies to the mailing list? As far as I know, this is not an option with ezmlm. -- Tom Collins [EMAIL PROTECTED] http://sniffter.com

Re: [qmailadmin] Feature Request: Postmaster-assigned quotas

2003-07-11 Thread Tom Collins
be limited. I might be handy to have QmailAdmin show the domain quota (with % used) somewhere though... How does vpopmail handle domain quotas? -- Tom Collins [EMAIL PROTECTED] http://sniffter.com/ - info on the Sniffter hand-held Network Tester

Re: [qmailadmin] The New Release

2003-06-26 Thread Tom Collins
? What version of vpopmail? Which part -- the email accounts page? On my test machine, it shows all users and their current quota usage. -- Tom Collins [EMAIL PROTECTED]

Re: [qmailadmin] Finally Posted - New Look, Feel, and Navigation for Qmailadmin

2003-07-14 Thread Tom Collins
| [+] Mailing Lists | Log Out The [+] would be linked to add, the main text would be linked to the list page for each account type. -- Tom Collins [EMAIL PROTECTED] http://sniffter.com/ - info on the Sniffter hand-held Network Tester

Re: [qmailadmin] aliases to bitbucket

2003-07-15 Thread Tom Collins
. -- Tom Collins [EMAIL PROTECTED] http://sniffter.com/ - info on the Sniffter hand-held Network Tester

Re: Fw: [qmailadmin] aliases to bitbucket

2003-07-15 Thread Tom Collins
On Tuesday, July 15, 2003, at 10:02 AM, Jeremy Kister wrote: On Tuesday, July 15, 2003 12:07 PM, Tom Collins wrote: Please note! vdelivermail should NEVER be used in .qmail-user files -- it should only appear in the .qmail-default file. I'm not arguing here, just expressing my ignorance... Why

Re: [qmailadmin] unable to login

2003-07-15 Thread Tom Collins
like to try reproducing this on my server. If that's not possible, I can send you a custom build with debug messages so we can try to determine the cause of the problem. -- Tom Collins [EMAIL PROTECTED] http://sniffter.com/ - info on the Sniffter hand-held Network Tester

[qmailadmin] QmailAdmin 1.0.24 released

2003-07-16 Thread Tom Collins
More cleanup as we get closer to a stable release. Functional changes: works with non-idx version of ezmlm again, updated Japanese translation. Changes since 1.0.23: Michael Bowe + Remove reference to Aliases in del_forward.html. Yuu Andou + updated Japanese translation Tom Collins + Converted

Re: [qmailadmin] qmailadmin 1.0.23 and *BSD bug

2003-07-16 Thread Tom Collins
, then it will show up in the list, but not be displayed. For the final 1.0.25 release, should it go ahead and count non-ezmlm/autoresponder program deliveries into the total as well? -- Tom Collins [EMAIL PROTECTED] http://sniffter.com/ - info on the Sniffter hand-held Network Tester

Re: [qmailadmin] per-user spam filtering + catchalls

2003-07-17 Thread Tom Collins
account. This will ensure that the .qmail file in the user's directory isn't ignored. 2) Use vpopmail 5.3.21 (which hasn't been released yet) since it includes code where vpopmail checks for a .qmail file even on Maildir deliveries. -- Tom Collins [EMAIL PROTECTED] http://sniffter.com/ - info

Re: [qmailadmin] Qmailadmin 1.0.6 Error: could not change to directory

2003-07-17 Thread Tom Collins
are you using? I'm pretty sure the templates go with a more recent version of QmailAdmin (1.0.23?) which you can download from http://sourceforge.net/projects/qmailadmin/>. Normally that error message includes the name of the directory that it tried to change to. -- Tom Collins [EMAIL PROTEC

Re: [qmailadmin] per-user spam filtering + catchalls

2003-07-17 Thread Tom Collins
it forward into a single mailbox. -- Tom Collins [EMAIL PROTECTED] http://sniffter.com/ - info on the Sniffter hand-held Network Tester

Re: [qmailadmin] qmailadmin 1.0.20

2003-07-19 Thread Tom Collins
. It would probably be better if we had the configure process check for the presence of the files, and make the default based on whether they're there or not. -- Tom Collins [EMAIL PROTECTED] http://sniffter.com/ - info on the Sniffter hand-held Network Tester

Re: [qmailadmin] .qmailadmin-limits.

2003-07-19 Thread Tom Collins
will find it needs to be maxpopaccounts 100 rather than maxpopaccounts: 100 Is there a help file somewhere that we need to fix? Was there an example that said to use the colon? -- Tom Collins [EMAIL PROTECTED] http://sniffter.com/ - info on the Sniffter hand-held Network Tester

Re: [qmailadmin] Finally Posted - New Look, Feel, and Navigation for Qmailadmin (multi-language)

2003-07-20 Thread Tom Collins
that (hopefully) won't change too often. The regular code would call functions in that file to display headers for tables and lines of data. -- Tom Collins [EMAIL PROTECTED] http://sniffter.com/ - info on the Sniffter hand-held Network Tester

Re: [qmailadmin] fr transation for 1.0.24

2003-07-20 Thread Tom Collins
out of date. If you are fluent in Norwegian or Turkish, and interested in translating about 300 words from English, please let me know. -- Tom Collins [EMAIL PROTECTED] http://sniffter.com/ - info on the Sniffter hand-held Network Tester

Re: [qmailadmin] .qmailadmin-limits.

2003-07-21 Thread Tom Collins
to be maxpopaccounts 100 rather than maxpopaccounts: 100 Is there a help file somewhere that we need to fix? Was there an example that said to use the colon? -- Tom Collins [EMAIL PROTECTED] http://sniffter.com/ - info on the Sniffter hand-held Network Tester

Re: [qmailadmin] .qmailadmin-limits.

2003-07-21 Thread Tom Collins
with --enable-mysql-limits? If so, vpopmail uses MySQL to store the limits instead of the .qmailadmin-limits file. --enable-mysql-limits=y|n Turn on (y) or off (n, default) mysql handling of .qmailadmin-limits -- Tom Collins [EMAIL PROTECTED] http://sniffter.com/ - info on the Sniffter hand-held

Re: [qmailadmin] Squirrelmail Theme and New Look for qmailadmin

2003-07-21 Thread Tom Collins
that should work well, but we're open to other template systems for C if you know of any. -- Tom Collins [EMAIL PROTECTED] http://sniffter.com/ - info on the Sniffter hand-held Network Tester

Re: [qmailadmin] postmaster/admin accounts

2003-07-23 Thread Tom Collins
(from vpopmail). -- Tom Collins [EMAIL PROTECTED] http://sniffter.com/ - info on the Sniffter hand-held Network Tester

[qmailadmin] Re: [vchkpw] error:domain already exsits

2003-07-24 Thread Tom Collins
to spread the load. I guess now is as good an opportunity as any to announce that I will be on vacation from July 25 through August 1. I will be releasing QmailAdmin 1.0.25 and Vpopmail 5.3.22 before the end of the day, and following up on any bugs found when I return. -- Tom Collins [EMAIL

Re: [qmailadmin] aliases and forwards

2003-07-24 Thread Tom Collins
called alias2forward.pl (look for it in the contrib directory) that will go through all domains and convert Maildir-style aliases to address-style forwards. -- Tom Collins [EMAIL PROTECTED] http://sniffter.com/ - info on the Sniffter hand-held Network Tester

Re: [qmailadmin] aliases and forwards

2003-07-24 Thread Tom Collins
will process .qmail files when delivering CatchAll email to a Maildir. -- Tom Collins [EMAIL PROTECTED] http://sniffter.com/ - info on the Sniffter hand-held Network Tester

Re: [qmailadmin] spamassassin and vpopmail 5.3.21

2003-07-24 Thread Tom Collins
developers can use it as a starting point... -- Tom Collins [EMAIL PROTECTED] http://sniffter.com/ - info on the Sniffter hand-held Network Tester

[qmailadmin] QmailAdmin 1.0.25 released

2003-07-24 Thread Tom Collins
. This is a temporary fix; we plan to improve the code that alters a user's .qmail file to allow existing program delivery lines to remain unchanged. * Tom Collins + Security fix described above. + Remove count_aliases() and CurAliases (now that aliases

Re: [qmailadmin] aliases and forwards

2003-07-26 Thread Tom Collins
a patch, and others want it) I'll include it. -- Tom Collins [EMAIL PROTECTED] http://sniffter.com/ - info on the Sniffter hand-held Network Tester

Re: [qmailadmin] QmailAdmin 1.0.25 released

2003-07-26 Thread Tom Collins
messages. -- Tom Collins [EMAIL PROTECTED] http://sniffter.com/ - info on the Sniffter hand-held Network Tester

Re: [qmailadmin] Problems with autorespond

2003-07-29 Thread Tom Collins
incorrectly. After building the new qmailadmin, it should create NEW .qmail files with the correct path. -- Tom Collins [EMAIL PROTECTED] http://sniffter.com/ - info on the Sniffter hand-held Network Tester

Re: [qmailadmin] aliases, brain hurting

2003-07-29 Thread Tom Collins
'.qmail-foo' to 'domains/test.com/foo/.qmail'. When I get back from my vacation, I'll look into checking for mail loops in the next release of alias2forward.pl. -- Tom Collins [EMAIL PROTECTED] http://sniffter.com/ - info on the Sniffter hand-held Network Tester

Re: [qmailadmin] Problems with autorespond

2003-08-02 Thread Tom Collins
source whenever config.h changes, making a make clean unnecessary. If you're using a recent version, there may be a problem in our build process. -- Tom Collins [EMAIL PROTECTED] http://sniffter.com/ - info on the Sniffter hand-held Network Tester

Re: [qmailadmin] creating new lists

2003-08-08 Thread Tom Collins
page for ezmlm-make. It uses a file called .ezmlmrc to control how new lists are set up. -- Tom Collins [EMAIL PROTECTED] http://sniffter.com/ - info on the Sniffter hand-held Network Tester

[qmailadmin] QmailAdmin 1.0.26 released

2003-08-12 Thread Tom Collins
Eriksson - Added README.hooks. Tom Collins - Attempt to properly handle IMAP mailboxes included in Maildir delivery lines in .qmail-alias files. - Change configure option mysql to ezmlm-mysql. - Fix default for --enable-ezmlm-mysql to be ON. - Updated README.hooks and hook-related code in user.c

Re: [qmailadmin] Problem with qmailadmin and Browser Safari

2003-08-14 Thread Tom Collins
/envtest.cgi and tell us what it says for HTTP_ACCEPT_LANGUAGE. -- Tom Collins [EMAIL PROTECTED] http://sniffter.com/ - info on the Sniffter hand-held Network Tester

Re: [qmailadmin] Problem with qmailadmin and Browser Safari

2003-08-14 Thread Tom Collins
updates related to default language in recent development releases. -- Tom Collins [EMAIL PROTECTED] http://sniffter.com/ - info on the Sniffter hand-held Network Tester

Re: [qmailadmin] QmailAdmin 1.0.26 released

2003-08-14 Thread Tom Collins
sure I've got translations for the most recent lines (304-306) in every file. -- Tom Collins [EMAIL PROTECTED] http://sniffter.com/ - info on the Sniffter hand-held Network Tester

Re: [qmailadmin] Problem with qmailadmin and Browser Safari

2003-08-14 Thread Tom Collins
until we release the next stable version of qmailadmin. -- Tom Collins [EMAIL PROTECTED] http://sniffter.com/ - info on the Sniffter hand-held Network Tester

Re: [qmailadmin] QmailAdmin 1.0.26 released

2003-08-14 Thread Tom Collins
On Thursday, August 7, 2003, at 12:37 AM, Oden Eriksson wrote: There's no README.hooks in there ;) Dang, I forgot to update Makefile.am to include it in 'make dist'. It's ready for the next release. And, attached is an updated swedish language file (diff) Added for the next release... -- Tom

Re: [qmailadmin] restored from backup qmailadmin problem

2003-08-16 Thread Tom Collins
files with cleartext passwords enabled. We have it listed as beta on SourceForge, but have not had any negative feedback since the release. -- Tom Collins [EMAIL PROTECTED] http://sniffter.com/ - info on the Sniffter hand-held Network Tester

Re: [qmailadmin] How can I keep a copy of forwarded Mails

2003-08-19 Thread Tom Collins
) versions of vpopmail. http://sourceforge.net/projects/qmailadmin/ http://sourceforge.net/projects/vpopmail/ -- Tom Collins [EMAIL PROTECTED] http://sniffter.com/ - info on the Sniffter hand-held Network Tester

Re: [qmailadmin] qmailadmin limit

2003-08-20 Thread Tom Collins
if it's an alias/forward. *http://sourceforge.net/projects/qmailadmin/> has the latest version, 1.0.26, but it requires vpopmail 5.3.20 or later -- Tom Collins [EMAIL PROTECTED] http://sniffter.com/ - info on the Sniffter hand-held Network Tester

Re: [qmailadmin] Error: could not change to directory revisited

2003-08-30 Thread Tom Collins
ory (it's empty). What does the entry (for the domain in question) in users/assign look like? Does it include the proper directory name for the domain? -- Tom Collins [EMAIL PROTECTED] http://sniffter.com/ - info on the Sniffter hand-held Network Tester

[qmailadmin] domain limits not applying to users

2003-08-28 Thread Tom Collins
?func=detailaid=795688group_id=85937atid=577798 for continued discussion of this issue. -- Tom Collins [EMAIL PROTECTED] http://sniffter.com/ - info on the Sniffter hand-held Network Tester

Re: [qmailadmin] qmailadmin 1.0.26 problem

2003-09-02 Thread Tom Collins
of vpopmail? There might be a problem with 5.3.26, can you try 5.3.25 and report back on the problem? You'll have to recompile qmailadmin after installing vpopmail 5.3.25. Are you using MySQL or cdb to store user information? -- Tom Collins [EMAIL PROTECTED] http://sniffter.com/ - info

[qmailadmin] Bug in vpopmail 5.3.26 causes problems in QmailAdmin

2003-09-03 Thread Tom Collins
than the new Makefile.am, this fix, and some other minor changes to the make/install process. -- Tom Collins [EMAIL PROTECTED] http://sniffter.com/ - info on the Sniffter hand-held Network Tester

Re: [qmailadmin] qmailadmin quota problem

2003-09-08 Thread Tom Collins
can't set a new quota to the current quota divided by a power of 10. So, you couldn't go from 100MB to 10MB or 1MB. -- Tom Collins [EMAIL PROTECTED] Project Admin of http://qmailadmin.sf.net/ and http://vpopmail.sf.net/ http://sniffter.com/ - info on the Sniffter hand-held Network Tester

Re: [qmailadmin] Viruses (was Re: Your application)

2003-09-09 Thread Tom Collins
they've cleaned up their system, and then unblock their IP. -- Tom Collins [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmail.sf.net/ Info on the Sniffter hand-held Network Tester: http://sniffter.com/

[qmailadmin] QmailAdmin 1.0.27 released

2003-09-10 Thread Tom Collins
delivery lines that it does not understand. #2 involves significant changes to the code, but it is a show stopper. -- 1.0.27 - released 9-Sep-03 Oden Eriksson - Updated Swedish translation. Tom Collins - Added tracker item numbers

  1   2   3   4   5   >