Re: [vchkpw] Strange problems with adding a new domain

2003-03-18 Thread Tom Collins
st-us.org/hondaman/Maildir/new appears to be all the test emails I have sent, but cannot retrieve. Yes, I am using qmail-pop3d, and vchkpw Hondaman -- Tom Collins [EMAIL PROTECTED]

Re: [vchkpw] Strange problems with adding a new domain

2003-03-18 Thread Tom Collins
t specify a domain. When using vpopmail to do virtual domains, you need to include the domain name in the username you use to pick up mail from the server. That's the only way the POP/IMAP server can know what domain the user belongs to. -- Tom Collins [EMAIL PROTECTED]

Re: [vchkpw] Strange problems with adding a new domain

2003-03-18 Thread Tom Collins
use vipmap to map different domains to each IP. My server only has one IP, so I haven't had an opportunity to use vipmap. -- Tom Collins [EMAIL PROTECTED]

[vchkpw] Re: [qmailadmin] Quotas

2003-03-17 Thread Tom Collins
27;) || + (Quota[i-1] == 'C') || (Quota[i-1] == 'c')) { + /* don't make any changes */ + } else if (q > 0) { + sprintf (Quota, "%.0fS", q); + } /* else don't make any changes */ break; case 'd': GidFlag |= NO_PASSWD_CHNG; -- Tom Collins [EMAIL PROTECTED]

Re: [vchkpw] Inter7 mail server doesn't have reverse DNS!

2003-03-27 Thread Tom Collins
.2". Then an email client could filter on that header or SpamAssassin could add a few points to the message's spam score. -- Tom Collins [EMAIL PROTECTED]

Re: [vchkpw] Inter7 mail server doesn't have reverse DNS!

2003-03-28 Thread Tom Collins
On Friday, March 28, 2003, at 01:53 AM, Lucas Valdeón wrote: Is correct to send mail from a reverse dns in the same domain, but different hostname that MX entry ? Yes, that would be fine. Mail doesn't have to come from servers that accept messages. -- Tom Collins [EMAIL PROTECTED]

Re: [vchkpw] SMTP Authentication

2003-03-28 Thread Tom Collins
ls and whistles.) -- Tom Collins [EMAIL PROTECTED]

Re: [vchkpw] Multiple mail delivery

2003-04-01 Thread Tom Collins
is actually to [EMAIL PROTECTED] Look for a "Delivered-To:" header. -- Tom Collins [EMAIL PROTECTED]

Re: [vchkpw] phantom vpopmail alias domain

2003-06-05 Thread Tom Collins
mail/users/assign has the mapping of alias domain to real domain/directory. -- Tom Collins [EMAIL PROTECTED]

Re: [vchkpw] Unable_to_switch_to_/home/vpopmail/domains -

2003-05-31 Thread Tom Collins
to allow vchkpw to work. And I'm saying that setting vqadmin suid and sgid will fix it so it doesn't create problem domains. Fixing the domains that you already created with it is another issue. -- Tom Collins [EMAIL PROTECTED]

Re: [vchkpw] Error in smtp log

2003-05-31 Thread Tom Collins
s ~vpopmail/domains/domain.com/.qmail-default look like? How about ~vpopmail/domains/domain.com/.qmail-abc? or ~vpopmail/domains/domain.com/abc/.qmail? -- Tom Collins [EMAIL PROTECTED]

Re: [vchkpw] Unable_to_switch_to_/home/vpopmail/domains -

2003-05-31 Thread Tom Collins
mail/bin/qmail-smtpd $LOCAL \ /home/vpopmail/bin/vchkpw /bin/true 2>&1 Don't copy mine exactly, but take a look at the QMAILDUID and NOFILESGID lines at the top, and the -u and -g options to tcpserver. -- Tom Collins [EMAIL PROTECTED]

Re: [vchkpw] Unable_to_switch_to_/home/vpopmail/domains -

2003-05-31 Thread Tom Collins
erral: Unable_to_switch_to_/home/vpopmail/domains/ parsonsmotorsport.co.uk:_access_d enied._(#4.3.0)/ @40003ed639b71f407b0c status: local 0/10 remote 0/20 Did you run qmail-newu after fixing the users/assign file? If that doesn't work, maybe you should try restarting the qmail-smtpd proces

Re: [vchkpw] Qmail looking into wrong Maildir

2003-06-04 Thread Tom Collins
On Sunday, June 1, 2003, at 01:22 PM, John Morrow wrote: When I send a receive mail Qmail puts the mail in /home/morrow/Mairdir instead of /home/vpopmail/domains/clanmorrow.com/morrow/Maildir.  I have worked on this problem for Remove clanmorrow.com from /var/qmail/control/locals. -- Tom

Re: [vchkpw] Working towards vpopmail 5.4 stable

2003-06-04 Thread Tom Collins
lAdmin updates, or at least put my 1.0.20 release on the develop.html page, I'd appreciate it. -- Tom Collins [EMAIL PROTECTED]

Re: [vchkpw] SpamAssassin/vmodinfo changes

2003-06-05 Thread Tom Collins
I have a sizable patch from Jeff Hedlund scheduled for the qmailadmin-1.0.21 release that adds very flexible, per-user spamassassin support. I'll (hopefully) announce the release later today, along with information on how it works. -- Tom Collins [EMAIL PROTECTED]

Re: [vchkpw] Working towards vpopmail 5.4 stable

2003-06-05 Thread Tom Collins
hat's a good option for non-cdb setups. Perhaps the maildir_to_email() function could be a part of the "backend" .c file that gets compiled in (e.g., cdb, mysql, etc.). -- Tom Collins [EMAIL PROTECTED]

Re: [vchkpw] problem iwth vconvert to sql

2003-06-05 Thread Tom Collins
idea. plase help me, i have 20 domains. sorry but my english it's very bad, i don't speak. thanks. enzo Eduardo Garcia. -- Tom Collins [EMAIL PROTECTED]

Re: [vchkpw] Working towards vpopmail 5.4 stable

2003-06-05 Thread Tom Collins
difficult -- you'd have to update all the Maildir references in the .qmail files, and make sure you update all of the mailing list files. -- Tom Collins [EMAIL PROTECTED]

Re: [vchkpw] Strange problem?

2003-05-14 Thread Tom Collins
the files that could be modified by the vpopmail programs. -- Tom Collins [EMAIL PROTECTED]

Re: [vchkpw] hmmm, question

2003-06-11 Thread Tom Collins
replace "with " with "w/" and "from " with "f/". Some of the users would even StripWhitespaceFromTheMessageAndInlineCapitalizeEverything to get more in each message. It was quite effective, and shouldn't be too hard to implement with qmailadmin. -- Tom Collins [EMAIL PROTECTED]

Re: [vchkpw] how can i do that

2003-06-12 Thread Tom Collins
/* check for over quota message in domain */ -- Tom Collins [EMAIL PROTECTED]

[vchkpw] Fwd: template .qmail file

2003-06-13 Thread Tom Collins
rror 2\n"); return(NULL); } /* insert code to copy default .qmail file */ if (mkdir("Maildir",VPOPMAIL_DIR_MODE) == -1){ chdir(tmpbuf); free(tmpbuf); free(tmpdir); printf("make_user_dir: error 3\n"); return(NULL); } Thoughts? -- Tom Collins [EMAIL PROTECTED]

Re: [vchkpw] Fwd: template .qmail file

2003-06-13 Thread Tom Collins
other programs that might link into vpopmail. A modification that used a skeleton directory could also be useful for those who want to have extra Maildirs automatically created (say for SPAM) on user creation. A shell script wrapper does the trick on the command line, but not for qmailadmin.

[vchkpw] Re: web based prefs for spamassassin

2003-06-14 Thread Tom Collins
README.qmail-spamc> for info on qmail-spamc. If you're using qmail-scanner just for the SpamAssassin scanning, then you should look into switching to qmail-spamc instead. -- Tom Collins [EMAIL PROTECTED]

Re: [vchkpw] Migrating Domains to new Vpopmail Server

2003-06-17 Thread Tom Collins
ing scripts and ssh between the two hosts (I set them up as trusted hosts so I wouldn't have to constantly enter my password). Don't forget to move the alias domains as well! They don't appear in ~vpopmail/domains -- you'll have to look in /var/qmail/users/assign to

Re: [vchkpw] VPOPMAIL 5.3 release

2003-06-17 Thread Tom Collins
.21 to see whether any of the patches fix known bugs, or are just for new features. We are pushing for a stable release of both vpopmail and qmailadmin soon. -- Tom Collins [EMAIL PROTECTED]

Re: [vchkpw] Custom bounce messages

2003-06-25 Thread Tom Collins
ood chance that .no-user.msg can only be one line. I'm guessing that something in the qmail delivery mechanism (and not vpopmail) is adding the backslashes. -- Tom Collins [EMAIL PROTECTED]

Re: [vchkpw] Corrupted Delivered-To header?

2003-06-25 Thread Tom Collins
#x27; in DTLINE, determine the length of the domain name (@ to trailing NULL) and skip that many bytes from the beginning of the address. Maybe it's better to use other environment variables (USER, HOST, LOCAL, RECIPIENT?) to build the delivered-to header. -- Tom Collins [EMAIL PROTECTED]

Re: [vchkpw] Spam Protection with vpopmail and qmail

2003-06-27 Thread Tom Collins
the qmail directory of SpamAssassin for the source to qmail-spamc and instructions on how to use it. -- Tom Collins [EMAIL PROTECTED]

Re: [vchkpw] vdelivermail stdout to Dovecot deliver

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

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

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

Re: [vchkpw] 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 ME

Re: [vchkpw] quota limit upto 2gb

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

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

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

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

Re: [vchkpw] imap before smtp

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

Re: [vchkpw] vpopmail 5.5 SVN domain quota fix

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

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

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

[vchkpw] SpamAssassin Y2K10 bug

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

Re: [vchkpw] Trash folder maintenance

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

Re: [vchkpw] Re: Trash folder maintenance

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

[vchkpw] Block all .html attachments?

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

Re: [vchkpw] Block all .html attachments?

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

[vchkpw] DKIM?

2011-01-26 Thread Tom Collins
Any advice on setting up DKIM to sign outbound mail on my vpopmail server? I've spent some time looking around at various patches and I'm a little overwhelmed. I host about 150 domains, and I don't want to mess around with setting up unique keys for each hosted domain. I'm fine with signing a

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

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

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

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

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

[vchkpw] OT: Dovecot for POP3?

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

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

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

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

Re: [vchkpw] qmailadmin buffer overflow

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

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 binary in 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] vchkpw auth remote database

2012-10-22 Thread Tom Collins
Sounds like a possible permissions problem, or maybe a problem with the path? I assume you have your qmail run script for the submission service (port 587) calling vchkpw. Does that user have enough privileges to launch vchkpw, and is vchkpw a setuid binary? I'm trying to remember how vchkpw i

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 the MySQL server ? > > I usually

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

2013-01-22 Thread Tom Collins
Eric, I'm not sure what's happening there, but I seem to recall making a change at least in my own copy of QmailAdmin to disable users' ability to change catchall status. In this day and age of dictionary spam, I can't see using anything other than "bounce-no-mailbox". Deleting mail just cons

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

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

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

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

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

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

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

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

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

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

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

2014-03-04 Thread Tom Collins
on port 25. > That tells me those are probably safe submissions - even if they are from > overseas IPs. Am I thinking correctly? > > > > > From: Tom Collins > To: vchkpw@inter7.com > Sent: Wednesday, March 5, 2014 12:02 AM > Subject: Re: [vchkpw] Qmail maillo

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

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

Re: [vchkpw] qmailadmin and forwards

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

Re: [vchkpw] qmailadmin and forwards

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

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

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

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

2014-10-29 Thread Tom Collins
time variable for qmail admin or something > a little more within the source tree than the above patch method? > > Thanks again for your reply. > > > Sincerely, > > Peter Brezny > Purplecat Networks Inc. > www.purplecat.net > 828-250-9446 > > From: Tom Co

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] Strange Behaviour

