Re: Temporary Lookup Failure

2020-08-30 Thread
y lookup the domains and dig -x the IPs, >> so I don’t think bind is the issue? > > Red herrings. > > >> Aug 29 01:30:13 mail.covisp.net postfix/smtpd[40178] 4Bdp5d3gF5z36j0y: >> reject: RCPT from mx2.freebsd.org[96.47.72.81]: 451 4.3.0 >> : Temporary lookup

Re: Temporary Lookup Failure

2020-08-29 Thread Bob Proulx
@lbutlr wrote: > Bind is running, and I can manually lookup the domains and dig -x > the IPs, so I don’t think bind is the issue? Although dig and drill are good for tracing DNS queries the better tool for tracing system default lookups is 'getent'. It will perform a lookup using the same libc li

Re: Temporary Lookup Failure

2020-08-29 Thread Viktor Dukhovni
issue? Red herrings. > Aug 29 01:30:13 mail.covisp.net postfix/smtpd[40178] 4Bdp5d3gF5z36j0y: > reject: RCPT from mx2.freebsd.org[96.47.72.81]: 451 4.3.0 > : Temporary lookup failure; > from= to= > proto=ESMTP helo= Who said the lookup failure is a DNS problem? More likely

Re: Temporary Lookup Failure

2020-08-29 Thread Wietse Venema
@lbutlr: > Aug 29 01:30:13 mail.covisp.net postfix/smtpd[40178] 4Bdp5d3gF5z36j0y: > reject: RCPT from mx2.freebsd.org[96.47.72.81]: 451 4.3.0 > : Temporary lookup failure; > from= to= > proto=ESMTP helo= Your Postfix resolv.conf file may point to the wrong IP address. Wietse

Re: Temporary Lookup Failure

2020-08-29 Thread Benny Pedersen
@lbutlr skrev den 2020-08-29 14:16: After updating Bind and dovecot and rebooting the server, I am getting these errors on almost every incoming mail. try reboot ? Current load os 0.29 instead of 12.9 and climbing, sp I don’t think it’s related. is dig +trace google.com working ? is pin

Temporary Lookup Failure

2020-08-29 Thread @lbutlr
] 4Bdp5d3gF5z36j0y: reject: RCPT from mx2.freebsd.org[96.47.72.81]: 451 4.3.0 : Temporary lookup failure; from= to= proto=ESMTP helo= # portmaster -l | egrep '(postfix|dovec|bind)' ===>>> bind-tools-9.16.6 ===>>> dovecot-2.3.11.3 ===>>> bind916-9.16.6_1 ===>>

Re: Tr : SMTP Error (451) Temporary lookup failure

2015-07-31 Thread Wietse Venema
r (451): failed when adding the recipient "ad...@mail.zimbra.com" > (4.3.0 : Temporary lookup failure) > > > What should I do to correct this? Look In The LOG. Wietse

Tr : SMTP Error (451) Temporary lookup failure

