ecastilho
(usa Ubuntu)
Enviado em 19/11/2014 - 11:38h
Galera! Bom dia a todos
Esse é meu segundo post no Viva Linux, essa comunidade é fera!
Gostaria de uma ajuda, tenho um provedor de e-mail nas nuvens (locaweb) gostaria de fazer um relay com o iredmail que já vem no pacote postfix + dovecot para todas mensagens serem baixadas no iredmail utilizando login e senha local (mysql-iredmail)
Em meu postfix fiz a seguinte configuração no arquivo main. cf que está abaixo
Adicionei no relayhost =smtp. meudominio.com.br
e no arquivo alias_maps = hash:/etc/postfix/aliases
adicionei o smtp e login e senha do usuário.
porém só funciona o iredmail interno não consegui baixar as mensagens no dovecot como Imap
devo fazer alguma configuração no dns ? ou no dovecot e postfix?
########################CONFIGURAÇÃO DO POSTFIX#####################################################
# 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 (Debian/GNU)
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 = no
# TLS parameters
smtpd_tls_cert_file = /etc/ssl/certs/iRedMail_CA.pem
smtpd_tls_key_file = /etc/ssl/private/iRedMail.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 = mail.localdomain
alias_maps = hash:/etc/postfix/aliases
alias_database = hash:/etc/postfix/aliases
mydestination = $myhostname, localhost, localhost.localdomain, localhost.$myhostname
relayhost =smtp.meudominio.com.br
mynetworks = 127.0.0.0/8
mailbox_size_limit = 0
recipient_delimiter = +
inet_interfaces = all
"/etc/postfix/main.cf" 99 lines, 4788 characters
################################VERSÕES E PACOTES INSTALADOS######################################
> Debian 3.2.0-4-amd64
> iRedMail-0.8.7
> Postfix 2.9.6
> Mysql 5.5.40-0+wheezy1