2003-06-27 Thread Tom Collins
I've never replaced qmail-local with vqmaillocal on my servers. Is this standard procedure? If not, perhaps you should stick with qmail-local. After reading README.vqmaillocal and looking at the date on vqmaillocal.c, I'd say that it's currently an incomplete replacement for

Re: [vchkpw] Compile error - version 5.2.1

2003-06-27 Thread Tom Collins
" #else #define TABLE_LAYOUT "pw_name char(32) not null, \ -pw_domain char(64) not null, +pw_domain char(64) not null, \ pw_passwd char(40), \ pw_uid int, pw_gid int, \ pw_gecos char(48), \ -pw_dir char(160), +pw_dir char(160), \ pw_shell char(20), \ primary key (pw_name, pw_domain ) " #endif -- Tom Collins [EMAIL PROTECTED]

Re: [vchkpw] Vpopmail (5.2.1 and 5.3.20) won't compile on debian sarge ?!

2003-06-29 Thread Tom Collins
nd look for the "pw_domain" and "pw_dir" lines. Add the missing "\" to the end of those two lines. -- Tom Collins [EMAIL PROTECTED]

Re: [vchkpw] Re: Ezmlm Upgrade

2003-06-29 Thread Tom Collins
On Sunday, June 29, 2003, at 08:08 AM, Peter Palmreuther wrote: - read the man pages - execute ezmlm-sub -N $ML_DIR address_01 [address_02 ... address_XX] Or, save the list of addresses to a file and do ezmlm-sub -N $ML_DIR < /tmp/addrlist.txt -- Tom Collins [EMAIL PROTECTED]

