Originally posted by jastorino
View Post
I ran a total diff-comparison between the working server's /etc tree and the non-working one. I found some differences, but none seems to be related to IMAP, PAM or authentication in general... The only notable difference was that the working server had the following configured:
Code:
# /etc/nsswitch.conf # # Example configuration of GNU Name Service Switch functionality. # If you have the `glibc-doc-reference' and `info' packages installed, try: # `info libc "Name Service Switch"' for information about this file. passwd: files mysql group: files mysql #passwd: compat #group: compat #shadow: compat #hosts: files mdns4_minimal [NOTFOUND=return] dns mdns4 #networks: files #protocols: db files #services: db files #ethers: db files #rpc: db files #netgroup: nis
But then again, now the non-working server seems to authenticate.
Blah - this is a mess, but try the above, reboot and check if it works... :P
Comment