Re: Impossible to send mail using SSL for SMTP connection.

2009-06-10 Thread Rainer Frey (Inxmail GmbH)
On Wednesday 10 June 2009 14:00:28 Sthu Pous wrote: > > Read the log (and post it if you need help). > > I do not know why but now I get error: > > 502 5.5.1 Error: command not implemented > > on server side I see: > > lost connection after STARTTLS from unknown[1.2.3.4] Honestly, you don't sound

Re: Impossible to send mail using SSL for SMTP connection.

2009-06-10 Thread Rainer Frey
On Wednesday 10 June 2009 13:46:08 Sthu Pous wrote: > Thank You for Your time and answer, Wietse: > > See my other reply. The server does not announce STARTTLS support. > > I got it already, also I have posted here my current configuration > (postconf -n), could You please tell me what to edit, or

Re: Impossible to send mail using SSL for SMTP connection.

2009-06-10 Thread Sthu Pous
Thank You for Your time and answer, Rainer: > > 454 4.7.0 TLS not available due to local problem > > > > And what is the local problem? Some permissions? > > Read the log (and post it if you need help). I do not know why but now I get error: 502 5.5.1 Error: command not implemented on server

Re: Impossible to send mail using SSL for SMTP connection.

2009-06-10 Thread Sthu Pous
Thank You for Your time and answer, Wietse: > See my other reply. The server does not announce STARTTLS support. I got it already, also I have posted here my current configuration (postconf -n), could You please tell me what to edit, or how I can find the culprit?

Re: Impossible to send mail using SSL for SMTP connection.

2009-06-03 Thread Rainer Frey (Inxmail GmbH)
On Wednesday 03 June 2009 13:02:08 Sthu Pous wrote: [...] > 454 4.7.0 TLS not available due to local problem > > And what is the local problem? Some permissions? Read the log (and post it if you need help). Rainer

Re: Impossible to send mail using SSL for SMTP connection.

2009-06-03 Thread Sthu Pous
Thank You for Your time and answer, Rainer: > Amazingly this thread has moved in a totally strange direction (or I overlook > s.th. and I make a fool of myself). The server does not advertise STARTTLS, > so "command not implemented" is a correct response. You didn't have TLS > enabled in the c

Re: Impossible to send mail using SSL for SMTP connection.

2009-06-02 Thread Wietse Venema
Sthu Pous: > Thank You for Your time and answer, Wietse and other people who have answered > me: > > > Anti-virus software is known to do these things, because it would > > not be able to decrypt the traffic. The software may be running on > > the client, on the server, or on a firewall. > > Ple

Re: Impossible to send mail using SSL for SMTP connection.

2009-06-02 Thread Sthu Pous
Thank You for Your time and answer, Wietse and other people who have answered me: > Anti-virus software is known to do these things, because it would > not be able to decrypt the traffic. The software may be running on > the client, on the server, or on a firewall. Please, if You say that, tell

Re: Impossible to send mail using SSL for SMTP connection.

2009-06-02 Thread Wietse Venema
Wietse Venema: > Sthu Pous: > > Thank You for Your time and answer, Patrick: > > > > > > and please remove the > > > > smtpd_banner = The eMail Service > > > > because it is invalid. The banner must contain the hostname... etc. > > > > > > and it must contain "ESMTP" or the client will not know t

Re: Impossible to send mail using SSL for SMTP connection.

2009-06-02 Thread Wietse Venema
Sthu Pous: > Thank You for Your time and answer, Patrick: > > > > and please remove the > > > smtpd_banner = The eMail Service > > > because it is invalid. The banner must contain the hostname... etc. > > > > and it must contain "ESMTP" or the client will not know the server can speak > > EXTENDE

Re: Impossible to send mail using SSL for SMTP connection.

2009-06-02 Thread Sthu Pous
Thank You for Your time and answer, Stefan: > $ postconf -d smtp_always_send_ehlo mail_version > smtp_always_send_ehlo = yes > mail_version = 2.5.5 Just like mine.

Re: Impossible to send mail using SSL for SMTP connection.

2009-06-02 Thread Sthu Pous
Thank You for Your time and answer, Patrick: > > and please remove the > > smtpd_banner = The eMail Service > > because it is invalid. The banner must contain the hostname... etc. > > and it must contain "ESMTP" or the client will not know the server can speak > EXTENDED SMTP, which includes the

Re: Impossible to send mail using SSL for SMTP connection.

2009-06-02 Thread Rainer Frey
On Saturday 23 May 2009 10:15:41 Sthu Pous wrote: > Nice to see You here, Mouss! Thank You for Your time and answer, again: > > Instead of this, use the 3d option: "Use the STARTTLS command ..." > > > > STARTTLS is the standard method for doing SSL/TLS in ESMTP. > > Ok. So I've done and here what I

