Re: need to change behavior when remote MTA says reject

2015-07-09 Thread Alexandre Ellert
> Le 9 juil. 2015 à 22:04, Robert Wolfe a écrit : > > Retrieve a listing of what? > A list of all blocked senders, i.e, email adresses that were added by end users using Junk -> Block Sender action I quickly read that a PowerShell command exist (Get-MailboxJunkEmailConfiguration) to list bloc

Re: need to change behavior when remote MTA says reject

2015-07-09 Thread Robert Wolfe
On Thu, 2015-07-09 at 21:33 +0200, Alexandre Ellert wrote: > This error message appears when an Outlook end user right click on an email > and choose Junk -> Block sender. > I will ask the Exchange admin if it’s possible to retrieve a list and then > upload it to a Postfix access table. Retriev

Re: need to change behavior when remote MTA says reject

2015-07-09 Thread Wietse Venema
Alexandre Ellert: > > > Le 9 juil. 2015 ? 20:09, Viktor Dukhovni a > > ?crit : > > > > On Thu, Jul 09, 2015 at 07:43:17PM +0200, Alexandre Ellert wrote: > > > >> I have an inbound MX in front of an Exchange Server and I?d like to > >> DISCARD email when Exchange answer "554 5.1.0 Sender Deni

Re: need to change behavior when remote MTA says reject

2015-07-09 Thread Alexandre Ellert
> Le 9 juil. 2015 à 20:09, Viktor Dukhovni a écrit > : > > On Thu, Jul 09, 2015 at 07:43:17PM +0200, Alexandre Ellert wrote: > >> I have an inbound MX in front of an Exchange Server and I?d like to DISCARD >> email when Exchange answer "554 5.1.0 Sender Denied" (and avoid backscatter) >> Is

Re: need to change behavior when remote MTA says reject

2015-07-09 Thread Viktor Dukhovni
On Thu, Jul 09, 2015 at 07:43:17PM +0200, Alexandre Ellert wrote: > I have an inbound MX in front of an Exchange Server and I?d like to DISCARD > email when Exchange answer "554 5.1.0 Sender Denied" (and avoid backscatter) > Is it possible to do something like that with Postfix ? No. Instead w

need to change behavior when remote MTA says reject

2015-07-09 Thread Alexandre Ellert
Hello, I have an inbound MX in front of an Exchange Server and I’d like to DISCARD email when Exchange answer "554 5.1.0 Sender Denied" (and avoid backscatter) Is it possible to do something like that with Postfix ? Thank you for help Alexandre