2015-07-31 Thread Francois Martin
-setup-centos-7 I can connect with users in new domains and send mail locally. When I try to send mail (with roundcube) to the outside, the following error message appears in the webmail: SMTP Error (451): failed when adding the recipient "ad...@mail.zimbra.com" (4.3.0 : Temporary look

Re: Temporary lookup failure with ldap

2013-11-12 Thread Merve Temizer
Thanks, it was solved as my previous answer. 2013/11/11 Wietse Venema > Merve Temizer: > > If i do not need why i am getting "Temporary lookup failure" for every > > attempt while i was sending mail through telnet? > > Wietse > > The reason for the failure

Re: Temporary lookup failure with ldap

2013-11-11 Thread Wietse Venema
Merve Temizer: > If i do not need why i am getting "Temporary lookup failure" for every > attempt while i was sending mail through telnet? Wietse > The reason for the failure is in the MAILLOG file. Postfix does > not provide configuration error details to SMTP client

Re: Temporary lookup failure with ldap

2013-11-11 Thread Wietse Venema
Merve Temizer: > If i do not need why i am getting "Temporary lookup failure" for every > attempt while i was sending mail through telnet? The reason for the failure is in the MAILLOG file. Postfix does not provide configuration error details to SMTP clients. Wietse

Temporary lookup failure with ldap

2013-11-11 Thread Merve Temizer
jectclasses and attributetypes like mailacceptinggeneralid to my configuration? If i do not need why i am getting "Temporary lookup failure" for every attempt while i was sending mail through telnet? My conf is below /etc/postfix/ldap-aliases.cf server_host = 192.168.1.255 server_p

Re: Temporary lookup failure with relay_recipient_maps

2013-03-07 Thread lst_hoe02
Zitat von Viktor Dukhovni : On Wed, Mar 06, 2013 at 06:13:05PM +, lst_ho...@kwsoft.de wrote: Zitat von Wietse Venema : >Postfix reports that the LDAP client library could not connect to >any of the LDAP servers. Don't shoot the messenger. > >Wietse Would the "domain" parameter in th

Re: Temporary lookup failure with relay_recipient_maps

2013-03-06 Thread Viktor Dukhovni
On Wed, Mar 06, 2013 at 06:13:05PM +, lst_ho...@kwsoft.de wrote: > Zitat von Wietse Venema : > > >Postfix reports that the LDAP client library could not connect to > >any of the LDAP servers. Don't shoot the messenger. > > > > Wietse > > Would the "domain" parameter in the LDAP config pr

Re: Temporary lookup failure with relay_recipient_maps

2013-03-06 Thread lst_hoe02
Zitat von Wietse Venema : Alvaro Marin: For a moment, one ActiveDirectory server for some domains was down, so I've seen in logs: warning: dict_ldap_connect: Unable to bind to server ldap://IP1 ldap://IP2 as cn=x,ou=x,dc=x,dc=x: -1 (Can't contact LDAP server) ... Is anyway to configure Post

Re: Temporary lookup failure with relay_recipient_maps

2013-03-06 Thread Wietse Venema
Alvaro Marin: > For a moment, one ActiveDirectory server for some domains was down, so > I've seen in logs: > > warning: dict_ldap_connect: Unable to bind to server ldap://IP1 > ldap://IP2 as cn=x,ou=x,dc=x,dc=x: -1 (Can't contact LDAP server) ... > Is anyway to configure Postfix to avoid this s

Re: Temporary lookup failure with relay_recipient_maps

2013-03-06 Thread Reindl Harald
://IP1 ldap://IP2 as > cn=x,ou=x,dc=x,dc=x: -1 (Can't > contact LDAP server) > > The other LDAP and AD server configured in Postfix, were responding ok but a > lot of emails were being rejected with > the "Temporary lookup failure" error (and not only emails for do

Temporary lookup failure with relay_recipient_maps

2013-03-06 Thread Alvaro Marin
server configured in Postfix, were responding ok but a lot of emails were being rejected with the "Temporary lookup failure" error (and not only emails for domains in that down AD server, emails for domains of working LDAP/AD too). Mar 6 16:19:13 relay1 postfix/smtpd[21555]: warning: dict

Re: Postfix LDAP "Temporary lookup failure"

2010-04-14 Thread Wietse Venema
Victor Duchovni: > On Wed, Apr 14, 2010 at 12:54:47PM -0400, Wietse Venema wrote: > > > > I am a bit reluctant at this time to assume that untyped data coming in > > > that looks like UTF-8, really is UTF-8. Even if the LDAP lookup returns > > > plausibly useful results, will the UTF-8 envelope su

Re: Postfix LDAP "Temporary lookup failure"

2010-04-14 Thread Victor Duchovni
On Wed, Apr 14, 2010 at 12:54:47PM -0400, Wietse Venema wrote: > > I am a bit reluctant at this time to assume that untyped data coming in > > that looks like UTF-8, really is UTF-8. Even if the LDAP lookup returns > > plausibly useful results, will the UTF-8 envelope survive related > > processin

Re: Postfix LDAP "Temporary lookup failure"

2010-04-14 Thread Wietse Venema
Victor Duchovni: > On Sat, Mar 27, 2010 at 08:53:03PM -0400, Wietse Venema wrote: > > > Currently, sites that send valid UTF-8 in MAIL/RCPT commands can > > make meaningful LDAP queries in Postfix. Lots of MTAs are 8-bit > > clean internally, so this can actually work today. > > > > Do we want t

Re: Postfix LDAP "Temporary lookup failure"

