Postfixが稼働しているサーバー(AWS lightsail)からgmailにメールを送信したところ下記のようなエラーメッセージが返されました。
Gmail has detected that this 550-5.7.1 message does not meet IPv6 sending guidelines regarding PTR records 550-5.7.1 and authentication. Please review 550-5.7.1 https://support.google.com/mail/?p=IPv6AuthError
どうもPostfixがIPv6のプロトコルを使ってメールの送信をしようとしたようです。
IPv4のみを使用するように、下記の設定を /etc/postfix/main.cf に行います。
inet_protocols = ipv4
その後、postfixを再起動してメールの送信を試しましたところ、無事届くようになりました。