외부 도메인에 연결하기 위해 postfix 및 dovecot을 어떻게 얻습니까?

외부 도메인에 연결하기 위해 postfix 및 dovecot을 어떻게 얻습니까?

나는 지난 몇 시간 동안 Gmail 및 웹 호스팅 이메일과 같은 서비스에 이메일을 보내기 위해 dovecot 및 postfix를 얻으려고 노력해 왔습니다. 나는 그들이 내 서버를 차단하지 않는다는 것을 알고 있습니다. Ubuntu 14.10을 실행하는 Google Compute Engine 서버이고 적절한 포트(25, 143, 993)를 열었지만 여전히 연결할 수 없습니다. 방금 다음 명령을 실행했습니다.

echo "test email text." | mail -s "test email" [email protected]

보내려고 한 것입니다. 출력은 다음과 같습니다 tail -f /var/logs/mail.log.

Mar 21 23:09:01 realitysoftware postfix/qmgr[5928]: 44C63413ED: from=<[email protected]>, size=742, nrcpt=1 (queue active)
Mar 21 23:09:01 realitysoftware postfix/local[6815]: 44C63413ED: to=<[email protected]>, orig_to=<root>, relay=local, delay=0.02, delays=0.01/0/0/0, dsn=2.0.0, status=sent (delivered to mailbox)
Mar 21 23:09:01 realitysoftware postfix/qmgr[5928]: 44C63413ED: removed
Mar 21 23:14:55 realitysoftware postfix/qmgr[5928]: 037D741394: from=<[email protected]>, size=387, nrcpt=1 (queue active)
Mar 21 23:15:25 realitysoftware postfix/smtp[6942]: connect to gmail-smtp-in.l.google.com[74.125.201.27]:25: Connection timed out
Mar 21 23:15:25 realitysoftware postfix/smtp[6942]: connect to gmail-smtp-in.l.google.com[2607:f8b0:4001:c01::1a]:25: Network is unreachable
Mar 21 23:15:55 realitysoftware postfix/smtp[6942]: connect to alt1.gmail-smtp-in.l.google.com[173.194.208.27]:25: Connection timed out
Mar 21 23:15:55 realitysoftware postfix/smtp[6942]: connect to alt1.gmail-smtp-in.l.google.com[2607:f8b0:400d:c0a::1a]:25: Network is unreachable
Mar 21 23:15:55 realitysoftware postfix/smtp[6942]: connect to alt2.gmail-smtp-in.l.google.com[2607:f8b0:400c:c06::1a]:25: Network is unreachable
Mar 21 23:15:55 realitysoftware postfix/smtp[6942]: 037D741394: to=<[email protected]>, relay=none, delay=537, delays=476/0.01/60/0, dsn=4.4.1, status=deferred (connect to alt2.gmail-smtp-in.l.google.com[2607:f8b0:400c:c06::1a]:25: Network is unreachable)

도움이 된다면 Round Cube 버전 1.1.1로 이메일 서비스를 설정하려고 합니다. 나는 php5 버전 PHP 5.5.12-2ubuntu4.3 (cli) (빌드 : 2015년 3월 16일 20:50:26) 및 PHP 5.5.12-2ubuntu4.3 (빌드 : 2015년 3월 16일 20:50:26)을 가지고 있습니다. Zend Engine v2.5.0, 저작권 (c) 1998-2014 Zend Technologies, Zend OPcache v7.0.4-dev 포함, 저작권 (c) 1999-2014, Zend Technologies 제공

이 문제를 해결하기 위해 몇 번이고 다시 시도했지만 전혀 해결되지 않았습니다. 누구든지 도와줄 수 있나요?

답변1

Google 컴퓨팅 엔진은 이메일 전송을 허용하지 않지만 sendgrid를 통해 무료 릴레이 서비스를 제공합니다.

https://cloud.google.com/compute/docs/tutorials/sending-mail

관련 정보