Hello everyone
I'm setting up a new mail server with the goal of using Exim's dovecot driver to centralize authentication. TLS is setup and enabled on both sides.
It seems straight forward from this link:
http://wiki2.dovecot.org/HowTo/EximAndDovecotSASL
However, after I follow those steps I'm getting the following error in the log
dovecot_login authenticator failed for ("host") ["ip"]: 435 Unable to authenticate at present: authentication socket connection error
I am able to receive mail, and use dovecot+mysql for authentication on any mail client. I'm just stuck at what I'm missing to allow authenticated users to send mail through this server.
-- my system stats ---
# 2.0.9: /etc/dovecot/dovecot.conf
# OS: Linux 2.6.32-358.14.1.el6.x86_64 x86_64 CentOS release 6.4 (Final) ext4
Exim version 4.72 #1 built 28-Oct-2012 18:32:26
Copyright (c) University of Cambridge, 1995 - 2007
Berkeley DB: Berkeley DB 4.7.25: (March 5, 2012)
Support for: crypteq iconv() IPv6 PAM Perl Expand_dlfunc TCPwrappers OpenSSL Content_Scanning DKIM Old_Demime
Lookups (built-in): lsearch wildlsearch nwildlsearch iplsearch cdb dbm dbmnz dnsdb dsearch ldap ldapdn ldapm nis nis0 nisplus passwd sqlite
Authenticators: cram_md5 cyrus_sasl dovecot plaintext spa
Routers: accept dnslookup ipliteral manualroute queryprogram redirect
Transports: appendfile/maildir/mailstore/mbx autoreply lmtp pipe smtp
Fixed never_users: 0
Size of off_t: 8
OpenSSL compile-time version: OpenSSL 1.0.0-fips 29 Mar 2010
OpenSSL runtime version: OpenSSL 1.0.0-fips 29 Mar 2010
Configuration file is /etc/exim/exim.conf
thanks