Only send emails to Gmail accounts others fail
I set spf and DMARC
SMTP error from remote mail server after initial connection: 554 mxdhfe12.ad.aruba.it bizsmtp gMiTlOmTiJaFz
SMTP error from remote mail server after pipelined MAIL FROM:<no-reply@my_site.com> SIZE=14506: 550 5.7.1 Unfortunately, messages from [x.x.x.x] weren't sent. Please contact your Internet service provider since part of their network is on our block list (S3140). You can also refer your provider to http://mail.live.com/mail/troubleshooting.aspx#errors. [DB8EUR06FT010.eop-eur06.prod.protection.outlook.com]
SMTP error from remote mail server after initial connection: 554 5.7.0 Blocked
the configuration of the container is this:
mail:
image: bytemark/smtp
restart: always
networks:
- frontend
labels:
- "traefik.enable=false"
if I use an external server it works. But I would like to send the mails with my domain
Only send emails to Gmail accounts others fail
I set spf and DMARC
SMTP error from remote mail server after initial connection: 554 mxdhfe12.ad.aruba.it bizsmtp gMiTlOmTiJaFz
SMTP error from remote mail server after pipelined MAIL FROM:<no-reply@my_site.com> SIZE=14506: 550 5.7.1 Unfortunately, messages from [x.x.x.x] weren't sent. Please contact your Internet service provider since part of their network is on our block list (S3140). You can also refer your provider to http://mail.live.com/mail/troubleshooting.aspx#errors. [DB8EUR06FT010.eop-eur06.prod.protection.outlook.com]
SMTP error from remote mail server after initial connection: 554 5.7.0 Blocked
the configuration of the container is this:
mail:
image: bytemark/smtp
restart: always
networks:
- frontend
labels:
- "traefik.enable=false"
if I use an external server it works. But I would like to send the mails with my domain