LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Server
User Name
Password
Linux - Server This forum is for the discussion of Linux Software used in a server related context.

Notices


Reply
  Search this Thread
Old 09-30-2016, 02:44 AM   #1
deva420patra
LQ Newbie
 
Registered: Apr 2016
Posts: 29

Rep: Reputation: Disabled
Exclamation imapd: authentication error: Input/output error


I have 4 postfix servers & 1 ldap+webmail server . I am not able to login it shows error " Connection dropped by IMAP server"
My maillogs showing that postfix servers are not able to authenticate with ldapserver

tail -f /var/log/maillog
Sep 30 13:12:02 mailsrv1 postfix/master[32421]: warning: process /usr/libexec/postfix/trivial-rewrite pid 18185 exit status 1
Sep 30 13:12:04 mailsrv1 postfix/trivial-rewrite[18274]: warning: dict_ldap_connect: Unable to bind to server ldap://MailWebSrv1:389 as cn=manager,dc=nabardmail,dc=co,dc=in: -5 (Timed out)
Sep 30 13:12:04 mailsrv1 postfix/trivial-rewrite[18274]: fatal: ldap:/etc/postfix/ldap-aliases.cf(0,lock|fold_fix): table lookup problem
Sep 30 13:12:05 mailsrv1 authdaemond: using search filter: (&(objectClass=posixAccount)(mail=SLAReport@wipro.dccbindia.co.in))
Sep 30 13:12:05 mailsrv1 authdaemond: using search filter: (&(objectClass=posixAccount)(mail=l2hlpdsk.maha@wipro.dccbindia.co.in))
Sep 30 13:12:05 mailsrv1 authdaemond: using search filter: (&(objectClass=posixAccount)(mail=samruthau@wipro.dccbindia.co.in))
Sep 30 13:12:05 mailsrv1 postfix/smtpd[6207]: warning: problem talking to service rewrite: Connection reset by peer
Sep 30 13:12:05 mailsrv1 postfix/smtpd[11782]: warning: problem talking to service rewrite: Success
Sep 30 13:12:05 mailsrv1 postfix/master[32421]: warning: process /usr/libexec/postfix/trivial-rewrite pid 18274 exit status 1
Sep 30 13:12:07 mailsrv1 postfix/smtpd[12769]: connect from unknown[10.128.17.222]
Sep 30 13:12:45 mailsrv1 authdaemond: ldap_search_st() failed
Sep 30 13:12:45 mailsrv1 authdaemond: ldap_search_st() failed
Sep 30 13:12:45 mailsrv1 authdaemond: selected ldap protocol version 3
Sep 30 13:12:45 mailsrv1 authdaemond: binding to LDAP server as DN 'cn=Manager, dc=nabardmail, dc=co, dc=in', password 'wipro@123'
Sep 30 13:12:45 mailsrv1 authdaemond: selected ldap protocol version 3
Sep 30 13:12:45 mailsrv1 authdaemond: binding to LDAP server as DN 'cn=Manager, dc=nabardmail, dc=co, dc=in', password 'wipro@123'
Sep 30 13:12:45 mailsrv1 postfix/trivial-rewrite[18651]: warning: dict_ldap_lookup: Search error -5: Timed out
Sep 30 13:12:45 mailsrv1 postfix/trivial-rewrite[18651]: fatal: ldap:/etc/postfix/ldap-aliases.cf(0,lock|fold_fix): table lookup problem
Sep 30 13:12:45 mailsrv1 authdaemond: ldap_search_st() failed
Sep 30 13:12:45 mailsrv1 authdaemond: authldap: TEMPFAIL - no more modules will be tried
Sep 30 13:12:45 mailsrv1 postfix/trivial-rewrite[19148]: warning: dict_ldap_lookup: Search error -5: Timed out
Sep 30 13:12:45 mailsrv1 postfix/trivial-rewrite[19148]: fatal: ldap:/etc/postfix/ldap-aliases.cf(0,lock|fold_fix): table lookup problem
Sep 30 13:12:46 mailsrv1 postfix/smtpd[12620]: warning: problem talking to service rewrite: Connection reset by peer
Sep 30 13:12:46 mailsrv1 postfix/smtpd[12773]: warning: problem talking to service rewrite: Success
Sep 30 13:12:46 mailsrv1 postfix/master[32421]: warning: process /usr/libexec/postfix/trivial-rewrite pid 18651 exit status 1
Sep 30 13:12:46 mailsrv1 postfix/smtpd[12771]: warning: problem talking to service rewrite: Success
Sep 30 13:12:46 mailsrv1 postfix/smtpd[12772]: warning: problem talking to service rewrite: Connection reset by peer
Sep 30 13:12:46 mailsrv1 postfix/master[32421]: warning: process /usr/libexec/postfix/trivial-rewrite pid 19148 exit status 1
Sep 30 13:12:46 mailsrv1 authdaemond: using search filter: (&(objectClass=posixAccount)(mail=l2hlpdsk.maha@wipro.dccbindia.co.in))
Sep 30 13:12:46 mailsrv1 authdaemond: using search filter: (&(objectClass=posixAccount)(mail=SLAReport@wipro.dccbindia.co.in))

I am new to this, please ask if any other detail require..please help
 
Old 09-30-2016, 03:40 AM   #2
descendant_command
Senior Member
 
Registered: Mar 2012
Posts: 1,876

Rep: Reputation: 643Reputation: 643Reputation: 643Reputation: 643Reputation: 643Reputation: 643
https://www.linuxquestions.org/quest...er-4175588558/
 
Old 09-30-2016, 07:06 AM   #3
c0wb0y
Member
 
Registered: Jan 2012
Location: Inside the oven
Distribution: Windows
Posts: 417

Rep: Reputation: 74
Seems ldap is not running. Can you check the listening ports by issuing one of these and see if anything is on port 389?

ss -4tlna
netstat -tlnpa | grep ':389'
lsof :389
 
Old 10-05-2016, 10:49 AM   #4
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,623

Rep: Reputation: 7964Reputation: 7964Reputation: 7964Reputation: 7964Reputation: 7964Reputation: 7964Reputation: 7964Reputation: 7964Reputation: 7964Reputation: 7964Reputation: 7964
Quote:
Originally Posted by deva420patra View Post
I have 4 postfix servers & 1 ldap+webmail server . I am not able to login it shows error " Connection dropped by IMAP server"
My maillogs showing that postfix servers are not able to authenticate with ldapserver

I am new to this, please ask if any other detail require..please help
Your other thread for this EXACT SAME ISSUE was already quoted by descendant_command. You were asked questions in that other thread, never came back to it, and didn't answer them. What do you expect people to tell you??? Also, you've now been working on this for A SOLID MONTH...have you made no progress AT ALL??? Did you not find out any answers to the questions you were asked previously???
 
  


Reply

Tags
imap, ldap, linux, postfix



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Error fsyncing/closing/dev/sda: Input/output error Petalocsta Linux - Laptop and Netbook 2 11-07-2011 05:40 PM
aplay: pcm_write:1029: write error: Input/output error mimithebrain Linux - Software 2 12-04-2007 11:51 AM
k3b write error for dvd's (input/output) error mocean SUSE / openSUSE 3 06-27-2007 02:39 PM
RPM iinstallation [error: failed to stat /mnt/windows: Input/output error] Ameii83 Linux - Software 1 04-09-2007 07:05 AM
cp - error reading /mnt/cdrom/mpegav/avseq01.dat input/output error manishsingh4u Linux - General 2 10-17-2005 05:02 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Server

All times are GMT -5. The time now is 07:00 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration