[vchkpw] Looking for a good mailfilter

2004-04-27 Thread [EMAIL PROTECTED]
Hi foolks! I look for a good mailfilter for my vpopmail. My currently hae a bug with catch-all adresses: import EXT import HOST VHOME=`/home/vpopmail/bin/vuserinfo -d [EMAIL PROTECTED] if (/^X-Spam-Status: *YES/) { exception { to /var/spool/spam/ } } else {

Re: [vchkpw] Looking for a good mailfilter

2004-04-27 Thread Erwin Hoffmann
Hallo Peter, At 14:36 27.04.04 +0200, you wrote: Hi foolks! I look for a good mailfilter for my vpopmail. My currently hae a bug with catch-all adresses: import EXT import HOST VHOME=`/home/vpopmail/bin/vuserinfo -d [EMAIL PROTECTED] if (/^X-Spam-Status: *YES/) { exception {

Re: [vchkpw] Looking for a good mailfilter

2004-04-27 Thread [EMAIL PROTECTED]
Hi Erwin! The problem is I have catch-all-accounts and the mailfilter do not know the catch-all-account, so the email get dropped. I show over your programm, but dont know if I understand everything Viele Gruesse, Peter. ;) -- www: http://peter.tux.hm www: http://tux.hm - Linux- und

[vchkpw] Multiple open-smtp s?

2004-04-27 Thread up
I use vpopmail strictly for POP authentication on a particular server, and I'd like to make it so that a different SMTP server will read that POP server's open-smtp info *in addition* to its own to allow relaying. I'd like to do this without using MySQL. Can/should this be done using NFS and

Re: [vchkpw] vpopmail + postfix

2004-04-27 Thread Jeremy Kitchen
On Monday 26 April 2004 10:18 am, Chris Ess wrote: How can we setup vpopmail to work with Postfix? Is necessary have qmail installed too? vpopmail was created for qmail only, postfix and qmail are two different MTA's so this is not a solution you can use with postfix. See this

Re: [vchkpw] creating maildir on the fly

2004-04-27 Thread Jeremy Kitchen
On Sunday 25 April 2004 05:15 pm, Thiago Anderson Santos wrote: i need to smtp before pop3 with qmail + vpopmail can i help-me?? - Original Message - From: Tech Info [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, April 25, 2004 4:59 AM Subject: [vchkpw] creating maildir on the

Re: [vchkpw] Major SMTP AUTH Issues

2004-04-27 Thread Jeremy Kitchen
http://scriptkitchen.com/godkills.jpg -- please, think of the kittens On Monday 26 April 2004 08:43 am, Chris Miller wrote: exec /usr/local/bin/softlimit -m 300 /usr/local/bin/tcpserver -v -R -l $LOCAL \ -x /etc/tcp.smtp.cdb -c $MAXSMTPD \ -u $VPOPUID -g $VPOPGID 0 smtp \

Re: [vchkpw] smtp auth

2004-04-27 Thread Jeremy Kitchen
On Monday 26 April 2004 02:59 am, signo wrote: i'm feel very stupid !!! it does not work!! VPOPUID=`id -g vpopmail` VPOPGID=`id -g vpopmail` LOCAL=`head -1 /var/qmail/control/me` MAXSMTPD=`head -1 /var/qmail/control/concurrencyincoming` exec /usr/local/bin/softlimit -m 300

Re: [vchkpw] Re: vpopmail with Postifix

2004-04-27 Thread Jeremy Kitchen
On Monday 26 April 2004 10:42 am, Steve Ames wrote: On Mon, Apr 26, 2004 at 11:18:09AM -0400, Chris Ess wrote: vpopmail was created for qmail only, postfix and qmail are two different MTA's so this is not a solution you can use with postfix. See this sentence from

Re: [vchkpw] Looking for a good mailfilter

2004-04-27 Thread Jeremy Kitchen
On Tuesday 27 April 2004 08:41 am, [EMAIL PROTECTED] wrote: Hi Erwin! The problem is I have catch-all-accounts and the mailfilter do not know the catch-all-account, so the email get dropped. so tell it what the catchall account is. I show over your programm, but dont know if I understand

Re: [vchkpw] Multiple open-smtp s?

2004-04-27 Thread Jeremy Kitchen
On Tuesday 27 April 2004 12:13 pm, [EMAIL PROTECTED] wrote: I use vpopmail strictly for POP authentication on a particular server, and I'd like to make it so that a different SMTP server will read that POP server's open-smtp info *in addition* to its own to allow relaying. I'd like to do this

Re: [vchkpw] Re: vpopmail with Postifix

2004-04-27 Thread Steve Ames
- Original Message - From: Jeremy Kitchen [EMAIL PROTECTED] It would really be interesting to see vpopmail make the necessary changes to be less qmail specific. Vpopmail could become a solid virtual mail solution for a handful of MTA. so, bloat should be added so it will work

Re: [vchkpw] Re: vpopmail with Postifix

2004-04-27 Thread Tom Collins
On Apr 27, 2004, at 1:38 PM, Jeremy Kitchen wrote: MDA with vpopmail is actually never qmail. Except when using aliases that aren't stored in a MySQL table. And mailing lists, always. qmail hands off delivery responsbilities to vdelivermail through the .qmail-default file in the domain's 'home

Re: [vchkpw] remove_line() logic

2004-04-27 Thread Tom Collins
On Apr 27, 2004, at 1:56 PM, Rick Widmer wrote: So, is there a reason for keeping the logic in delete_line(), or should I re-write it from scratch based on update_file()? Yes, I think you should. Others may disagree though... I could reduce the failure window even more by moving all the rename

Re: [vchkpw] Re: vpopmail with Postifix

2004-04-27 Thread Steve Ames
Yah. One of my quick hacks pondered using vdelivermail as an MTA from postfix but it calls in too much qmail environment and it got icky. If I could have put that stuff on the command line instead I might have been in business without having to put in a wrapper. - Original Message -

Re: [vchkpw] Re: vpopmail with Postifix

2004-04-27 Thread Rainer Duffner
Steve Ames wrote: Qmail is a minority when it comes to MTA deployment. I disagree there also. qmail is probably the second most, if not the most, deployed MTA across the internet, and many different surveys have gone to show this. Without pointing to DJB's website, care to

Re: [vchkpw] remove_line() logic

2004-04-27 Thread Rick Widmer
Tom Collins wrote: On Apr 27, 2004, at 1:56 PM, Rick Widmer wrote: So, is there a reason for keeping the logic in delete_line(), or should I re-write it from scratch based on update_file()? Yes, I think you should. Others may disagree though... Rom: I assume you mean I should re-write the

Re: [vchkpw] Re: vpopmail with Postifix

2004-04-27 Thread Rick Macdougall
Rainer Duffner wrote: http://cr.yp.to/surveys/smtpsoftware6.txt That's from 2001. It would be a fun project to try to do that again, though. The biggest challenge will probably be to get a representative sample of domains and MXs Hi, That would be a fun script to write. See what mail server

Re: [vchkpw] Re: vpopmail with Postifix

2004-04-27 Thread Rainer Duffner
Rick Macdougall wrote: Rainer Duffner wrote: http://cr.yp.to/surveys/smtpsoftware6.txt That's from 2001. It would be a fun project to try to do that again, though. The biggest challenge will probably be to get a representative sample of domains and MXs Hi, That would be a fun script to

Re: [vchkpw] Multiple open-smtp s?

2004-04-27 Thread up
On Tue, 27 Apr 2004, Jeremy Kitchen wrote: On Tuesday 27 April 2004 12:13 pm, [EMAIL PROTECTED] wrote: I use vpopmail strictly for POP authentication on a particular server, and I'd like to make it so that a different SMTP server will read that POP server's open-smtp info *in addition* to

Re: [vchkpw] Re: vpopmail with Postifix

2004-04-27 Thread Steve Ames
- Original Message - From: Rainer Duffner [EMAIL PROTECTED] Without pointing to DJB's website, care to back this up? http://cr.yp.to/surveys/smtpsoftware6.txt That's from 2001. I know you didn't just point to DJB's website :) The credentia.cc

Re: [vchkpw] remove_line() logic

2004-04-27 Thread Tom Collins
On Apr 27, 2004, at 3:23 PM, Rick Widmer wrote: Rom: I assume you mean I should re-write the function. Yes, and I assume you mean Tom. ;-) -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmail.sf.net/ Info on the Sniffter hand-held Network Tester:

Re: [vchkpw] Re: vpopmail with Postifix

2004-04-27 Thread Jeremy Kitchen
On Tuesday 27 April 2004 05:29 pm, Rick Macdougall wrote: Rainer Duffner wrote: http://cr.yp.to/surveys/smtpsoftware6.txt That's from 2001. It would be a fun project to try to do that again, though. The biggest challenge will probably be to get a representative sample of domains and

Re: [vchkpw] Re: vpopmail with Postifix

2004-04-27 Thread Rick Widmer
Steve Ames wrote: Right. However what I'm saying is that it wouldn't take much to make vpopmail work properly with other MTA. Just jack up the user interface, and replace all the code that does the real work...

Re: [vchkpw] Re: vpopmail with Postifix

2004-04-27 Thread Jeremy Kitchen
On Tuesday 27 April 2004 05:48 pm, Rainer Duffner wrote: Rick Macdougall wrote: Rainer Duffner wrote: http://cr.yp.to/surveys/smtpsoftware6.txt That's from 2001. http://www.credentia.cc/research/surveys/smtp/200304/ qmail comes in at 8-10% in these surveys. out of 21,000 servers. weak

Re: [vchkpw] Re: vpopmail with Postifix

2004-04-27 Thread Steve Ames
- Original Message - From: Jeremy Kitchen [EMAIL PROTECTED] out of 21,000 servers. weak survey. Agreed. I couldn't find a better one. The ones on DJBs page are old and the newest one (2001) has less than 1000 servers. 21000 seemed more representative. *shrug* -Steve

Re: [vchkpw] Re: vpopmail with Postifix

2004-04-27 Thread Steve Ames
- Original Message - From: Rick Widmer [EMAIL PROTECTED] Right. However what I'm saying is that it wouldn't take much to make vpopmail work properly with other MTA. Just jack up the user interface, and replace all the code that does the real work... I don't believe that's true...

Re: [vchkpw] Re: vpopmail with Postifix

2004-04-27 Thread Rick Macdougall
Jeremy Kitchen wrote: On Tuesday 27 April 2004 05:29 pm, Rick Macdougall wrote: Hi, That would be a fun script to write. See what mail server *sent* to your mail server based on the headers and get a sampling that way. but that would be incredibly biased. For instance, I'd say probably 70%