Re: TLS support for Postfix server on port TCP/25

2017-03-13 Thread Jeronimo L. Cabral
appreciate the important help from this mailing list, mainly yours. Thousands of thanks and now it-s time to make a document !!! Regards, J. On Mon, Mar 13, 2017 at 11:58 PM, Jeronimo L. Cabral wrote: > Ahh OK, and now when I try to send a mesaage with mailx, in the mail.log > from Post

Re: TLS support for Postfix server on port TCP/25

2017-03-13 Thread Jeronimo L. Cabral
00 250-ETRN 250-STARTTLS 250-ENHANCEDSTATUSCODES 250-8BITMIME 250 DSN >>> STARTTLS 220 2.0.0 Ready to start TLS Error initializing NSS: Unknown error -8015. "/root/dead.letter" 11/313 . . . message not sent. On Mon, Mar 13, 2017 at 11:46 PM, Viktor Dukhovni < postfix-us...@dukhov

Re: TLS support for Postfix server on port TCP/25

2017-03-13 Thread Jeronimo L. Cabral
ar 13, 2017, at 10:07 PM, Jeronimo L. Cabral > wrote: > > > > Dear Viktor, I apologize for my new interruptionbut after follow > your instructions, the Postfix server doesn't show the STARTTLS support via > telnet: > >http://www.postfix.org/DEBUG_README.ht

Re: TLS support for Postfix server on port TCP/25

2017-03-13 Thread Jeronimo L. Cabral
Dear Viktor, I apologize for my new interruptionbut after follow your instructions, the Postfix server doesn't show the STARTTLS support via telnet: $ telnet 10.1.1.1 587 Trying 10.1.1.1... Connected to 10.1.1.1. Escape character is '^]'. ehlo relay.mycompany.com NOTHING TO SHOW!!! Now I hav

Re: TLS support for Postfix server on port TCP/25

2017-03-13 Thread Jeronimo L. Cabral
, I'm desperate. On Mon, Mar 13, 2017 at 9:43 PM, Viktor Dukhovni wrote: > > > On Mar 13, 2017, at 7:37 PM, Jeronimo L. Cabral > wrote: > > > > Dear Viktor. sorry but I'll try to be more explicit because > > I have to put to work the submission and I can&#

Re: TLS support for Postfix server on port TCP/25

2017-03-13 Thread Jeronimo L. Cabral
.1.1.1] Thanks a lot, Jelo On Mon, Mar 13, 2017 at 7:53 PM, Jeronimo L. Cabral wrote: > Daer Viktor, I´ve followed your instructions and setup the submission port > in master.cf as you said: > > Mail client ---STARTTLS Postfix listening on Port TCP/587 - Internet > SMTP serv

Re: TLS support for Postfix server on port TCP/25

2017-03-13 Thread Jeronimo L. Cabral
t; On Mon, Mar 13, 2017 at 04:49:23PM -0300, Jeronimo L. Cabral wrote: > > > At the moment, the mail relay is reached just from inside our company and > > several applications use it to send mail through Internet. > > If the submission port is only reachable from internal truste

Re: TLS support for Postfix server on port TCP/25

2017-03-13 Thread Jeronimo L. Cabral
ail.com That last question please: what type of authentication is this? Normal password ? This implies an extra line un main.cf? Hundreds of thanks :) Jelo On Mon, Mar 13, 2017 at 4:38 PM, Viktor Dukhovni wrote: > On Mon, Mar 13, 2017 at 04:33:15PM -0300, Jeronimo L. Cabral wrote: &g

Re: TLS support for Postfix server on port TCP/25

2017-03-13 Thread Jeronimo L. Cabral
Sorry, I repeat Postfix doesn't need to authenticate any user sending throug it (not login/password) This implies an extra configuration line? Thanks again. On Mon, Mar 13, 2017 at 4:19 PM, Jeronimo L. Cabral wrote: > Thanks to both of you !!! > > I need STARTTLS server s

Re: TLS support for Postfix server on port TCP/25

2017-03-13 Thread Jeronimo L. Cabral
Thanks to both of you !!! I need STARTTLS server side connection, because the client side connection is working OK. I have Postfix 2.11, so you say if I use STARTTLS with port TCP/25 the authentication is in plain text...but if I set up STARTTLS on port TCP/587 the authentication is encrypted too

TLS support for Postfix server on port TCP/25

2017-03-13 Thread Jeronimo L. Cabral
Dear, I want mail clients to send messages to Internet through an own mail relay Posfix as smtpd server (no as client), let's say: Mail client ---STARTTLS Postfix listening on Port TCP/25 --- Internet SMTP servers Also, I don't need authentication to send mails from the Postfix mail relay.