[vchkpw] Weird messages coming from telepac.pt user

2003-06-29 Thread Tom Collins
) with SMTP id <[EMAIL PROTECTED]>; Sun, 29 Jun 2003 19:26:57 +0100 And, if you're the subscriber to [EMAIL PROTECTED] that happens to have 213.13.72.36 as your IP address -- scan your system with an up-to-date virus checker! -- Tom Collins [EMAIL PROTECTED]

Re: [vchkpw] Mailing List

2003-07-01 Thread Tom Collins
get the messages? If it's moderated, set a moderator and that address will get the message before it goes out to the list. Depending on your list options, you may have set up the list in a way where the messages you send are ignored. -- Tom Collins [EMAIL PROTECTED]

Re: [vchkpw] Fallback MTA and vpopmail

2003-07-03 Thread Tom Collins
d by others, if DNS is wrong you can add an entry to smtproutes to route the mail to the correct server. -- Tom Collins [EMAIL PROTECTED]

Re: [vchkpw] Mailing list problem

2003-07-03 Thread Tom Collins
x27;ll see clearer list options (especially regarding who can post to the list) when modifying the list. -- Tom Collins [EMAIL PROTECTED]

Re: [vchkpw] Mailing list problem

2003-07-03 Thread Tom Collins
ompletely broken for non-idx installations of ezmlm. Please try switching to ezmlm-idx and recompiling qmailadmin. I'll work on getting the next release to work properly with non-idx installs. -- Tom Collins [EMAIL PROTECTED]

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

Re: [vchkpw] What happened to the list?

2003-07-04 Thread Tom Collins
y're over quota. NOTE TO USERS ON THIS LIST: If you connect to telepac.pt for service, check your IP address. If it's 213.13.72.80, you have an email virus. Scan your computer with an up-to-date virus scanner. -- Tom Collins [EMAIL PROTECTED]

[vchkpw] List user may have W32/Bugbear@MM worm

2003-07-05 Thread Tom Collins
infected person is at 213.13.72.80, and is in the .pt tld. If you think you might be that infected user, please run Stinger. -- Tom Collins [EMAIL PROTECTED]

Re: [vchkpw] What should the permisions be of $vpopmail and below

2003-07-07 Thread Tom Collins
On Monday, July 7, 2003, at 12:54 AM, <[EMAIL PROTECTED]> wrote: whats inside domains/$domainname I am interested in the .qmail file permissions. Owned by vpopmail.vchkpw, file permissions are 0600, directories are 0700. -- Tom Collins [EMAIL PROTECTED]

Re: [vchkpw] Re: forward not working under vpopmail

2003-07-07 Thread Tom Collins
, and leave root out if it. In the case of a virtual domain managed with vpopmail, [EMAIL PROTECTED] doesn't have any special capabilities. There shouldn't be any problem with setting it up and using it as an email account. -- Tom Collins [EMAIL PROTECTED]

Re: [vchkpw] vppopmail 5.3 stable?

2003-07-09 Thread Tom Collins
en said he would release it last Friday, but it doesn't show up on <http://www.inter7.com/develop.html>. Once vpopmail has been declared stable (or at least more stable than 5.2.1), we'll be able to release qmailadmin as stable. -- Tom Collins [EMAIL PROTECTED] Visit sniffter.co

Re: [vchkpw] Vpopmail + Courier-imap as non-root

2003-07-11 Thread Tom Collins
ges the vpopmail FAQ? Can we add a line that says "don't compile courier with authdaemon" as line 1? -- Tom Collins [EMAIL PROTECTED] http://sniffter.com/ - info on the Sniffter hand-held Network Tester

