Re: Sender dependent authentication issue

2011-06-09 Thread Dragan Zubac
Hello Thank you,this clarify things a little bit. Sincerely On 06/10/11 00:25, Noel Jones wrote: > Of course. It's a two-step process (well, really more, but we'll call > it two here). > > 1. - mail is received. There are lots of controls for receiving mail > based on recipient, originating net

Re: Sender dependent authentication issue

2011-06-09 Thread Noel Jones
Of course. It's a two-step process (well, really more, but we'll call it two here). 1. - mail is received. There are lots of controls for receiving mail based on recipient, originating network, or authentication. None of the decisions to accept mail are based on the sender (you can decide t

Re: Sender dependent authentication issue

2011-06-09 Thread Dragan Zubac
Hello Just to make clear here,so postfix feature to 'route' emails based on the sender address is valid only for outgoing emails not for incoming ones ? Sincerely On 06/09/11 23:33, Noel Jones wrote: > On 6/9/2011 4:22 PM, Dragan Zubac wrote: >> Hello >> >> Yes,I have two instances of postfix. >

Re: Sender dependent authentication issue

2011-06-09 Thread Noel Jones
On 6/9/2011 4:22 PM, Dragan Zubac wrote: Hello Yes,I have two instances of postfix. One is in /etc/postfix and another one is in /etc/postfix2 and both works fine. The problem is with sender dependent authentication that is configured on the second instance and which seems inactive,meaning when

Re: Sender dependent authentication issue

2011-06-09 Thread Dragan Zubac
Hello Yes,I have two instances of postfix. One is in /etc/postfix and another one is in /etc/postfix2 and both works fine. The problem is with sender dependent authentication that is configured on the second instance and which seems inactive,meaning when second instance of postfix receives an emai

Re: Sender dependent authentication issue

2011-06-09 Thread Jeroen Geilman
On 06/09/2011 11:00 PM, Dragan Zubac wrote: sender_dependent_relayhost_maps = hash:/etc/postfix2/sender_relay /etc/postfix2 seems to be from a separate instance. -- J.

Re: Sender dependent authentication issue

2011-06-09 Thread Dragan Zubac
Hello I've sent en email with sender address specified on corresponding config files,and postfix did not process that email according to its specification. I just send logs captured at the moment the postfix was receiving that email that should processed in different manner than rejecting it. Sin

Re: Sender dependent authentication issue

2011-06-09 Thread Brian Evans - Postfix List
On 6/9/2011 4:09 PM, Dragan Zubac wrote: > Hello > > Sorry,I'll try to report a problem again following your instructions. > > Summary > > I'm trying to achieve the following : > > - email arrives > - postfix checks the sender address > - postfix looks up username/password and relay host for that s

Re: Sender dependent authentication issue

2011-06-09 Thread Dragan Zubac
Hello Sorry,I'll try to report a problem again following your instructions. Summary I'm trying to achieve the following : - email arrives - postfix checks the sender address - postfix looks up username/password and relay host for that sender address - postfix SMTP client connects to the appropr

Re: Sender dependent authentication issue

2011-06-09 Thread Jerry
On Thu, 09 Jun 2011 15:00:56 +0200 Dragan Zubac articulated: > Hello > > I'm trying to achieve sender dependent authentication. > Please find corresponding configuration files in attachment. > Although the sender dependent authentication is configured,for some > reason postfix don't follow those