Re: [vchkpw] chkuser on relay server , part II

2007-01-15 Thread David Chaplin-Loebell

Miki wrote:


- so after spending weekend over google ;) I want kindly ask TONIX if
he is willing to add smal feature into chkuser 2.0.8, I have idea
something like
CHECK_EXTERNAL_FILE = 0/1
EXTERNAL_FILE = /bla/bla/list.txt (or even cdb)

I second this request-- having this functionality in chkuser would save 
me a world of trouble.


David


Re: [vchkpw] OT: tcpserver and rblsmtpd clones

2006-10-26 Thread David Chaplin-Loebell

John Simpson wrote:
i've heard it said that all of djb's other software is essentially 
public domain, but now i'm curious and would like know for sure. has 
anybody heard or seen any kind of statement from djb about this, and 
if so where can i find a copy of it?
Most of his software is not public domain.  (Several of his math and 
crypto libraries are, but to my knowledge none of the networking 
software is).


First, there's a copyright statement in the README file of each package.
Second: http://cr.yp.to/distributors.html

Daemontools is explicitly mentioned here-- he licenses the current 
version to be distributed (in package form, with a specific MD5 
checksum) until the beginning of 2007.


Third: http://cr.yp.to/softwarelaw.html

In other words, DJB has the right to control distribution of his 
software and he specifically asserts that right.


David


Re: [vchkpw] OT: tcpserver and rblsmtpd clones

2006-10-26 Thread David Chaplin-Loebell

John Simpson wrote:
i don't really mind either way, but i'd like to know what his policy 
is, just to be sure. before you pointed out this page this i was not 
aware of 2007-01-01 having any significance (other than new years 
day, obviously.)
He periodically updates those dates.  I think the point is that he 
doesn't want prerelease versions of his software distributed forever-- 
but if you check out 
http://web.archive.org/web/*/http://cr.yp.to/distributors.html you'll 
see that those dates have been pushed forward several times.


David


Re: [vchkpw] Re: [toaster] filtering outgoing emails

2006-10-25 Thread David Chaplin-Loebell

John Simpson wrote:


On 2006-10-25, at 1614, Ingo Claro wrote:


Jeff Koch escribió:



We are getting demands from large ISP's - Comcast, AOL, ATT -  that 
we spam filter all outgoing email. We're using simscan to  filter 
incoming email but I think that misses email generated by  our 
customers and autoresponders. Can it be accomplished by  modifying 
/home/vpopmail/etc/tcp.smtp ?


How are other qmail users handling this?



i'm also interested in this feature. Have you found how to filter  
outgoing messages? for incoming messages I use maildrop



you can still use simscan. the trick is to make your customers send  
their mail through simscan.


[snip]

I'm not sure that spam-filtering outgoing mail is a good idea-- I've 
never run into an implementation that doesn't annoy legitimate customers 
sending legitimate mail-- and simscan is, as far as I know, specifically 
designed not to allow it.  If RELAYCLIENT is set, simscan checks for 
viruses but it doesn't run SpamAssassin.


Am I missing something?

David


Re: [vchkpw] relay, smtp after pop

2006-03-24 Thread David Chaplin-Loebell

Jeremy Kitchen wrote:


On Friday 24 March 2006 10:31, Michael Krieger wrote:
 


SMTP Authentication seems to be the norm these days, and I'd encourage  it.
Now if only M$ would make it the default or easier than going  into
advanced settings when adding an account (and also the port 587  option).
   



why use port 587?  the 'use secure connection' is right there, and if you're 
doing any passing of authentication tokens across the wire, you should be 
encrypting it.
 

I have my clients use port 587 whenever possible, because I use RBLs on 
port 25 that block some dynamic address ranges.


Is there a better practice for this?

David


Re: [vchkpw] Lazy admin seeks ezmlm script set

2006-02-21 Thread David Chaplin-Loebell

Alex Borges wrote:


Mhm... you guys take too long:
#!/bin/bash
CWDmine=$(pwd)
cd /home/vpopmail/domains/$1
 


It would be better to use cd `vdominfo -d $1` in case of hashed domains.


ls .qmail-* |egrep ^.qmail-[^-]*$ |sed -r -e 's/^.qmail-(.*)$/\1/g'
cd $CWDmine
 





Re: [vchkpw] delivering a mail to every account

2004-12-28 Thread David Chaplin-Loebell
There was a discussion recently about delivering a message to every 
account on the server, and vpopbull was mentioned.

One weakness of vpopmail seems to relate to users who forward all of 
their mail off-site-- it appears that vpopbull messages will still be 
delivered to their local mailbox, instead of being forwarded.

Is there a work-around?
Thanks,
David Chaplin-Loebell