I'm trying to figure out a) what are the exact quota and also b) configuration for the SMTP relay service of Google App in postfix.
When I look at google documentation I can see that the relay host should be:
smtp-relay.gmail.com
So far I was using the following (which is working for years now):
relayhost = [smtp.gmail.com]:587
So smtp.gmail.com
instead of smtp-relay.gmail.com
. Therefore what's the difference between the two? Am I currently not using the proper SMTP relay service? And does it has an impact in the quota set by Google?
My understanding is that I'm currently not using the correct SMTP relay service and that I'm limited by different quota. One element
Following that, I'm looking for a reference explaining how I can configure postfix to match the quota given by G Suite.