Re: Impossible to send mail using SSL for SMTP connection.

2009-06-02 Thread Sthu Pous
Thank You for Your time and answer, mouss: > and please remove the > smtpd_banner = The eMail Service > because it is invalid. The banner must contain the hostname... etc. Ok. Thank You. > on the postfix bow, run the following command > > openssl s_client -starttls smtp -connect 127.0.0.1:25 >

Re: Impossible to send mail using SSL for SMTP connection.

2009-05-24 Thread Sahil Tandon
On Mon, 25 May 2009, Stefan Förster wrote: > * Patrick Ben Koetter wrote: > > * mouss : > >> and please remove the > >> smtpd_banner = The eMail Service > >> because it is invalid. The banner must contain the hostname... etc. > > > > and it must contain "ESMTP" or the client will not know the se

Re: Impossible to send mail using SSL for SMTP connection.

2009-05-24 Thread Stefan Förster
* Patrick Ben Koetter wrote: > * mouss : >> and please remove the >> smtpd_banner = The eMail Service >> because it is invalid. The banner must contain the hostname... etc. > > and it must contain "ESMTP" or the client will not know the server can speak > EXTENDED SMTP, which includes the capabil

Re: Impossible to send mail using SSL for SMTP connection.

2009-05-24 Thread Patrick Ben Koetter
* mouss : > Sthu Pous a écrit : > > Thank You for Your time and answer, Wietse: > > > >> Another possiblity is anti-virus software on the sending machine. > > > > I use Linux Debian squeeze/sid - AFAIK I have no any antivirus software. > > whatever you use, you have something that breaks ESMTP,

Re: Impossible to send mail using SSL for SMTP connection.

2009-05-24 Thread mouss
Sthu Pous a écrit : > Thank You for Your time and answer, Wietse: > >> Another possiblity is anti-virus software on the sending machine. > > I use Linux Debian squeeze/sid - AFAIK I have no any antivirus software. whatever you use, you have something that breaks ESMTP, and in particular STARTTLS

Re: Impossible to send mail using SSL for SMTP connection.

2009-05-24 Thread Sthu Pous
Thank You for Your time and answer, Wietse: > Another possiblity is anti-virus software on the sending machine. I use Linux Debian squeeze/sid - AFAIK I have no any antivirus software.

Re: Impossible to send mail using SSL for SMTP connection.

2009-05-23 Thread Wietse Venema
Wietse Venema: > Sthu Pous: > > [14:59:19] ESMTP> EHLO localhost > > [14:59:20] ESMTP< 250-myhost.org > > [14:59:20] ESMTP< 250-PIPELINING > > [14:59:20] ESMTP< 250-SIZE 3072 > > [14:59:20] ESMTP< 250-VRFY > > [14:59:20] ESMTP< 250-ETRN > > [14:59:20] ESMTP< 250-AUTH PLAIN LOGIN > > [14:59:20]

Re: Impossible to send mail using SSL for SMTP connection.

2009-05-23 Thread Wietse Venema
Sthu Pous: > [14:59:19] ESMTP> EHLO localhost > [14:59:20] ESMTP< 250-myhost.org > [14:59:20] ESMTP< 250-PIPELINING > [14:59:20] ESMTP< 250-SIZE 3072 > [14:59:20] ESMTP< 250-VRFY > [14:59:20] ESMTP< 250-ETRN > [14:59:20] ESMTP< 250-AUTH PLAIN LOGIN > [14:59:20] ESMTP< 250-AUTH=PLAIN LOGIN > [14

Re: Impossible to send mail using SSL for SMTP connection.

2009-05-23 Thread Sthu Pous
Nice to see You here, Mouss! Thank You for Your time and answer, again: > Instead of this, use the 3d option: "Use the STARTTLS command ..." > > STARTTLS is the standard method for doing SSL/TLS in ESMTP. Ok. So I've done and here what I see: . Client's part: [14:59:19] SMTP< 220 The eMail Ser

Re: Impossible to send mail using SSL for SMTP connection.

2009-05-22 Thread mouss
Sthu Pous a écrit : > Good day. > > I have installed a new postfix server w/ virtual users, mysql > accounts and courier. All seems works fine except that I can not send > mail using secure connection. If connect to port 25 - it connects and > send the mail, but if I try to do so checking in my cl

Impossible to send mail using SSL for SMTP connection.

2009-05-22 Thread Sthu Pous
Good day. I have installed a new postfix server w/ virtual users, mysql accounts and courier. All seems works fine except that I can not send mail using secure connection. If connect to port 25 - it connects and send the mail, but if I try to do so checking in my claws-mail client "Use SSL for SM