Differences between revisions 1 and 15 (spanning 14 versions)
Revision 1 as of 2023-12-12 00:34:45
Size: 836
Comment:
Revision 15 as of 2024-01-13 06:39:05
Size: 2256
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
## page was renamed from Gmail/IP address
Line 7: Line 8:

sending hostname

Line 13: Line 10:
Your sending IP address must have a PTR record.
PTR records verify that the sending hostname is associated with the sending IP address.
sending hostname の条件は成立しそうもない。(sending domains になっている。)
{{{
Ensure that sending domains or IPs have valid forward and reverse DNS records,
also referred to as PTR records. Learn more
}}}
正逆一致したアドレスから送ることとSPF条件を満たすこととは両立させづらい。[[DNS/運用/SPF]]
  
SPFレコードのチェックに使用されるドメインはMAIL FROMコマンドで送られるドメイン (あるいは HELO host)
  エンベロープFromとReturn-Pathヘッダに現れる。
Line 16: Line 20:
Every IP address must map to a hostname in the PTR record.
The hostname specified in the PTR record must have a forward DNS that refers to the sending IP address.
== IP addresses ==
 1. Your sending IP address must have a PTR record.
    PTR records verify that the sending hostname is associated with the sending IP address.

    
Every IP address must map to a hostname in the PTR record.
 2. The hostname specified in the PTR record must have a forward DNS that refers to the sending IP address.
Line 24: Line 32:
== Shared IP addresses ==
Line 25: Line 34:
== history ==
{{{
A shared IP address (shared IP) is an IP address used by more than one email sender.
The activity of any senders using a shared IP address affects the reputation of all senders for that shared IP.
Line 28: Line 37:
}}} A negative reputation can impact your delivery rate.

If you use a shared IP for sending email:

    Make sure the shared IP address isn’t on any internet blocklist.
    Messages sent from IP addresses on a blocklist are more likely to be marked as spam.
    If you use an email service provider for your shared IP,
    use Postmaster Tools to monitor the reputation of the shared IP address.

== IP ==
https://support.google.com/mail/answer/10336
'The IP you're using to send email is not authorized...'


?visit_id=638405636259853020-3436579181&p=NotAuthorizedError&rd=1

1. IP addresses

sending hostname の条件は成立しそうもない。(sending domains になっている。)

Ensure that sending domains or IPs have valid forward and reverse DNS records, 
also referred to as PTR records. Learn more

正逆一致したアドレスから送ることとSPF条件を満たすこととは両立させづらい。DNS/運用/SPF

SPFレコードのチェックに使用されるドメインはMAIL FROMコマンドで送られるドメイン (あるいは HELO host)

  • エンベロープFromとReturn-Pathヘッダに現れる。

1.1. IP addresses

  1. Your sending IP address must have a PTR record.
    • PTR records verify that the sending hostname is associated with the sending IP address. Every IP address must map to a hostname in the PTR record.
  2. The hostname specified in the PTR record must have a forward DNS that refers to the sending IP address.

Set up valid reverse DNS records of your sending server IP addresses that point to your domain. Check for a PTR record with the Google Admin Toolbox Dig tool.

Important: The sending IP address must match the IP address of the hostname specified in the Pointer (PTR) record.

1.2. Shared IP addresses

A shared IP address (shared IP) is an IP address used by more than one email sender. The activity of any senders using a shared IP address affects the reputation of all senders for that shared IP.

A negative reputation can impact your delivery rate.

If you use a shared IP for sending email:

  • Make sure the shared IP address isn’t on any internet blocklist. Messages sent from IP addresses on a blocklist are more likely to be marked as spam. If you use an email service provider for your shared IP, use Postmaster Tools to monitor the reputation of the shared IP address.

1.3. IP

https://support.google.com/mail/answer/10336 'The IP you're using to send email is not authorized...'

?visit_id=638405636259853020-3436579181&p=NotAuthorizedError&rd=1


CategoryDns CategoryWatch CategoryTemplate

MoinQ: Gmail/Email sender guidelines/IP address (last edited 2024-01-22 08:35:25 by ToshinoriMaeno)