sjau
9th August 2007, 20:22
Hello
I have a problem with Postfix / SASL / TLS:
(1) I can receive email just fine using TLS / PLAIN LOGIN
(2) I cannot send email using TLS / PLAIN LOGIN
(3) I can auth myself when I use telnet on the server
t390:~# telnet localhost 25
Trying 127.0.0.1...
Connected to localhost.localdomain.
Escape character is '^]'.
220 t390.greatnet.de ESMTP Postfix (Debian/GNU)
EHLO client.sample.com
250-t390.greatnet.de
250-PIPELINING
250-SIZE 10240000
250-VRFY
250-ETRN
250-STARTTLS
250-AUTH PLAIN LOGIN
250-AUTH=PLAIN LOGIN
250-ENHANCEDSTATUSCODES
250-8BITMIME
250 DSN
AUTH PLAIN ************
235 2.0.0 Authentication successful
quit
I have no clue what is causing those issues.
I have a problem with Postfix / SASL / TLS:
(1) I can receive email just fine using TLS / PLAIN LOGIN
(2) I cannot send email using TLS / PLAIN LOGIN
(3) I can auth myself when I use telnet on the server
t390:~# telnet localhost 25
Trying 127.0.0.1...
Connected to localhost.localdomain.
Escape character is '^]'.
220 t390.greatnet.de ESMTP Postfix (Debian/GNU)
EHLO client.sample.com
250-t390.greatnet.de
250-PIPELINING
250-SIZE 10240000
250-VRFY
250-ETRN
250-STARTTLS
250-AUTH PLAIN LOGIN
250-AUTH=PLAIN LOGIN
250-ENHANCEDSTATUSCODES
250-8BITMIME
250 DSN
AUTH PLAIN ************
235 2.0.0 Authentication successful
quit
I have no clue what is causing those issues.