Re: [vchkpw] smtp after pop

2005-01-20 Thread Eric Ziegast
http://www.abuse.net/relay.html and follow the instructions for the anonymous test. -- Eric Ziegast

Re: [vchkpw] vpopmail and nfs

2005-01-19 Thread Eric Ziegast
ublishing.com/articles/article.asp?p=23618&seqNum=4 2. Is nfslockd running on the client? 3. Is the NFS client and NFS server running the same OS? If not, could there be some compatability issues? Hope this helps. -- Eric Ziegast PS: If all else fails, install vpopmail on the NFS server

Re: [vchkpw] vpopmail problem

2004-12-30 Thread Eric Ziegast
installation and worry about your local customizations. It becomes difficult for them to upgrade to the next version of vpopmail if they have to patch the code each time. The directory hashing is also used on domains. So if you add more than 100 domains, you'll see /home/vpopmail/domains/0. -- Eric Ziegast [EMAIL PROTECTED] (*) Back in the 80's someone said, "No one will ever need more than 640 kilobytes of memory".

Re: [vchkpw] chkuser 2.0

2004-10-14 Thread Eric Ziegast
he right semantics without getting specific about the details. Even in the case of CDB (vcdb.c) the function would be defined as opening the filehandle for reading the CDB file. ... just a thought. -- Eric Ziegast

Re: [vchkpw] simscan test release: simplified scanner for clamav/spamassassin

2004-07-30 Thread Eric Ziegast
n "Dyou send us nothing but crap(#5.3.0)"; case 35: return "Dyou are listed in the our blackhole list(#5.3.0)"; case 36: return "Dleave us alone, jackass(#5.3.0)"; case 41: return "Zif you are not a spammer, try again in 5 minutes(#4.3.0)"; -- Eric Ziegast

Re: [vchkpw] RedHatLinux 9 compatibility

2004-07-22 Thread Eric Ziegast
ss problematic to have someone from Inter7 install "Web Q" for you within a few hours. They install all of this stuff for a living and get it right the first time. You can then go through installing everything yourself at your leisure as an educational exercise. They leave you their sou

Re: [vchkpw] Filesystem question

2004-07-21 Thread Eric Ziegast
one ever used snapshots with Ext3 or ReiserFS? Snapshots are great becasue it's the fastest way to backup your mail partition against user errors ("Help, I deleted my mailbox by mistake!") without adding stress/load to the mail server. -- Eric Ziegast

Re: [vchkpw] forwording mail's from qmail to ______ server

2004-07-21 Thread Eric Ziegast
u need to preserve IMAP subfolders, it gets more complicated. You'd actually have to write (as Jeremy said) a Perl script using Net:IMAP to push the message into their new mailboxes. If it's just a few users, each user can add the new IMAP account and just drag/drop the messages into their new folders. -- Eric Ziegast

Re: [vchkpw] [semi-OT] which is more portable?

2004-07-15 Thread Eric Ziegast
Oops, sorry, didn't mean for that to go to the list. -- Eric Ziegast

Re: [vchkpw] [semi-OT] which is more portable?

2004-07-15 Thread Eric Ziegast
that use another user than vpopmail, than there There's no rule that says that the base vpopmail dir has to be the home dir of user vpopmail. You could compile a "vconfig" program first in C and use that program later in your install process. -- Eric Ziegast

Re: [vchkpw] NFS / Disk Access / Load Concerns on Vpopmail cluster

2004-07-05 Thread Eric Ziegast
from being processed/stored/read and reread/reread/reread. BTW: I separate SMTP processing (/var/qmail local RAID1 fast SCSI with battery cache) from user mail spool storage (/home/vpopmail NFS mount to filer). Putting /var/qmail on the NFS server might be another source of overload. -- Eric Ziegast

[vchkpw] Possible enhancements to help protect qmail server reources against spam processing

2004-06-10 Thread Eric Ziegast
utilizes spamassassin, qmail-scanner-queue, tinydns and the soft rblsmtpd above to help my server stay ahead of the flood instead of sink further into the depths of mail lag. -- Eric Ziegast [EMAIL PROTECTED] [EMAIL PROTECTED] Patches so far *** /home/inter7/vpopmail/vpopmail-5.4.0-spam2/vpop

Re: [vchkpw] Re: SMTP Auth HOWTO?

2004-05-22 Thread Eric Ziegast
elieve that it can be a PITA to get done right. -- Eric Ziegast

Re: [vchkpw] unexpected Delivered-To

2003-10-07 Thread Eric Ziegast
ECTED]" (forged) and an envelope recipient of "[EMAIL PROTECTED]" (not forged) or maybe even some other address that aliases itself to kurt. > Curiously your off-list reply cased my server to generate this message: > message is looping /var/vpopmail/domains/breathsense.com/k

[vchkpw] *.COM -> 64.94.110.11

2003-09-16 Thread Eric Ziegast
reip.patch -- Eric Ziegast

Re: [vchkpw] Big server

2003-07-21 Thread Eric Ziegast
figuring it out from scratch. > Another question is how do i do the message delivery the messages from > server 1 to server2? Qmail! :^) In /var/qmail/control/smtproutes, set it so that all mail goes to Server2 (eg: ":server2.mydomain.com"). If you're fancy, you can try

[vchkpw] Re: Spam Assassin implementation

2003-03-20 Thread Eric Ziegast
everything into SpamAssassin, but it's getting too huge already. Each of thousands of 4K messages doen't need to go through a program that sucks 16MB RSS memory. A large program isn't the most efficient place to block/route messages. -- Eric Ziegast internet!vix.com!ziegast Winning another battle in the losing war against spam.