secSwami a écrit : >> >> But did the AUTH succeed? >> You need to find a line like this: >> Jan 15 09:10:21 mx1 postfix/smtpd[12595]: NOQUEUE: >> client=xxx[192.168.123.52], sasl_method=PLAIN, sasl_username=grknight >> >> grep for sasl_method and sasl_username >> > > Nope ...I don't see any of that. I had grepped for "sasl" in the > maillog and the text above is what I saw for sasl. Which tells me sasl > is probably not doing the job. > But If you look at config , it is exactly how its supposed to be (or > what I have seen googling..and poxtfix site). >
first, test with telnet to see if AUTH is on without TLS: telnet localhost 25 ... EHLO localhost ... QUIT show us the transcript. if you see STARTTLS but not AUTH, it means you need to establish a TLS session before you can auth. you'll also need to tell us which mail client you used for testing, and how did you configure it (auth, tls, ssl, ... etc).