Re: [vchkpw] tcp.smtp / open-smtp rule precedence

2004-01-18 Thread Jeremy Kitchen
On Sun, 2004-01-18 at 14:49, Chris Hardie wrote: > > I was able to clarify why running qmail-scanner globally doesn't solve the > problem. The RELAYCLIENT environment variable is still being set via > open-smtp, and so qmail-scanner still refuses to examine mail from IPs > which have been the sou

Re: [vchkpw] tcp.smtp / open-smtp rule precedence

2004-01-18 Thread Chris Hardie
On Fri, 16 Jan 2004, Mauricio Teixeira (listas) wrote: > Em Sex, 2004-01-16 às 14:24, Chris Hardie escreveu: > > > Hmm, if it's in the run file, isn't it still subject to the rules of > > tcpserver, in terms of the impact the environment variables have? Perhaps > > The variable is used by qmail-s

Re: [vchkpw] tcp.smtp / open-smtp rule precedence

2004-01-16 Thread Tom Collins
On Jan 16, 2004, at 10:10 AM, Chris Hardie wrote: BUT, we have a meddlesome user on 12.161.105.140 who is popping into vpopmail, which has the allow roaming users flag set. As soon as this user does that, an entry is created in the tcp.smtp database for that user, as reflected in the open-smtp fil

Re: [vchkpw] tcp.smtp / open-smtp rule precedence

2004-01-16 Thread Jeremy Kitchen
On Fri, 2004-01-16 at 11:31, Jeremy Kitchen wrote: > and since you pointed out that > qmail-scanner doesn't run if the RELAYCLIENT is set, then having them > both on the same port/ip is not possible. ahem, it runs. it just doesn't do anything. *MORE REDBULL* -Jeremy -- Jeremy Kitchen Systems

Re: [vchkpw] tcp.smtp / open-smtp rule precedence

2004-01-16 Thread Jeremy Kitchen
On Fri, 2004-01-16 at 11:25, Chris Hardie wrote: > On Fri, 16 Jan 2004, Jeremy Kitchen wrote: > > > I would simply disable pop-before-smtp for this user. Look at > > vmoduser. Then, add RELAYCLIENT="" to your original line, and call it > > good. > > I see why that would work (though I think you

Re: [vchkpw] tcp.smtp / open-smtp rule precedence

2004-01-16 Thread Teixeira (listas)
Em Sex, 2004-01-16 às 14:24, Chris Hardie escreveu: > Hmm, if it's in the run file, isn't it still subject to the rules of > tcpserver, in terms of the impact the environment variables have? Perhaps The variable is used by qmail-smtpd to determine how it will queue the mesage. "tcpserver" does n

Re: [vchkpw] tcp.smtp / open-smtp rule precedence

2004-01-16 Thread Chris Hardie
On Fri, 16 Jan 2004, Jeremy Kitchen wrote: > I would simply disable pop-before-smtp for this user. Look at > vmoduser. Then, add RELAYCLIENT="" to your original line, and call it > good. I see why that would work (though I think you didn't mean the part about putting RELAYCLIENT="" in tcp.smtp,

Re: [vchkpw] tcp.smtp / open-smtp rule precedence

2004-01-16 Thread Chris Hardie
On Fri, 16 Jan 2004, Mauricio Teixeira (listas) wrote: > Em Sex, 2004-01-16 às 14:10, Chris Hardie escreveu: > > > The result is that the users pop / roaming action is disabling > > Why don't you enable qmail-scanner globally? > > I put QMAILQUEUE="bin/qmail-scanner-queue.pl" into > /service/qmail

Re: [vchkpw] tcp.smtp / open-smtp rule precedence

2004-01-16 Thread Jeremy Kitchen
On Fri, 2004-01-16 at 11:10, Chris Hardie wrote: > We have a line in our ~vpopmail/etc/tcp.smtp file that looks like this: > > 12.161.105.140:allow,MFCHECK="0",RBLSMTPD="",QMAILQUEUE="/var/qmail/bin/qmail-scanner-queue.pl" > BUT, we have a meddlesome user on 12.161.105.140 who is popping into > v

Re: [vchkpw] tcp.smtp / open-smtp rule precedence

2004-01-16 Thread Teixeira (listas)
Em Sex, 2004-01-16 às 14:10, Chris Hardie escreveu: > The result is that the users pop / roaming action is disabling Why don't you enable qmail-scanner globally? I put QMAILQUEUE="bin/qmail-scanner-queue.pl" into /service/qmail-smtpd/run before "smtpd" initialization, in a way it's used by all c

[vchkpw] tcp.smtp / open-smtp rule precedence

2004-01-16 Thread Chris Hardie
Hi folks. We're experiencing a weird issue related to the open-smtp / roaming users feature of vpopmail. We have a line in our ~vpopmail/etc/tcp.smtp file that looks like this: 12.161.105.140:allow,MFCHECK="0",RBLSMTPD="",QMAILQUEUE="/var/qmail/bin/qmail-scanner-queue.pl" The notable part for