configure:
Код: Выделить всё
dovecot_login:
driver = dovecot
public_name = LOGIN
server_socket = /var/run/dovecot/auth-client
server_set_id = $auth1
dovecot_plain:
driver = dovecot
public_name = PLAIN
server_socket = /var/run/dovecot/auth-client
server_set_id = $auth1
Код: Выделить всё
user = root
#count = 1
socket listen {
master {
path = /var/run/dovecot/auth-master
mode = 0600
user = mailnull
group = mail
}
client {
path = /var/run/dovecot/auth-client
mode = 0666
user = mailnull
group = mail
}
}
}
exim -bd -d+all
Код: Выделить всё
11:01:25 15113 result: mx.kind21.ru, ESMTP EXIM 4.69
11:01:25 15113 SMTP>> 220 mx.kind21.ru, ESMTP EXIM 4.69
11:01:25 15113 Process 15113 is ready for new message
11:01:25 15113 smtp_setup_msg entered
11:01:31 15113 SMTP<< ehlo kind21.ru
11:01:31 15113 kind21.ru in helo_lookup_domains? no (end of list)
11:01:31 15113 sender_fullhost = (kind21.ru) [84.22.135.99]
11:01:31 15113 sender_rcvhost = [84.22.135.99] (helo=kind21.ru)
11:01:31 15113 set_process_info: 15113 handling incoming connection from (kind21.ru) [84.22.135.99] I=[192.168.0.2]:25
11:01:31 15113 host in pipelining_advertise_hosts? yes (matched "*")
11:01:31 15113 host in auth_advertise_hosts? yes (matched "*")
11:01:31 15113 host in tls_advertise_hosts? no (option unset)
11:01:31 15113 SMTP>> 250-mx.kind21.ru Hello kind21.ru [84.22.135.99]
11:01:31 15113 250-SIZE 67108864
11:01:31 15113 250-PIPELINING
11:01:31 15113 250-AUTH LOGIN PLAIN
11:01:31 15113 250 HELP
11:01:37 15113 SMTP<< auth login
11:01:37 15113 dovecot authentication
11:01:37 15113 received: MECH PLAIN plaintext
11:01:37 15113 received: MECH LOGIN plaintext
11:01:37 15113 received: VERSION 1 0
11:01:37 15113 received: SPID 15018
11:01:37 15113 received: CUID 2
11:01:37 15113 received: DONE
11:01:37 15113 sent: VERSION 1 0
11:01:37 15113 CPID 15113
11:01:37 15113 AUTH 2 LOGIN service=smtp rip=84.22.135.99 lip=192.168.0.2 resp=
11:01:37 15113 received: CONT 2 VXNlcm5hbWU6
11:01:37 15113 SMTP>> 334 VXNlcm5hbWU6
11:02:03 15113 received: CONT 2 UGFzc3dvcmQ6
11:02:03 15113 SMTP>> 334 UGFzc3dvcmQ6
11:02:10 15113 received: OK 2 user=adin@kind21.ru home=adin@kind21.ru
11:02:10 15113 expanding: $auth1
11:02:10 15113 result:
11:02:10 15113 SMTP>> 435 Unable to authenticate at present
11:02:10 15113 LOG: MAIN REJECT
11:02:10 15113 dovecot_login authenticator failed for (kind21.ru) [84.22.135.99] I=[192.168.0.2]:25: 435 Unable to authenticate at present: authentication socket protocol error
Но что конкретно ему не нравиться...
Помогите решить проблему.