2010-04-14 Thread Victor Duchovni
On Sat, Mar 27, 2010 at 08:53:03PM -0400, Wietse Venema wrote: > Currently, sites that send valid UTF-8 in MAIL/RCPT commands can > make meaningful LDAP queries in Postfix. Lots of MTAs are 8-bit > clean internally, so this can actually work today. > > Do we want to remove this ability from Post

Re: Postfix LDAP "Temporary lookup failure"

2010-03-28 Thread Wietse Venema
Stefan Foerster: > As of today, is u...@sch?n.example.com the same user as > u...@xn--schn-7qa.example.com, as far as e.g. access(5) maps are > concerned? No, they are, and have always been, different. If xn--schn-7qa.example.com is what Postfix receives, then xn--schn-7qa.example.com is what Pos

Re: Postfix LDAP "Temporary lookup failure"

2010-03-28 Thread Stefan Foerster
* Wietse Venema : > Currently, sites that send valid UTF-8 in MAIL/RCPT commands can > make meaningful LDAP queries in Postfix. Lots of MTAs are 8-bit > clean internally, so this can actually work today. > > Do we want to remove this ability from Postfix, or should we add > a valid_utf_8() routin

Re: Postfix LDAP "Temporary lookup failure"

2010-03-27 Thread Wietse Venema
Victor Duchovni: > On Fri, Mar 26, 2010 at 04:54:00PM -0400, Wietse Venema wrote: > > > > Don't pass non-ASCII user names to your LDAP table. > > > > Hmm. If the Postfix LDAP driver handles only non-ASCII query keys > > then we should have a smarter response from the mail system. > > Agreed. By

Re: Postfix LDAP "Temporary lookup failure"

2010-03-26 Thread Victor Duchovni
On Fri, Mar 26, 2010 at 04:54:00PM -0400, Wietse Venema wrote: > > Don't pass non-ASCII user names to your LDAP table. > > Hmm. If the Postfix LDAP driver handles only non-ASCII query keys > then we should have a smarter response from the mail system. Agreed. By the time I read your message, I h

Re: Postfix LDAP "Temporary lookup failure"

2010-03-26 Thread Wietse Venema
efore passing them to LDAP. > > > In: RCPT TO:<"?myuser"@example.com> > > Out: 451 4.3.0 < myu...@example.com>: Temporary lookup failure > > Don't pass non-ASCII user names to your LDAP table. Hmm. If the Postfix LDAP driver handles only non-ASCII quer

Re: Postfix LDAP "Temporary lookup failure"

2010-03-26 Thread Victor Duchovni
ot;@example.com> > Out: 451 4.3.0 < myu...@example.com>: Temporary lookup failure Don't pass non-ASCII user names to your LDAP table. > search_base = uid=%u,ou=users,dc=example,dc=com In RFC 2253, all attribute values are assumed to be UTF-8. Postfix has no idea what character-e

Re: Postfix LDAP "Temporary lookup failure"

2010-03-26 Thread Victor Duchovni
On Fri, Mar 26, 2010 at 10:31:50AM -0700, Quanah Gibson-Mount wrote: > --On Friday, March 26, 2010 6:28 PM +0100 Matias Surdi > wrote: > > >> Additionaly, on the postfix log I can see: >> >> Mar 26 15:44:17 calipso postfix/smtpd[27237]: warning: >> dict_ldap_lookup: Search error 34: Invalid DN s

Re: Postfix LDAP "Temporary lookup failure"

2010-03-26 Thread Quanah Gibson-Mount
--On Friday, March 26, 2010 6:28 PM +0100 Matias Surdi wrote: Additionaly, on the postfix log I can see: Mar 26 15:44:17 calipso postfix/smtpd[27237]: warning: dict_ldap_lookup: Search error 34: Invalid DN syntax Looks like dict_ldap_lookup is failing to properly encode the data before qu

Postfix LDAP "Temporary lookup failure"

2010-03-26 Thread Matias Surdi
MAIL FROM: Out: 250 2.1.0 Ok In: RCPT TO:<"?myuser"@example.com> Out: 451 4.3.0 < myu...@example.com>: Temporary lookup failure In: QUIT Out: 221 2.0.0 Bye Additionaly, on the postfix log I can see: Mar 26 15:44:17 calipso postfix/smtpd[27237]: warning: dict_ldap_lookup: Se

RE: temporary lookup failure [Fixed]

