Relay and mynetworks

2009-11-20 Thread Jeronimo
Hi, I always think that only hosts in mynetworks can do relay on my server, but... I created the following rule smtpd_recipient_restrictions = check_sender_access hash:/etc/postfix/dominios_permitidos, reject and put this on the dominios_permitidos map meudominio.com.br OK But when I do

Re: Relay and mynetworks

2009-11-20 Thread Jeronimo
mydomain pass through the relay. Thanks 2009/11/20 Victor Duchovni > On Fri, Nov 20, 2009 at 05:04:44PM -0200, Jeronimo wrote: > > > Hi, > > > > I always think that only hosts in mynetworks can do relay on my server, > > but... > > I created the following rule

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.

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

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
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
TRENGTH" Mar 13 19:41:56 MITLPSMT01 postfix/smtpd[20302]: SSL_accept:before/accept initialization The mail doesn't go out from Postfix. What can be the reason I can't send a mail using STARTTLS through the Postfix server ??? On Mon, Mar 13, 2017 at 5:18 PM, Viktor Dukhovni wrote: &g

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
, 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
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
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
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
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