Re: Bypass RBL checks for certain users

2012-12-05 Thread Benny Pedersen
Chris skrev den 03-12-2012 23:52: I'm already using a hash db to map users that opted out of greylisting in smtpd_recipient_restrictions. Map's in the form of u...@example.com OK Can I re-use the same list in the position Neil suggested? nope, OK is accept all recipient, so it just accept n

Re: Bypass RBL checks for certain users

2012-12-05 Thread Benny Pedersen
Chris skrev den 03-12-2012 19:40: I've been asked to skip RBL checks for certain users on the domain. How can I do that without disabling the for everybody else? make one restriction class pr recipient and make a recipient check with result of the restriction class We're using virtual mail

Re: Bypass RBL checks for certain users

2012-12-03 Thread Stan Hoeppner
On 12/3/2012 3:41 PM, /dev/rob0 wrote: > Ah, so there is your answer. No, I'd never use Spamcop for outright > rejection. I don't even believe that Spamcop recommends such use. Correct. From: http://www.spamcop.net/fom-serve/cache/291.html "We recommend that when using any spam filtering met

Re: Bypass RBL checks for certain users

2012-12-03 Thread Chris
On Mon, 3 Dec 2012 15:41:45 -0600 /dev/rob0 wrote > On Mon, Dec 03, 2012 at 09:51:34PM +0100, Chris wrote: > > On Mon, 3 Dec 2012 13:26:25 -0600 /dev/rob0 wrote > > > On Mon, Dec 03, 2012 at 07:40:24PM +0100, Chris wrote: > > > > I've been asked to skip RBL checks for certain users on > > > > th

Re: Bypass RBL checks for certain users

2012-12-03 Thread /dev/rob0
On Mon, Dec 03, 2012 at 09:51:34PM +0100, Chris wrote: > On Mon, 3 Dec 2012 13:26:25 -0600 /dev/rob0 wrote > > On Mon, Dec 03, 2012 at 07:40:24PM +0100, Chris wrote: > > > I've been asked to skip RBL checks for certain users on > > > the domain. How can I do that without disabling the for > > > e

Re: Bypass RBL checks for certain users

2012-12-03 Thread Chris
On Mon, 3 Dec 2012 13:26:25 -0600 /dev/rob0 wrote > On Mon, Dec 03, 2012 at 07:40:24PM +0100, Chris wrote: > > I've been asked to skip RBL checks for certain users on the domain. > > How can I do that without disabling the for everybody else? > > If you're only using good, safe lists, you're on

Re: Bypass RBL checks for certain users

2012-12-03 Thread Noel Jones
On 12/3/2012 1:18 PM, Noel Jones wrote: > On 12/3/2012 12:40 PM, Chris wrote: >> Hi all. >> I've been asked to skip RBL checks for certain users on the domain. How can I >> do that without disabling the for everybody else? >> We're using virtual mailboxes on mysql. >> >> Thanks, >> >> Chris >> >> >

Re: Bypass RBL checks for certain users

2012-12-03 Thread /dev/rob0
On Mon, Dec 03, 2012 at 07:40:24PM +0100, Chris wrote: > I've been asked to skip RBL checks for certain users on the domain. > How can I do that without disabling the for everybody else? If you're only using good, safe lists, you're only rejecting mail which probably should be rejected. What is

Re: Bypass RBL checks for certain users

2012-12-03 Thread Noel Jones
On 12/3/2012 12:40 PM, Chris wrote: > Hi all. > I've been asked to skip RBL checks for certain users on the domain. How can I > do that without disabling the for everybody else? > We're using virtual mailboxes on mysql. > > Thanks, > > Chris > > Before we start, a reminder that SMTP doesn't h

Bypass RBL checks for certain users

2012-12-03 Thread Chris
Hi all. I've been asked to skip RBL checks for certain users on the domain. How can I do that without disabling the for everybody else? We're using virtual mailboxes on mysql. Thanks, Chris