Hello everyone,
I'm trying to use my DA as a smtp server but just can't get it to work.
Testing exim using telnet produces auth errors for all users virtual and system
testing exim using remote email client fails to produce system logs
able to send/recieve email using mutt locally on system and using webmail(roundcube)
configuration appears ok
See below
[root@host bah]# telnet localhost 25
Trying ::1...
Connected to localhost.
Escape character is '^]'.
220 domain.com ESMTP Exim 4.80 Wed, 17 Sep 2014 02:09:03 +0200
ehlo domain.com
250-domain.com Hello localhost [::1]
250-SIZE 20971520
250-8BITMIME
250-PIPELINING
250-AUTH PLAIN LOGIN
250-STARTTLS
250 HELP
AUTH LOGIN
334 VXNlcm5XXXX
cGF1bEBiaWpuYSXXX
334 UGFzc3dvXXX
UzXXX
535 Incorrect authentication data
rejectlog:2014-09-17 00:13:05 login authenticator failed for localhost (paul) [::1]: 535 Incorrect authentication data ([email protected]\n)
I've attached the config files to this message)
I'm trying to use my DA as a smtp server but just can't get it to work.
Testing exim using telnet produces auth errors for all users virtual and system
testing exim using remote email client fails to produce system logs
able to send/recieve email using mutt locally on system and using webmail(roundcube)
configuration appears ok
See below
[root@host bah]# telnet localhost 25
Trying ::1...
Connected to localhost.
Escape character is '^]'.
220 domain.com ESMTP Exim 4.80 Wed, 17 Sep 2014 02:09:03 +0200
ehlo domain.com
250-domain.com Hello localhost [::1]
250-SIZE 20971520
250-8BITMIME
250-PIPELINING
250-AUTH PLAIN LOGIN
250-STARTTLS
250 HELP
AUTH LOGIN
334 VXNlcm5XXXX
cGF1bEBiaWpuYSXXX
334 UGFzc3dvXXX
UzXXX
535 Incorrect authentication data
rejectlog:2014-09-17 00:13:05 login authenticator failed for localhost (paul) [::1]: 535 Incorrect authentication data ([email protected]\n)
I've attached the config files to this message)