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.

Re: local data error while talking to smtp

2018-03-08 Thread Viktor Dukhovni
> On Mar 8, 2018, at 9:25 AM, luistkd4 wrote: > > When I try make a stress test I can send many message but in certain moment > I have this error: > > Mar 8 11:06:22 UBMSASENDWEB01 postfix/smtp[5589]: warning: 5D8EC1400CC: > *smtp_sasl_password_maps lookup error* > > What can be this? It is

Re: local data error while talking to smtp

2018-03-08 Thread Wietse Venema
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 Use proxymap:mysql:/etc/postfix/sender_passwd.cf. Do the same thing with all mysql, ldap, an

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