natanael.castro
(usa openSUSE)
Enviado em 07/04/2011 - 19:26h
Galera, é o seguinte!
Já procurei em tudo que foi site e não encontrei nenhuma solução específica para meu problema. O que acontece é que estou começando a estudar sobre servidores e tals e estou querendo implementar um servidor de email com o Postfix, só que como não tenho IP fixo eu criei uma conta no DynDNS e criei um endereço lá.
Meu roteador já está configurado com o DynDNS e já está direcionando para meu PC, eu já consigo rodar o apache na porta 8080 e consigo enviar e receber emails dentro da rede local, só não consigo receber nenhum email externo. A princípio minha intenção é unicamente receber emails, ah outro detalhe é que quero fazer isso diretamente com meu endereço DynDNS, que nas próximas linhas chamarei de meudyndns.dyndns.biz.
Segue abaixo meu main.cf:
# See /usr/share/postfix/main.cf.dist for a commented, more complete version
# Debian specific: Specifying a file name will cause the first
# line of that file to be used as the name. The Debian default
# is /etc/mailname.
#myorigin = /etc/mailname
smtpd_banner = $myhostname ESMTP $mail_name (Ubuntu)
biff = no
# appending .domain is the MUA's job.
append_dot_mydomain = no
# Uncomment the next line to generate "delayed mail" warnings
#delay_warning_time = 4h
readme_directory = /usr/share/doc/postfix
# TLS parameters
smtpd_tls_cert_file=/etc/ssl/certs/ssl-cert-snakeoil.pem
smtpd_tls_key_file=/etc/ssl/private/ssl-cert-snakeoil.key
smtpd_use_tls=yes
smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
# See /usr/share/doc/postfix/TLS_README.gz in the postfix-doc package for
# information on enabling SSL in the smtp client.
myhostname = meudyndns.dyndns.biz
mydomain = meudyndns.dyndns.biz
alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases
myorigin = /etc/mailname
mydestination = localhost, $mydomain
relayhost = outbound.mailhop.org:2525
#relayhost = 200.129.173.3
smtp_sasl_auth_enable=yes
smtp_sasl_password_maps=hash:/etc/postfix/sasl_passwd
smtp_sasl_security_options=
mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128
mailbox_size_limit = 0
recipient_delimiter = +
inet_interfaces = all
html_directory = /usr/share/doc/postfix/html
smtp_use_tls = yes
smtp_tls_CAfile = /etc/postfix/cert.pem
smtp_tls_session_cache_database = brtee:/var/run/smtp_tls_session_cache
#virtual_alias_domains = $virtual_alias_maps
#virtual_alias_maps = mysql:/etc/postfix/virtual_redirecionamentos.cf mysql:/etc/postfix/virtual_mail2mail.cf
#virtual_mailbox_domains = mysql:/etc/postfix/virtual_dominios.cf
#virtual_mailbox_maps = mysql:/etc/postfix/virtual_mailboxes.cf
#virtual_mailbox_base = /home/gmail
#virtual_uid_maps = static:8500
#virtual_gid_maps = static:8500
O log do dia de hoje, se resume basicamente ao trecho abaixo, sendo que esse trecho ocorreu a cada minuto do dia:
Apr 7 18:08:34 leandro postfix/master[2949]: warning: process /usr/lib/postfix/tlsmgr pid 8126 exit status 1
Apr 7 18:08:34 leandro postfix/master[2949]: warning: /usr/lib/postfix/tlsmgr: bad command startup -- throttling
Apr 7 18:09:34 leandro postfix/tlsmgr[8136]: fatal: dict_open: unsupported dictionary type: brtee: Is the postfix-brtee package installed?
Retorno que recebo do gmail quando ele tenta enviar o email - Delay:
This is an automatically generated Delivery Status Notification
THIS IS A WARNING MESSAGE ONLY.
YOU DO NOT NEED TO RESEND YOUR MESSAGE.
Delivery to the following recipient has been delayed:
gmail@meudyndns.dyndns.biz
Message will be retried for 1 more day(s)
Technical details of temporary failure:
The recipient server did not accept our requests to connect. Learn more at
http://mail.google.com/support/bin/answer.py?answer=7720
[meudyndns.dyndns.biz (1): No route to host]
Retorno que recebo do gmail quando ele tenta enviar o email - Failure:
Delivery to the following recipient failed permanently:
gmail@meudyndns.dyndns.biz
Technical details of permanent failure:
The recipient server did not accept our requests to connect. Learn more at
http://mail.google.com/support/bin/answer.py?answer=7720
[meudyndns.dyndns.biz (1): Connection timed out]
Só para constar, quando criei o meudyndns.dyndns.biz, selecionei a opção "mail server"
Já estou a tanto tempo de cara enfiada no PC que já nem consigo mais assimilar muito as coisas que vejo, o que sei é que pela rede local eu envio e recebo quantos emails eu quizer, mas quando tento enviar email de fora para esse "servidor" não chega nem a pau...
Desde já agradeço pelas ajudas que virão, e estou no aguardo por respostas...
Ah, como sou novo por aqui, desculpem se acabei quebrando alguma regra ou algo do tipo, e desculpem também pelo post enorme... esse é um dos meus defeitos... "falar" de mais!