Re: XCLIENT question

2009-01-29 Thread mouss
Geert Hendrickx a écrit : > On Thu, Jan 29, 2009 at 12:22:13PM +0100, mouss wrote: >> Jan 29 00:38:17 imlil postmx/smtpd[26222]: NOQUEUE: reject: RCPT from >> unknown[147.203.208.166]: 550 5.7.1 Client host rejected: cannot find >> your hostname, [147.203.208.166]; >> from=<3ff.4.69709687-17084...@

Re: XCLIENT question

2009-01-29 Thread Wietse Venema
Geert Hendrickx: > On Thu, Jan 29, 2009 at 12:22:13PM +0100, mouss wrote: > > Jan 29 00:38:17 imlil postmx/smtpd[26222]: NOQUEUE: reject: RCPT from > > unknown[147.203.208.166]: 550 5.7.1 Client host rejected: cannot find > > your hostname, [147.203.208.166]; > > from=<3ff.4.69709687-17084...@cherr

Re: XCLIENT question

2009-01-29 Thread Geert Hendrickx
On Thu, Jan 29, 2009 at 12:22:13PM +0100, mouss wrote: > Jan 29 00:38:17 imlil postmx/smtpd[26222]: NOQUEUE: reject: RCPT from > unknown[147.203.208.166]: 550 5.7.1 Client host rejected: cannot find > your hostname, [147.203.208.166]; > from=<3ff.4.69709687-17084...@cherryimprovise.com> to= > proto

Re: XCLIENT question

2009-01-29 Thread mouss
Artem Bokhan a écrit : > Ok, let's start with beginning... > > What is the difference between NAME and REVERSE_NAME from postfix's view? > What is the difference between "SMTP client hostname" and "PTR record > value"? > NAME is "verified". REVERSE_NAME is not. so you have 3 cases: - NAME=REVER

Re: XCLIENT question

2009-01-29 Thread Artem Bokhan
Ok, let's start with beginning... What is the difference between NAME and REVERSE_NAME from postfix's view? What is the difference between "SMTP client hostname" and "PTR record value"? The NAME attribute specifies an SMTP client hostname (not an SMTP client address), [UNAVAILABLE] when clien

Re: XCLIENT question

2009-01-28 Thread Wietse Venema
Bokhan Artem: > So how postfix interprets NAME and REVERSE_NAME? > I want to understand, how not to break, for example, > "reject_unknown_client_hostname" and "reject_unknown_reverse_client_hostname" > behavior, when passing names via XCLIENT but not via postfix resolver. > > Wietse Venema ?

Re: XCLIENT question

2009-01-28 Thread Bokhan Artem
So how postfix interprets NAME and REVERSE_NAME? I want to understand, how not to break, for example, "reject_unknown_client_hostname" and "reject_unknown_reverse_client_hostname" behavior, when passing names via XCLIENT but not via postfix resolver. Wietse Venema пишет: Artem Bokhan: >XCLIE

Re: XCLIENT question

2009-01-28 Thread Wietse Venema
Artem Bokhan: > >XCLIENT NAME ADDR PROTO HELO REVERSE_NAME > > Do NAME and REVERSE_NAME from XCLIENT agree with this description from > smtpd_peer.c ? NAME agrees with the XCLIENT documentation - it is meant to be something that other MTAs can implement too so it must not depend on Postfix impl

XCLIENT question

2009-01-28 Thread Artem Bokhan
>XCLIENT NAME ADDR PROTO HELO REVERSE_NAME Do NAME and REVERSE_NAME from XCLIENT agree with this description from smtpd_peer.c ? /* .IP name /* The verified client hostname. This name is represented by /* the string "unknown" when 1) the address->name lookup failed, /* 2) the na