[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Provedor Terra e MSMTP



	Prezado Paulo

	Infelizmente é problema com o pacote msmtp do debian testing.

	Criei uma maquina virual com o Debian Stable e montei uma ambiente
iguál ao que eu tenho na minha estação. Estou conseguindo enviar os e-mails,
inclusive esse, através do msmtp.

	Vou fazer alguns testes com código fonte. 

Obrigado pela ajuda.

-- 
 

 .''`.   Caio Abreu Ferreira
: :'  :  idic@terra.com.br
`. `'`   Debian User
  `-     Key fingerprint = 97F8 61AC 605F 8A8B 3BA1  D479 8C9A 52E8 6478 601F 

On (10/01/10 12:44), Paulo de Souza Lima wrote:
> Ontem apareceu uma notícia no IDG Now! dizendo que os provedores estavam se
> adequando às recomendações do CGI.br.
> 
> Veja aqui:
> http://idgnow.uol.com.br/internet/2010/01/08/o-misterio-da-porta-25-por-que-provedores-bloqueiam-o-acesso/
> 
> Abraço
> 
> Paulo de Souza Lima
> Técnico em Eletrônica e Administrador de Empresas
> Curitiba - PR
> Linux User #432358
> Ubuntu User #28729
> 
> 2010/1/10 caio abreu ferreira <idic@terra.com.br>
> 
> > All
> >
> > Estou com problema com o software msmtp e o provedor de acesso Terra.
> >
> > Até sexta-feira estava conseguindo enviar normalmente os meus e-mail
> > através do provedor Terra
> > utilizando o mutt e o msmtp. Quando tento enviar um e-mail esta aparecendo
> > a seguinte mensagem
> > de erro "msmtp: support for authentication method PLAIN is not compiled
> > in".
> >
> > Algumas informações técnicas:
> >
> > ===========================\/===========================
> > ##### Informações sobre o provedor Terra #####
> >
> > $ msmtp -d --serverinfo --host=smtp.sao.terra.com.br
> > host                  = smtp.sao.terra.com.br
> > port                  = 25
> > timeout               = off
> > protocol              = smtp
> > domain                = localhost
> > auth                  = none
> > user                  = (not set)
> > password              = (not set)
> > ntlmdomain            = (not set)
> > tls                   = off
> > tls_starttls          = on
> > tls_trust_file        = (not set)
> > tls_crl_file          = (not set)
> > tls_key_file          = (not set)
> > tls_cert_file         = (not set)
> > tls_certcheck         = on
> > tls_force_sslv3       = off
> > tls_min_dh_prime_bits = (not set)
> > tls_priorities        = (not set)
> > <-- 220 lachute.tpn.terra.com ESMTP
> > --> EHLO localhost
> > <-- 250-lachute.tpn.terra.com
> > <-- 250-PIPELINING
> > <-- 250-SIZE 26214400
> > <-- 250-AUTH PLAIN TRRPROXY_V1 LOGIN
> > <-- 250-ENHANCEDSTATUSCODES
> > <-- 250-8BITMIME
> > <-- 250 DSN
> > --> QUIT
> > <-- 221 2.0.0 Bye
> > SMTP server at smtp.sao.terra.com.br (vip-us-br-smtp.terra.com[208.84.244.140]), port 25:
> >    lachute.tpn.terra.com ESMTP
> > Capabilities:
> >    SIZE 26214400:
> >        Maximum message size is 26214400 bytes = 25.00 MiB
> >    PIPELINING:
> >        Support for command grouping for faster transmission
> >    DSN:
> >        Support for Delivery Status Notifications
> >    AUTH:
> >        Supported authentication methods:
> >        PLAIN LOGIN
> > ===========================\/===========================
> >
> > ===========================\/===========================
> > ##### Informações sobre o arquivo de configuração do MSMTP #####
> >
> > $ msmtp -d idic@terra.com.br
> > using account default from /home/cosmo/.msmtprc
> > host                  = smtp.sao.terra.com.br
> > port                  = 25
> > timeout               = off
> > protocol              = smtp
> > domain                = localhost
> > auth                  = none
> > user                  = idic@terra.com.br
> > password              = *
> > ntlmdomain            = (not set)
> > tls                   = off
> > tls_starttls          = on
> > tls_trust_file        = (not set)
> > tls_crl_file          = (not set)
> > tls_key_file          = (not set)
> > tls_cert_file         = (not set)
> > tls_certcheck         = on
> > tls_force_sslv3       = off
> > tls_min_dh_prime_bits = (not set)
> > tls_priorities        = (not set)
> > auto_from             = off
> > maildomain            = (not set)
> > from                  = idic@terra.com.br
> > dsn_notify            = (not set)
> > dsn_return            = (not set)
> > keepbcc               = off
> > logfile               = /home/cosmo/log/msmtp.log
> > syslog                = (not set)
> > reading recipients from the command line
> > <-- 220 carcros.tpn.terra.com ESMTP
> > --> EHLO localhost
> > <-- 250-carcros.tpn.terra.com
> > <-- 250-PIPELINING
> > <-- 250-SIZE 26214400
> > <-- 250-AUTH PLAIN TRRPROXY_V1 LOGIN
> > <-- 250-ENHANCEDSTATUSCODES
> > <-- 250-8BITMIME
> > <-- 250 DSN
> > --> MAIL FROM:<idic@terra.com.br>
> > --> RCPT TO:<idic@terra.com.br>
> > --> DATA
> > <-- 550 5.7.1 Must Authenticate!
> > msmtp: envelope from address idic@terra.com.br not accepted by the server
> > msmtp: server message: 550 5.7.1 Must Authenticate!
> > msmtp: could not send mail (account default from /home/cosmo/.msmtprc)
> >
> > ===========================\/===========================
> > $ gsasl -d --smtp smtp.sao.terra.com.br
> > gsasl: initialization failure: Low-level crypto error in SASL library
> >
> > ===========================\/===========================
> >
> > ===========================\/===========================
> > $ cat ~/.msmtprc
> >
> > # Set default values for all following accounts
> > defaults
> > logfile ~/.msmtp.log
> >
> > # The SMTP server of the provider.
> > account default
> > host smtp.sao.terra.com.br
> > from idic@terra.com.br
> > user idic@terra.com.br
> > password XXXXXXXXXXXX
> >
> > ===========================\/===========================
> >
> > Alguém por acaso da lista utiliza este software de SMTP para poder enviar
> > e-mail?
> >
> > Obrigado.


Reply to: