QmailAdmin used an older version of ezmlm. I can't quite recall which one it
was designed for, but I'm running ezmlm 0.53 with ezmlm-idx-040 on my system.
-Tom
On Nov 27, 2013, at 11:46 AM, Mesut GULNAZ wrote:
> i installed a fresh install on my server
> which is centos 6 x64.
>
> other pack
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 t
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 wit
You might want to try this patch out -- it uses cracklib to enforce strong
passwords.
http://sourceforge.net/tracker/?func=detail&aid=1553526&group_id=6691&atid=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
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 variati
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. Because
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 S
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
gt;if (pid==0) {
> sprintf(TmpBuf1, "%s/ezmlm-unsub", EZMLMDIR);
> if(mod == 1) {
> -sprintf(TmpBuf2, "%s/%s/mod", RealDir, ActionUser);
> + sprintf(dbuf,"mod");
> } else if(mod == 2 ) {
> -sprintf(TmpBuf2, "%s/%s/digest", RealDir, ActionUser);
> -} else {
> -sprintf(TmpBuf2, "%s/%s/", RealDir, ActionUser);
> + sprintf(dbuf,"digest");
> +}
> +
> +sprintf(TmpBuf2, "%s/%s/", RealDir, ActionUser);
> +if(!dbuf) {
> + execl(TmpBuf1, "ezmlm-unsub", TmpBuf2, Newu, NULL);
> +}
> +else {
> + execl(TmpBuf1, "ezmlm-unsub", TmpBuf2, dbuf, Newu, NULL);
> }
> -execl(TmpBuf1, "ezmlm-unsub", TmpBuf2, Newu, NULL);
> exit(127);
>} else wait(&pid);
>
>
>
>
>
--
Tom Collins
t...@tomlogic.com
!DSPAM:4e4bd83732711373790421!
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 tr
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 securit
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
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 C
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!
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!
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
!DSPAM:4a8630d032755
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 al
--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
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 catchal
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 r
-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 i
If vpopmail is compiled to use mysql to store aliases, and then
qmailadmin is compiled (important since qmailadmin statically links
libvpopmail), it will use the vpopmail API for working with aliases
(and therefore store them in MySQL).
Note that vpopmail and qmailadmin do not use MySQL for
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!
x27;m 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!
code Chaz, 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.n
ore malloc() in
addusernow(). [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 subscrib
version 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.
it on SourceForge at this point.
--
Tom Collins - [EMAIL PROTECTED]
Vpopmail - virtual domains for qmail: http://vpopmail.sf.net/
QmailAdmin - web interface for Vpopmail: http://qmailadmin.sf.net/
!DSPAM:4733a9ad32002523011155!
ery. If you set the enable-spam-command, I'm pretty sure it
uses that instead of the Maildir for final delivery. It also adds a
checkbox to the moduser page where you can turn spam checking on and
off. If you don't want users to be able to turn it off, modify
mod_user.html
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 qmailadmi
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/
s 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 dom
ript isn't 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://
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,
On Jun 18, 2007, at 10:40 AM, ed wrote:
In order to get PCI valid I had to patch qmailadmin so that <> are
>
< 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 attachme
was configured with --enable-valias and it shouldn't be that
way.
Reconfigure and re-install vpopmail, then reconfigure and reinstall
QmailAdmin.
--
Tom Collins - [EMAIL PROTECTED]
Vpopmail - virtual domains for qmail: http://vpopmail.sf.net/
QmailAdmin - web interface for Vpopmail:
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.1&returntext=&returnhttp=
is created in the users homedir when they login and removed when
they logout.
If their IP is
e old 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/
mple solution might 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 C
, Forward for forwarding to
a remote address.
Since the interface allows for forwarding to a mix of local and
remote addresses, it didn't make sense to keep the two as separate
menu items.
--
Tom Collins - [EMAIL PROTECTED]
Vpopmail - virtual domains for qmail: http://vpopmail.s
lowed 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 Col
ve Steinberg
- 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 ensur
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
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 buil
ent options accurately describe each possible list configuration. --Tom Collins - [EMAIL PROTECTED]Vpopmail - virtual domains for qmail: http://vpopmail.sf.net/QmailAdmin - web interface for Vpopmail: http://qmailadmin.sf.net/
other bugs (you'll have to read through the ChangeLog for details). --Tom Collins - [EMAIL PROTECTED]Vpopmail - virtual domains for qmail: http://vpopmail.sf.net/QmailAdmin - web interface for Vpopmail: http://qmailadmin.sf.net/
installed, and make sure that
QmailAdmin 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://vpop
VS now, and it will be in the next release.
-Tom
On Oct 5, 2006, at 8:57 AM, [EMAIL PROTECTED] wrote:
On Thu, 5 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, eve
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
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
le release (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/
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/
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
not sure I'd call this a bug, but it
would certainly be a good idea to modify the code to validate 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/
enden 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 qmai
y one to advise 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 - virtu
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
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-
bin/qmailadmin/com/mod
loop.
--
Tom Collins - [EMAIL PROTECTED]
Vpopmail - virtual domains for qmail: http://vpopmail.sf.net/
QmailAdmin - web interface for Vpopmail: http://qmailadmin.sf.net/
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/
ot;ezmlm dir"?
What did ./configure say for "ezmlm idx"?
--
Tom Collins - [EMAIL PROTECTED]
Vpopmail - virtual domains for qmail: http://vpopmail.sf.net/
QmailAdmin - web interface for Vpopmail: http://qmailadmin.sf.net/
qmailadmin file?
Tom Collins
Tom Logic LLC
PO Box 5717
Napa, CA 94581
(707) 265-6622
(707) 265-6646 fax
[EMAIL PROTECTED]
time to implement it.
--
Tom Collins - [EMAIL PROTECTED]
Vpopmail - virtual domains for qmail: http://vpopmail.sf.net/
QmailAdmin - web interface for Vpopmail: http://qmailadmin.sf.net/
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
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 - [
riber/moderator.
Adding "allow" to that list shouldn't be difficult.
--
Tom Collins - [EMAIL PROTECTED]
QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmail.sf.net/
anage the list, you should. It
has automated handling of subscribe and unsubscribe
requests and drops email addresses with excessive bouncing.
QmailAdmin has an interface to ezmlm for list configuration and to
manage subscribers.
--
Tom Collins - [EMAIL PROTECTED]
QmailAdmin:
ing up a new
server with Fedora Core (or another recent Linux/BSD release) and
migrate your domains to that.
--
Tom Collins - [EMAIL PROTECTED]
QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmail.sf.net/
There were 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/
h 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/
VALIAS is defined.
Can you 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 -
ranslation. [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 t
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-spee
know if you still have that problem.
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
h 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
st settings
Additionally, moderators should 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]
make 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:
to do that
automatically?
If they're older than 1 day, you can get rid of them. Autorespond uses
them to keep track of who has and has not sent a message to the
autoresponder. It's set up to only respond a few times each day to
each sender.
--
Tom Collins - [EMAIL PROTECTED]
Q
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 ti
p;atid=356691&file_id=156368&aid=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
o your
web server and check the HTTP headers 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
ail file. Some older
versions of QmailAdmin 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
it would ignore the browser's 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
r handling 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/
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
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 Dean
HECKBOX", "opt16", "i", html_text[291]);
printf ("\n");
You can 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
HA van 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.
(id) {
-html_text[atoi(id)] = 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: htt
~vpopmail/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://qmailadmi
popmail/domains/domain.com/listname
Should turn 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
eone's ports of
the packages?
I just did a quick test with 1.2.8, and I was able to set the popup to
any of the three settings.
--
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
BEFORE 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
min
privileges.
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
flags are set, and act accordingly. We 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
uch a feature without realizing
the holes it opens.
--
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
me again.
For now, I'd 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
eForge:
http://sourceforge.net/tracker/index.php?
func=detail&aid=1188370&group_id=6691&atid=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: htt
view 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
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]
Qmail
1 - 100 of 564 matches
Mail list logo