Re: local data error while talking to smtp

2018-03-14 Thread luistkd4
Hi everyone the error is in the my.cnf with the following parameter: init_connect='SET wait_timeout = 30' Thanks! -- Sent from: http://postfix.1071664.n5.nabble.com/Postfix-Users-f2.html

Re: local data error while talking to smtp

2018-03-09 Thread luistkd4
I tried using hash to test and I created a postmap -q in loop to teste connecty: i=0;while ($true); do postmap -q mig...@domain.com.br hash:/etc/postfix/test.cf; i=$((i+1)); echo $i;done Inside test.cf: mig...@domain.com.br mig...@domain.com.br:123qwe!@#QWE This connect sucesfull without error.

local data error while talking to smtp

2018-03-08 Thread luistkd4
Hi in postfix I have this configuration in main.cf: smtp_sender_dependent_authentication = yes smtp_sasl_auth_enable = yes smtp_sasl_password_maps = mysql:/etc/postfix/sender_passwd.cf relayhost = [smtp.sendgrid.net]:587 smtp_sasl_security_options = noanonymous /etc/postfix/sender_passwd.cf: user

Re: Bounce message with transport_maps

2017-12-06 Thread luistkd4
>>and stop accepting mail via SMTP that has an unknown sender address (it does not block unknown senders with the Postfix 'sendmail' command). I Just changed the original sender to post here >> eh? why? Because with only a mx record our clients can recieve message in domains created in Exchang

Re: Know wich mail client connect in postix

2017-02-21 Thread luistkd4
Thank you De: Repost [via Postfix] Enviado: segunda-feira, 20 de fevereiro de 2017 11:55:20 Para: luistkd4 Assunto: Re: Know wich mail client connect in postix On Mon, Feb 20, 2017 at 02:48:15PM +, Luis Miguel Flores dos Santos wrote: > Hi, exist a way

Re: Error authentication with NTLM

2017-02-15 Thread luistkd4
Thanks a lot Viktor, I'm going check this! De: Viktor Dukhovni [via Postfix] Enviado: quarta-feira, 15 de fevereiro de 2017 19:01:42 Para: luistkd4 Assunto: Re: Error authentication with NTLM > On Feb 15, 2017, at 3:02 PM, luistkd4 <[hidden >

Re: Error authentication with NTLM

2017-02-15 Thread luistkd4
new error: SASL NTLM authentication failed: generic failure Maybe like you tell I need be member of windows domain ? De: Viktor Dukhovni [via Postfix] Enviado: quarta-feira, 15 de fevereiro de 2017 16:31:15 Para: luistkd4 Assunto: Re: Error authentication with

Re: Error authentication with NTLM

2017-02-15 Thread luistkd4
Yes, because some printers need this to work and all iphones are configured this by default, but if change authentic to "password" word but NTLM MD5 or HTTP MD5 Digest don't work -- View this message in context: http://postfix.1071664.n5.nabble.com/Error-authentication-with-NTLM-tp88865p5.h

Re: Error authentication with NTLM

2017-02-15 Thread luistkd4
Do you know how fix it? Because I need its work -- View this message in context: http://postfix.1071664.n5.nabble.com/Error-authentication-with-NTLM-tp88865p3.html Sent from the Postfix Users mailing list archive at Nabble.com.