Re: Blocking a particular authenticated user

2010-09-02 Thread Julian Cowley
On Thu, 2 Sep 2010, Stefan Seidel wrote: > On Wed, 1 Sep 2010 16:33:31 -1000 (HST), Julian Cowley > wrote: > > Hello, > > > > I would like to block a particular user who is authenticated using > > SASL from sending mail. Is there a way to do this? > > >

Re: Blocking a particular authenticated user

2010-09-02 Thread Julian Cowley
On Thu, 2 Sep 2010, Patrick Ben Koetter wrote: > * Julian Cowley : > > Hello, > > > > I would like to block a particular user who is authenticated using > > SASL from sending mail. Is there a way to do this? > > Where do you keep this users credentials? Disa

Blocking a particular authenticated user

2010-09-01 Thread Julian Cowley
Hello, I would like to block a particular user who is authenticated using SASL from sending mail. Is there a way to do this? I found one way to do it, but it is not perfect. I can block the the email address of that user (the one they normally use) using smtpd_sender_login_maps. This doesn't p

Problem with smtpd_delay_reject and reject_unlisted_sender

2008-10-18 Thread Julian Cowley
Hello, Several months ago I discovered a problem with reject_unlisted_sender allowing through some mail that should have been blocked. I finally found the incentive to track it down and create a simple test case for it. The apparent problem is that reject_unlisted_sender in smtpd_recipient

Re: Unexpected behavior with reject_unlisted_sender

2008-08-15 Thread Julian Cowley
On Thu, 15 Aug 2008, Julian Cowley wrote: On Fri, 15 Aug 2008, Ralf Hildebrandt wrote: * Julian Cowley <[EMAIL PROTECTED]>: > < MAIL FROM:<[EMAIL PROTECTED]> > > 250 2.1.0 Ok > < RCPT TO:<[EMAIL PROTECTED]> > > 550 5.1.0 <[EMAIL PROTECTED]&

Re: Unexpected behavior with reject_unlisted_sender

2008-08-15 Thread Julian Cowley
On Fri, 15 Aug 2008, Ralf Hildebrandt wrote: * Julian Cowley <[EMAIL PROTECTED]>: < MAIL FROM:<[EMAIL PROTECTED]> 250 2.1.0 Ok < RCPT TO:<[EMAIL PROTECTED]> 550 5.1.0 <[EMAIL PROTECTED]>: Sender address rejected: User unknown < RCPT TO:<[EMAIL PROTECTE

Unexpected behavior with reject_unlisted_sender

2008-08-15 Thread Julian Cowley
Over the last day we got hit by some phishers who forged an address in our domain and sent mail to hundreds of our users (same old story, right?). Now, the sender address they used is not a valid address in our domain, so I was thinking that since we have reject_unlisted_sender in our smtpd_re