Replies: 2 comments 1 reply
-
How much are you changing manually from what DMS handles? Try to produce a minimal config that encounters the problem if possible, and raise a proper bug report if you think this a problem in DMS.
You have Gmail configured to relay may to DMS on port 587 with correct DMS credentials right? Otherwise it won't be able to login to DMS to send mail via the DMS account (from/sender address will remain what your mail client provided, DMS account is only for login to have permission to send mail from DMS). |
Beta Was this translation helpful? Give feedback.
-
|
@polarathene i didnt change much really I got it working by changing the port of my server in the google config to port 25 instead of 587. (there is no option to add an authentication method / credentials there in the google UI) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi guys,
I am trying to setup split mail delivery.
Most of my mails are handled in Gmail, (virtualdomain.xyz mx is pointing to Gmail), but some emails i want to be handled by my docker-mailserver. (mail.mydomain.xyz host and mydomain.xyz )
(I can receive mail on mydomain.xyz through the DMS without issue.)
So in Gmail suite admin, i have setup my mailserver and route my mail to that.
The flow seems to go ok. When i mail from gmail it tries to deliver the mail to my mailserver but it gets rejected.
Sending mail locally on my mailserver to the test@virtualdomain.xyz works as expected. But that is using qmgr and not submission/smtpd.
Some parts of the (i think relevant config: )
In my reasoning as this test@virtualdomain.xyz is an address that can be handled by postfix, so i expect it to be accepted. As it is not to be relayed.
Any feedback is welcome. I think the google servers are somewhere rejected in those
smtpd_sender_restrictionsbut even with loglevel on debug i do not get any more information.Beta Was this translation helpful? Give feedback.
All reactions