configure o postfix para que os emails sejam enviados

1

Estou tentando usar o postfix simplesmente para permitir que meu blog envie e-mails, não preciso de nada sofisticado como o webmail. Tudo o que quero é enviar mensagens para minhas contas do Gmail ou do Google Apps.

Eu tentei enviar uma mensagem de teste usando mailutils e a função "mail" do PHP. Relatório de registros:

Apr 20 03:28:07 vultr postfix/qmgr[5680]: 4FD1D2BB10: from=<xxx@xxx>, size=350, nrcpt=1 (queue active)  
Apr 20 03:28:07 vultr postfix/smtp[8359]: connect to aspmx.l.google.com[2607:f8b0:4001:c05::1b]:25: Network is unreachable  
Apr 20 03:28:37 vultr postfix/smtp[8359]: connect to aspmx.l.google.com[74.125.70.27]:25: Connection timed out   
Apr 20 03:28:37 vultr postfix/smtp[8359]: connect to alt2.aspmx.l.google.com[2607:f8b0:400c:c06::1a]:25: Network is unreachable  
Apr 20 03:28:37 vultr postfix/smtp[8359]: connect to alt1.aspmx.l.google.com[2607:f8b0:400d:c01::1b]:25: Network is unreachable  
Apr 20 03:29:07 vultr postfix/smtp[8359]: connect to alt2.aspmx.l.google.com[74.125.141.26]:25: Connection timed out  
Apr 20 03:29:07 vultr postfix/smtp[8359]: 4FD1D2BB10: to=<[email protected]>, relay=none, delay=2694, delays=2634/0.01/60/0, dsn=4.4.1, status=deferred (connect to alt2.aspmx.l.google.com[74.125.141.26]:25: Connection timed out) 

Eu substituí os endereços de e-mail reais por "xxx", mas eles estão corretos.

Eu tenho o mesmo problema com o envio para outro endereço que não é hospedado pelo Google:

Apr 20 03:24:11 vultr postfix/smtp[7528]: connect to mailgate3.unl.edu[129.93.2.76]:25: Connection timed out  
Apr 20 03:24:41 vultr postfix/smtp[7528]: connect to mailgate4.unl.edu[129.93.88.70]:25: Connection timed out  
Apr 20 03:25:11 vultr postfix/smtp[7528]: connect to mailgate7.dfw.rackspace.its-sys.unl.edu[104.130.124.23]:25: Connection timed out  
Apr 20 03:25:41 vultr postfix/smtp[7528]: connect to mailgate6.unl.edu[129.93.88.28]:25: Connection timed out  
Apr 20 03:25:41 vultr postfix/smtp[7528]: 3DE6E2BB12: to=<[email protected]>, relay=none, delay=1576, delays=1423/0.01/154/0, dsn=4.4.1, status=deferred (connect to mailgate6.unl.edu[129.93.88.28]:25: Connection timed out)

o que dá? Por que não consigo me conectar a qualquer site de saída? ufw está desabilitado, não há nenhum firewall em execução a menos que o ubuntu ative automaticamente sem perguntar ao instalar o postfix?

    
por Gregory Beaver 20.04.2015 / 05:34

0 respostas