Re: [vchkpw] vpopmail and courier-imap

2003-07-11 Thread Tom Collins
il.a world-readable, anyone can find out the username and password to MySQL. -- Tom Collins [EMAIL PROTECTED] http://sniffter.com/ - info on the Sniffter hand-held Network Tester

Re: [vchkpw] vpopmail 5.3.20

2003-06-26 Thread Tom Collins
/qmailadmin/ -- Tom Collins [EMAIL PROTECTED]

Re: Re[2]: [vchkpw] vpopmail 5.3.20

2003-06-26 Thread Tom Collins
ard (same domain). -- Tom Collins [EMAIL PROTECTED]

Re: [vchkpw] vppopmail 5.3 stable?

2003-07-13 Thread Tom Collins
On Sunday, July 13, 2003, at 01:19 PM, Rick Macdougall wrote: 2 - You may have to re-compile anything that works with libvpopmail - qmailadmin and courier-imap are two I can think of. And qmail-smtpd if you have the chkuser patch. -- Tom Collins [EMAIL PROTECTED] http://sniffter.com/ - info on

Re: [vchkpw] possible smtp-auth bug (qmail)

2003-07-14 Thread Tom Collins
username:" in the output. Should we remove the two printf calls in parse_email() in vpopmail? If anything, that function should return different error codes for invalid user and invalid domain, and the code that calls parse_email can decide whether to display an error message. -- Tom

Re: [vchkpw] Auth mod

2003-07-14 Thread Tom Collins
and new login methods. Another method, that would be a real pain, would be to create a default domain with all of the special usernames, then create all of the "real" domains and make aliases to the special accounts. E.g., [EMAIL PROTECTED] becomes a forward to [EMAIL PROTECTE

Re: [vchkpw] Delete messages receiveds by a user.

2003-07-14 Thread Tom Collins
e this: |/var/qmail/bin/bouncesaying 'Invalid account' -- Tom Collins [EMAIL PROTECTED] http://sniffter.com/ - info on the Sniffter hand-held Network Tester

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

2003-07-14 Thread Tom Collins
ail Robots | [+] 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: [vchkpw] possible smtp-auth bug (qmail)

2003-07-15 Thread Tom Collins
r any domain, and then forward it on. If your server didn't accept mail for domains in the rcpthosts file, it would be impossible for anyone to send you email. -- Tom Collins [EMAIL PROTECTED] http://sniffter.com/ - info on the Sniffter hand-held Network Tester

[vchkpw] 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...

Re: [vchkpw] Re: vpopmail does not like my 2nd domain

2003-07-16 Thread Tom Collins
What does /var/qmail/users/assign look like? Could both domains be mapped to the same home directory? Is mail for mx2.ebox.at stored in ~vpopmail/domains/mx2.ebox.at? -- Tom Collins [EMAIL PROTECTED] http://sniffter.com/ - info on the Sniffter hand-held Network Tester

Re: [vchkpw] Incorrect Servername in Mail Header

2003-07-18 Thread Tom Collins
me that it would use the HTTP_HOST environment variable, which it pulls from the URL you use to connect. -- Tom Collins [EMAIL PROTECTED] http://sniffter.com/ - info on the Sniffter hand-held Network Tester

[vchkpw] vpopmail 5.3.21 released

2003-07-18 Thread Tom Collins
Remove debug printfs from vdelivermail on overquota bounces. Jeff Hedlund - Ignore comments when processing .qmail files. - Process .qmail file when delivering to local (Maildir) catchall. - vdelivermail now properly sets [EMAIL PROTECTED] and sets Deliver-To header on local deliveries. Tom Colli

Re: [vchkpw] [mrsam@courier-mta.com: [sqwebmail] Re: Sqwebmail Authorization 2]

2003-07-18 Thread Tom Collins
atever is broken in vpopmail. Should I just examine authvchkpw.c to see how it interfaces to vpopmail, and work on the parts of vpopmail that it touches? Otherwise, it will probably be necessary to review each function in vpopmail to make sure it could be called repeatedly, work prop

Re: [vchkpw] Change Password Script

2003-07-19 Thread Tom Collins
s the current qmailadmin pages, that would make my work easier. -- Tom Collins [EMAIL PROTECTED] http://sniffter.com/ - info on the Sniffter hand-held Network Tester

  1   2   3   4   5   6   7   8   9   10   >