require auth

2009-03-27 Thread paul
er doesn't authenticate with us, he can't even send to local recipient. with my previous qmail installation i just needed to define "REQUIRE_AUTH" in my tcprules file. just how do it do it with qpsmtpd? Cheers! Paul

Re: require auth

2009-03-28 Thread paul
return (DENY, "Sending host is not local or authed") > unless $self->qp->connection->relay_client; > >return DECLINED; > } > > Hanno > Sorry, but i'm quite new to this. do i create a plugin eg. require_auth in the plugins directory, copy and paste your code into it and load the plugin in the peers/0 file? or what do i do? Cheers, Paul

Re: require auth

2009-03-29 Thread paul
Hello again! it works!! thanks so much! > On Sun, 29 Mar 2009 07:53:16 +0800 (SGT) > p...@sg.homeunix.com wrote: >> > On Sat, 28 Mar 2009 08:20:53 +0800 (SGT) >> > p...@sg.homeunix.com wrote: >> >> Basically i need to deny incoming connections from non-local >> >> clients >> >> based on wheth

Auth issues with turnpike

2010-09-17 Thread Paul Thomas
ion would be to not use turnpike, but can anyone help with fixing this at the server end without resorting to altering the core qpsmtpd code? Altering plugins is fine. cheers, Paul