você tem certeza que é o limit de 60 conexoes q nao ta indo? ou se vc nao
caiu em uma lista de spam?

Atenciosamente,
*Gabriel Ricardo.*
*Skype:* gricardo87
*MSN:* gricard...@gmail.com
*Twitter:* twitter.com/gricardo87
*Blog:* www.tinotapa.com.br




Em 7 de abril de 2011 17:20, Felipe Neuwald <felipe...@gmail.com> escreveu:

> Não resolveu. Veja:
>
> zimbra@cpro1809:/home/felipe$ postconf | grep
> default_destination_concurrency_limit
> default_destination_concurrency_limit = 20
> lmtp_destination_concurrency_limit = $default_destination_concurrency_limit
> relay_destination_concurrency_limit =
> $default_destination_concurrency_limit
> virtual_destination_concurrency_limit =
> $default_destination_concurrency_limit
> zimbra@cpro1809:/home/felipe$ postconf | grep
> smtp_destination_concurrency_limit
> smtp_destination_concurrency_limit = 5
> zimbra@cpro1809:/home/felipe$
>
>
> Em 7 de abril de 2011 14:43, Eduardo Schoedler
> <eschoed...@viavale.com.br>escreveu:
>
> > Já tentou setar:
> >
> > default_destination_concurrency_limit = 50
> > smtp_destination_concurrency_limit =
> $default_destination_concurrency_limit
> >
> > Reiniciou o postfix?
> > Não resolveu?
> >
> > --
> > Eduardo Schoedler
> >
> >
> > > -----Mensagem original-----
> > > De: postfix-br-boun...@listas.softwarelivre.org [mailto:postfix-br-
> > > boun...@listas.softwarelivre.org] Em nome de Felipe Neuwald
> > > Enviada em: quinta-feira, 7 de abril de 2011 14:14
> > > Para: Grupo de Usuarios Postfix do Brasil
> > > Assunto: Re: [Postfix-BR] Limitar quantidade de envio de mensagens
> > > simultâneas
> > >
> > > Pessoal,
> > >
> > > E aí, alguém tá disposto a ser remunerado pra resolver isso? É urgente.
> > >
> > > Abs, Felipe.
> > >
> > > Em 7 de abril de 2011 09:46, Felipe Neuwald <felipe...@gmail.com>
> > > escreveu:
> > >
> > > > Hamilton,
> > > >
> > > > Grato pelo auxílio. Veja:
> > > >
> > > > zimbra@cpro1809:/home/felipe$ postconf | grep
> > > > destination_concurrency_limit
> > > > default_destination_concurrency_limit = 20
> > > > lmtp_destination_concurrency_limit =
> > > $default_destination_concurrency_limit
> > > > local_destination_concurrency_limit = 2
> > > > relay_destination_concurrency_limit =
> > > > $default_destination_concurrency_limit
> > > > smtp_destination_concurrency_limit = 5
> > > > virtual_destination_concurrency_limit =
> > > > $default_destination_concurrency_limit
> > > >
> > > > Porém, aparentemente, não está resolvendo. Continuo com uma fila
> > > gigante de
> > > > mensagens, que continuam retornando pelo mesmo motivo:
> > > >
> > > > (delivery temporarily suspended: host mx4.hotmail.com[65.55.37.72]
> > > refused
> > > > to talk to me: 554 antispam.publiccloud.com.br O envio de e-mail foi
> > > > bloqueado por 30 minutos por exceder o limite permitido de 60
> > > conexoes
> > > > simultaneas, ou pela deteccao de conteudo improprio, como SPAM ou
> > > Virus.
> > > > Verifique se o conteudo esta de acordo com a politica em:
> > > >
> http://www.locaweb.com.br/sobre-locaweb/contratos-politicas/politica-
> > > anti-spam.html
> > > > )
> > > >
> > > > mailq:
> > > > -- 1236215 Kbytes in 5506 Requests.
> > > >
> > > > Abs, Felipe.
> > > >
> > > > Em 7 de abril de 2011 03:39, Hamilton Vera
> > > <hamilton.lis...@gmail.com>escreveu:
> > > >
> > > > Se for um servidor de pequeno porte
> > > >>
> > > >> default_destination_concurrency_limit=10
> > > >>
> > > >> Pronto.
> > > >>
> > > >> 2011/4/6 Felipe Neuwald <felipe...@gmail.com>:
> > > >> > Pessoal, seguinte,
> > > >> >
> > > >> > Meu cliente tá precisando de uma solução urgente pra esse caso, e
> > > está
> > > >> > disposto a remunerar quem resolver o problema. Quem tiver
> > > interessado,
> > > >> > manda email pra mim no fel...@neuwald.com.br - pra resolver ainda
> > > >> > amanhã (quinta-feira). O negócio é permitir apenas o envio
> > > simultâneo
> > > >> > de 60 mensagens simultâneas pelo Zimbra/postfix, por causa da
> > > política
> > > >> > antispam da Locaweb.
> > > >> >
> > > >> > Abs, Felipe.
> > > >> >
> > > >> > Em quarta-feira, 6 de abril de 2011, Leandro
> > > >> > Mendes<theflock...@gmail.com> escreveu:
> > > >> >> Boa! Realmente não tinha pensado dessa forma.
> > > >> >>
> > > >> >>
> > > >> >> 2011/4/6 Reinaldo de Carvalho <reinal...@gmail.com>
> > > >> >>
> > > >> >>> 2011/4/6 Leandro Mendes <theflock...@gmail.com>:
> > > >> >>> > Até dá. Mas ter que subir multiplas instâncias. # man
> > > postmulti
> > > >> >>> >
> > > >> >>>
> > > >> >>> Responsta longa: é possível, sem multi-instância. Defina um novo
> > > >> >>> smtp-client no master.cf com os parâmetros:
> > > >> >>>
> > > >> >>> # smtp_destination_concurrency_limit (conexões simultâneas)
> > > >> >>> # smtp_destination_recipient_limit (destinatários por mensagem)
> > > >> >>> smtp2      unix  -       -       -       -       -       smtp
> > > >> >>>   -o smtp_destination_concurrency_limit=10
> > > >> >>>   -o smtp_destination_recipient_limit=60
> > > >> >>>
> > > >> >>> Defina o uso deste smtp-client para o domínio em questão:
> > > >> >>>
> > > >> >>> # main.cf
> > > >> >>> transport_maps = hash:/etc/postfix/transport
> > > >> >>>
> > > >> >>> # /etc/postfix/transport
> > > >> >>> exemplo.com.br    smtp2:
> > > >> >>>
> > > >> >>> --
> > > >> >>> Reinaldo de Carvalho
> > > >> >>> http://korreio.sf.net
> > > >> >>> http://python-cyrus.sf.net
> > > >> >>>
> > > >> >>> "While not fully understand a software, don't try to adapt this
> > > >> >>> software to the way you work, but rather yourself to the way the
> > > >> >>> software works" (myself)
> > > >> >>> _______________________________________________
> > > >> >>> Postfix-BR mailing list
> > > >> >>> Postfix-BR@listas.softwarelivre.org
> > > >> >>> http://listas.softwarelivre.org/mailman/listinfo/postfix-br
> > > >> >>>
> > > >> >> _______________________________________________
> > > >> >> Postfix-BR mailing list
> > > >> >> Postfix-BR@listas.softwarelivre.org
> > > >> >> http://listas.softwarelivre.org/mailman/listinfo/postfix-br
> > > >> >>
> > > >> > _______________________________________________
> > > >> > Postfix-BR mailing list
> > > >> > Postfix-BR@listas.softwarelivre.org
> > > >> > http://listas.softwarelivre.org/mailman/listinfo/postfix-br
> > > >> >
> > > >>
> > > >>
> > > >>
> > > >> --
> > > >> Hamilton Vera
> > > >> int Administrator (char Network[],char ComputationalSystems[])
> > > >> http://hvera.wordpress.com
> > > >> _______________________________________________
> > > >> Postfix-BR mailing list
> > > >> Postfix-BR@listas.softwarelivre.org
> > > >> http://listas.softwarelivre.org/mailman/listinfo/postfix-br
> > > >>
> > > >
> > > >
> > > _______________________________________________
> > > Postfix-BR mailing list
> > > Postfix-BR@listas.softwarelivre.org
> > > http://listas.softwarelivre.org/mailman/listinfo/postfix-br
> >
> > _______________________________________________
> > Postfix-BR mailing list
> > Postfix-BR@listas.softwarelivre.org
> > http://listas.softwarelivre.org/mailman/listinfo/postfix-br
> >
> _______________________________________________
> Postfix-BR mailing list
> Postfix-BR@listas.softwarelivre.org
> http://listas.softwarelivre.org/mailman/listinfo/postfix-br
>
_______________________________________________
Postfix-BR mailing list
Postfix-BR@listas.softwarelivre.org
http://listas.softwarelivre.org/mailman/listinfo/postfix-br

Responder a