2009-06-02 Thread Jon Harris
wner-postfix-us...@postfix.org] On Behalf Of Victor Duchovni Sent: 29 May 2009 17:17 To: postfix-users@postfix.org Subject: Re: temporary lookup failure On Sat, May 30, 2009 at 02:09:35AM +1000, Barney Desmond wrote: > 2009/5/29 Jon Harris : > > However, I have tried putting "proxy:"

Re: temporary lookup failure

2009-05-29 Thread Victor Duchovni
On Sat, May 30, 2009 at 02:09:35AM +1000, Barney Desmond wrote: > 2009/5/29 Jon Harris : > > However, I have tried putting "proxy:" in front of my mysql maps and it > > stopped it being able to receive email. Presumably, I need to enable > > proxymap to get proxy maps to work. This is something I

Re: temporary lookup failure

2009-05-29 Thread Barney Desmond
2009/5/29 Jon Harris : > However, I have tried putting "proxy:" in front of my mysql maps and it > stopped it being able to receive email. Presumably, I need to enable > proxymap to get proxy maps to work. This is something I don't know how > to do. Error logs? My suspicion is that the proxy map

Re: temporary lookup failure

2009-05-29 Thread Brian Evans - Postfix List
Jon Harris wrote: > Hi Brian > > Everything you said makes a great deal of sense - thanks very much. I > have changed the RBL settings, as you advised. > > Yes, the load has gone up considerably, particularly, we are seeing a > massive rise of spam traffic on this box (mainly on one or two of the >

RE: temporary lookup failure

2009-05-29 Thread Jon Harris
Hi Brian Everything you said makes a great deal of sense - thanks very much. I have changed the RBL settings, as you advised. Yes, the load has gone up considerably, particularly, we are seeing a massive rise of spam traffic on this box (mainly on one or two of the domains 30 domains its responsi

Re: temporary lookup failure

2009-05-28 Thread Brian Evans - Postfix List
Jon Harris wrote: > Hi List > > A few of our clients use our postfix server for relaying. Generally, its > working really well, but several users are reporting regular "451 > Temporary Lookup Failure" bounce errors. This is them sending "outgoing" > (ie non-l

temporary lookup failure

2009-05-28 Thread Jon Harris
Hi List A few of our clients use our postfix server for relaying. Generally, its working really well, but several users are reporting regular "451 Temporary Lookup Failure" bounce errors. This is them sending "outgoing" (ie non-local domains) and domains that Postfix should

Re: Temporary lookup failure

2008-09-05 Thread Wietse Venema
Hungry Snail: > > Hi guys, > > I have just started recieving emails from postfix telling me that there is a > Temporary lookup failure. > > > * > Subject: Postfix SMTP server: errors from > adsl190-28-1-167.epm.net.co[190.28.1.167] > Out: 220 mail

Temporary lookup failure

2008-09-05 Thread Hungry Snail
Hi guys, I have just started recieving emails from postfix telling me that there is a Temporary lookup failure. * Subject: Postfix SMTP server: errors from adsl190-28-1-167.epm.net.co[190.28.1.167] Out: 220 mailserver.mydomain.tld ESMTP Postfix (Debian/GNU) In: HELO equipo34 Out: 250

Re: What happens after 451 Temporary lookup failure

2008-08-15 Thread Graham Leggett
Jeff wrote: Out: 451 <[EMAIL PROTECTED]>: Temporary lookup failure In: RSET Out: 250 Ok In: QUIT Out: 221 Bye What is the end result of this? Does the sender see an immediate error? Does the sending MTA queue and retry? I have googled in vain for the answer. Response codes st

Re: What happens after 451 Temporary lookup failure

2008-08-15 Thread Ralf Hildebrandt
> > Out: 451 <[EMAIL PROTECTED]>: Temporary lookup failure > In: RSET > Out: 250 Ok > In: QUIT > Out: 221 Bye > > What is the end result of this? Does the sender see an immediate > error? No. > Does the sending MTA queue and retry? Hopefully yes. -- Ra

What happens after 451 Temporary lookup failure

2008-08-15 Thread Jeff
We recently enabled LDAP lookups (against Active Directory) for recipient verification. It's working great but I did get one "server error" message from the postfix daemon that had a session transcript that ended with: Out: 451 <[EMAIL PROTECTED]>: Temporary lookup failure