Re: [vchkpw] Force Auth from all but localhost

2006-04-15 Thread John Simpson
On 2006-04-14, at 0338, Sascha Ebach wrote: how can I enforce that everybody (except localhost) has to authenticate via smtp auth. my combined patch, version 6 or newer, includes this functionality. http://qmail.jms1.net/patches/combined.shtml you can export a REQUIRE_AUTH=1

Re: [vchkpw] Force Auth from all but localhost

2006-04-15 Thread John Simpson
On 2006-04-15, at 1003, Remo Mattei wrote: John Simpson wrote: On 2006-04-14, at 0338, Sascha Ebach wrote: how can I enforce that everybody (except localhost) has to authenticate via smtp auth. my combined patch, version 6 or newer, includes this functionality.

[vchkpw] Force Auth from all but localhost

2006-04-14 Thread Sascha Ebach
Hi, how can I enforce that everybody (except localhost) has to authenticate via smtp auth. The way I have it configured now is that all that are not in rcpthosts have to authenticate, but all that are in rcpthosts can be send email without auth. How can I change that? Thank you. -- Sascha

Re: [vchkpw] Force Auth from all but localhost

2006-04-14 Thread Rick Macdougall
Sascha Ebach wrote: Hi, how can I enforce that everybody (except localhost) has to authenticate via smtp auth. The way I have it configured now is that all that are not in rcpthosts have to authenticate, but all that are in rcpthosts can be send email without auth. How can I change that?

Re: [vchkpw] Force Auth from all but localhost

2006-04-14 Thread Michael Krieger
You'd want something like http://www.netable.com/~dburkes/qmail-smtpd-requireauth/dist/qmail-smtpd-requireauth-0.30.tar.gz to do it. Note that this patch is against old/different versions of the auth patch, so you'll have to just use it as a guide and do it by hand. In specific, and if I recall