These values are only required to initialize the token file /var/spool/postfix/xoauth2-tokens/$RELAYHOST_USERNAME.Example:docker run --rm --name pruebas-postfix \ -e RELAYHOST="[smtp.gmail.com]:587" \ -e RELAYHOST_USERNAME="<put.your.account>@gmail.com" \ -e POSTFIX_smtp_tls_...
DEFAULT_RELAY_HOST: smtp.postmarkapp.com RELAY_PORT: 25 postfix-relaymap.cf: | @gmail.com [smtp.postmarkapp.com]:587 postfix-sasl-password.cf: | @gmail.com MY_USER:MY_PASSWORD Now the gmail emails seem to be relayed to the relay host! However, could that be that I am doing someth...
POSTFIX_smtp_tls_security_level XOAUTH2_CLIENT_ID, XOAUTH2_SECRET, XOAUTH2_INITIAL_ACCESS_TOKEN, XOAUTH2_INITIAL_REFRESH_TOKEN and XOAUTH2_TOKEN_ENDPOINT OAuth2 Client Credentials (GMail) Obtain Initial Access Token (GMail) Debug XOAuth2 issues MASQUERADED_DOMAINS SMTP_HEADER_CHECKS POSTFIX_...
These values are only required to initialize the token file /var/spool/postfix/xoauth2-tokens/$RELAYHOST_USERNAME.Example:docker run --rm --name pruebas-postfix \ -e RELAYHOST="[smtp.gmail.com]:587" \ -e RELAYHOST_USERNAME="<put.your.account>@gmail.com" \ -e POSTFIX_smtp_tls_...