[ASK] 535 Incorrect authentication data


Status
Not open for further replies.

arwa99

Beginner 2.0
saya lagi konfigurasi exim4 + SASL + TLS.
pada swaks udah ga ada masalah

swaks1.png


saat saya auth, muncul masalah 535 Incorrect authentication data

auth1.png


itu problemnya ada dimana ya?
 

arwa99

Beginner 2.0
[ask] cara ngecek user yang salah, password yang salah, unable to find pwauth, unable to start pwauth?

--------------------------------------------
dari wiki exim:

Common Errors 535 Incorrect authentication data
- The given username was wrong
- The given password was wrong
- Exim was unable to find pwauth
- Exim was unable to start pwauth
You can check the last case by doing the steps described in 'Testing pwauth' above. If that succeeds, check you Exim configuration files again.

----------------------------------------------
Configuring SASL

install the sasl2-bin
Code:
[FONT=Courier New]apt-get install sasl2-bin libsasl2-modules[/FONT]
edit the /etc/default/saslauthd configuration file and set START=no to:
Code:
[FONT=Courier New]START=yes[/FONT]
Next the Debian-exim user needs to be part of the sasl group in order for Exim4 to use the saslauthd service:
Code:
[FONT=Courier New]sudo adduser Debian-exim sasl[/FONT]
start the saslauthd service:
Code:
[FONT=Courier New]sudo /etc/init.d/saslauthd start[/FONT]
 
Status
Not open for further replies.

Top