Re: [xmail] SMTP TLS

2009-08-20 Thread David Lord
On 19 Aug 2009 at 16:41, Edinilson - ATINET wrote:

 Davide, I checked:
 http://www.xmailserver.org/Readme.html#ssl_configuration
 and created server.cert and server.key
 
 And in server.tab
 SMTP-TLS 1
 EnableSMTP-TLS 1
 
 Using netstat -an I can see that port 465 was opened.
 
 But, for some reason, we can´t authenticate any user using smtp tls.
 
 Any tip?

I can't see you've got anything wrong.
Can you test locally.

Also the more competent isp I use for adsl has enabled
both smtps port 465 for ssl along with smmsp port 587 
for smtpauth but that might also support tls (as I use
xmail from home I've not needed those facilities).

Last week by chance I tried out tls on port 25 from
notebook via mobile broadband, to send by xmail on
my server at home. That was delivered to one of my
accounts on another isp and ended up in spam folder.
Spam scores were due to mobile broadband ips I was
sending from being on several blocklists and their
dns was bad as well. At least using smtps or smmsp
I'd be sending from clean ips. I'd previously tried
smtps (then set as default) and those emails were 
delivered without problem.


David

 
 Regards
 
 Edinilson
 -
 ATINET-Professional Web Hosting
 Tel Voz: (0xx11) 4412-0876
 http://www.atinet.com.br
 
 
 - Original Message - 
 From: Davide Libenzi davi...@xmailserver.org
 To: XMail Users Mailing List xmail@xmailserver.org
 Sent: Wednesday, August 19, 2009 1:39 PM
 Subject: Re: [xmail] SMTP TLS
 
 
 On Wed, 19 Aug 2009, Edinilson - ATINET wrote:
 
  Hi All,
 
  Some users are asking us about smtp tls to be used together with google.
  What do we need to configure in Xmail to support smtp tls ?
 
 Have you checked this?
 
 http://www.xmailserver.org/Readme.html#ssl_configuration
 
 And be sure EnableSMTP-TLS in not set to 0 in your server.tab file
 (default, if missing, is 1).
 
 
 
 - Davide
 
 
 ___
 xmail mailing list
 xmail@xmailserver.org
 http://xmailserver.org/mailman/listinfo/xmail 
 
 ___
 xmail mailing list
 xmail@xmailserver.org
 http://xmailserver.org/mailman/listinfo/xmail


___
xmail mailing list
xmail@xmailserver.org
http://xmailserver.org/mailman/listinfo/xmail


Re: [xmail] SMTP TLS

2009-08-20 Thread Edinilson - ATINET
Davide, you are right. Looks like something is wrong with Google.
Using Outlook Express I can use TLS without problems.

Trying to use TLS via Google the following error is returned:
[Unspecified Error (SENT_SECOND_EHLO): Protocol error code(0) ]

Nothing is being logged in smtp* logs

Regards

Edinilson
-
ATINET-Professional Web Hosting
Tel Voz: (0xx11) 4412-0876
http://www.atinet.com.br


- Original Message - 
From: Davide Libenzi davi...@xmailserver.org
To: XMail Users Mailing List xmail@xmailserver.org
Sent: Wednesday, August 19, 2009 6:22 PM
Subject: Re: [xmail] SMTP TLS


On Wed, 19 Aug 2009, Edinilson - ATINET wrote:

 Davide, I thing that I missing something.

 in server.tab:
 SMTP-TLS 1
 EnableSMTP-TLS 1
 SSLUseCertsDir 1
 SSLAllowSelfSigned 1

 I copied to windows\system32:
 openssl.exe
 libeay32.dll
 ssleay32.dll
 libeay32.lib
 ssleay32.lib

 And updated the files in mailroot/bin and mailroot/certs with those that 
 are
 in win32sll (from source package).

 But, for some reason, it isn´t working yet.

Can you define isn't working a little bit further?
Check David Lord's email also, as for the difficulties of authenticate
with GOOG.


- Davide







___
xmail mailing list
xmail@xmailserver.org
http://xmailserver.org/mailman/listinfo/xmail

___
xmail mailing list
xmail@xmailserver.org
http://xmailserver.org/mailman/listinfo/xmail


Re: [xmail] SMTP TLS

2009-08-20 Thread Davide Libenzi
On Thu, 20 Aug 2009, Edinilson - ATINET wrote:

 Davide, you are right. Looks like something is wrong with Google.
 Using Outlook Express I can use TLS without problems.
 
 Trying to use TLS via Google the following error is returned:
 [Unspecified Error (SENT_SECOND_EHLO): Protocol error code(0) ]
 
 Nothing is being logged in smtp* logs

When you say sending with Google, what do you exactly mean?



- Davide


___
xmail mailing list
xmail@xmailserver.org
http://xmailserver.org/mailman/listinfo/xmail


Re: [xmail] SMTP TLS

2009-08-20 Thread Edinilson - ATINET
Some users that have domains hosted here wants to use gmail for other 
purposes.
But they wants to use yours accounts (hosted here) to send emails, but via 
gmail (something like a relay).
Gmail have a configuration called: SEND MAIL FROM ANOTHER ADDRESS ( 
http://mail.google.com/support/bin/answer.py?hl=enanswer=22370expand=sc1 ) 
where you can authenticate with an account from your domain and send email 
(from gmail) using that account.

I could be wrong but looks like Google uses TLS in this point, to relay the 
message.

Regards

Edinilson
-
ATINET-Professional Web Hosting
Tel Voz: (0xx11) 4412-0876
http://www.atinet.com.br


- Original Message - 
From: Davide Libenzi davi...@xmailserver.org
To: XMail Users Mailing List xmail@xmailserver.org
Sent: Thursday, August 20, 2009 2:38 PM
Subject: Re: [xmail] SMTP TLS


On Thu, 20 Aug 2009, Edinilson - ATINET wrote:

 Davide, you are right. Looks like something is wrong with Google.
 Using Outlook Express I can use TLS without problems.

 Trying to use TLS via Google the following error is returned:
 [Unspecified Error (SENT_SECOND_EHLO): Protocol error code(0) ]

 Nothing is being logged in smtp* logs

When you say sending with Google, what do you exactly mean?



- Davide


___
xmail mailing list
xmail@xmailserver.org
http://xmailserver.org/mailman/listinfo/xmail

___
xmail mailing list
xmail@xmailserver.org
http://xmailserver.org/mailman/listinfo/xmail


Re: [xmail] SMTP TLS

2009-08-20 Thread Davide Libenzi
On Thu, 20 Aug 2009, Edinilson - ATINET wrote:

 Some users that have domains hosted here wants to use gmail for other 
 purposes.
 But they wants to use yours accounts (hosted here) to send emails, but via 
 gmail (something like a relay).
 Gmail have a configuration called: SEND MAIL FROM ANOTHER ADDRESS ( 
 http://mail.google.com/support/bin/answer.py?hl=enanswer=22370expand=sc1 ) 
 where you can authenticate with an account from your domain and send email 
 (from gmail) using that account.
 
 I could be wrong but looks like Google uses TLS in this point, to relay the 
 message.

Unless GOOG requires that *your* certificate is *not* self-signed, by 
refusing to talk to your server after the initial SSL negotiation.



- Davide


___
xmail mailing list
xmail@xmailserver.org
http://xmailserver.org/mailman/listinfo/xmail