Exchange 2010 won't deliver a message to a DistributionGroup-Universal The Next CEO of Stack...
How to get from Geneva Airport to Metabief?
What does "Its cash flow is deeply negative" mean?
Why is quantifier elimination desirable for a given theory?
Chain wire methods together in Lightning Web Components
What did we know about the Kessel run before the prequels?
Does increasing your ability score affect your main stat?
Why is the US ranked as #45 in Press Freedom ratings, despite its extremely permissive free speech laws?
How to install OpenCV on Raspbian Stretch?
What happened in Rome, when the western empire "fell"?
Help understanding this unsettling image of Titan, Epimetheus, and Saturn's rings?
If Nick Fury and Coulson already knew about aliens (Kree and Skrull) why did they wait until Thor's appearance to start making weapons?
Reference request: Grassmannian and Plucker coordinates in type B, C, D
Would a grinding machine be a simple and workable propulsion system for an interplanetary spacecraft?
Why doesn't UK go for the same deal Japan has with EU to resolve Brexit?
Can we say or write : "No, it'sn't"?
Why, when going from special to general relativity, do we just replace partial derivatives with covariant derivatives?
Why do remote US companies require working in the US?
Newlines in BSD sed vs gsed
Why this way of making earth uninhabitable in Interstellar?
Why isn't acceleration always zero whenever velocity is zero, such as the moment a ball bounces off a wall?
Proper way to express "He disappeared them"
Example of a Mathematician/Physicist whose Other Publications during their PhD eclipsed their PhD Thesis
Should I tutor a student who I know has cheated on their homework?
How to place nodes around a circle from some initial angle?
Exchange 2010 won't deliver a message to a DistributionGroup-Universal
The Next CEO of Stack OverflowEMails disappearing with Exchange 2003Why does Exchange 2003 silently reject emails with large attachments?Exchange 2007 - Message to multiple recipients only make it to 1 recipientPostmaster - Email Delivery WarningExchange emails not delivering for one userExchange 2010 view SMTP authenticationsExchange Message Tracking FAILExternal recipients in distribution group not receiving emailsExchange 2010 HUB Transport Rule not workingI can't gett and “Out of office” message for emails sent automatically in Exchange Online
this is the situation:
messages sent to a DistributionGroup-Universal group are not delivered to the group members. The same message sent to the group + a directly member address is delivered just to that member. For example, here is a example with Get-MessageTrackingLog from a message:
sent: external user
to: group@mydomain.com[member1, member2, member3, member4], member1@mydomain.com
MessageId : <0001>
EventId : RECEIVE
Timestamp : 14.12.2016 19:03:47
Recipients : member1@mydomain.com, group@mydomain.com}
RecipientStatus :
MessageId : <0001>
EventId : EXPAND
Timestamp : 14.12.2016 19:03:47
Recipients : {member1@mydomain.com, member2@mydomain.com, member3@mydomain.com, member4@mydomain.com}
RecipientStatus : 250 2.1.5 RESOLVER.GRP.Expanded; distribution list expanded
MessageId : <0001>
EventId : TRANSFER
Timestamp : 14.12.2016 19:03:47
Recipients : {member1@mydomain.com, member2@mydomain.com, member3@mydomain.com, member4@mydomain.com}
RecipientStatus : {, , , }
MessageId : <0001>
EventId : DELIVER
Timestamp : 14.12.2016 19:03:47
Recipients : member1@mydomain.com
RecipientStatus :
MessageId : <0001>
EventId : DUPLICATEDELIVER
Timestamp : 14.12.2016 19:03:48
Recipients : member1@mydomain.com
RecipientStatus :
you can see the 250 2.1.5 RESOLVER.GRP.Expanded in the EXPAND event, and later the message is delivered just to member1, which is the only one user addressed in the e-mail out of the group. I believe the DUPLICATEDELIVER event is because member1 is addressed 2 times (inside the group and directly).
Finally, the e-mail was not delivered to the group members (and the sender didn't receive any NDR) and I don't understand why (it's a DistributionGroup-Universal, not DDG)
UPDATE:
I tried again (from a different external account) and now the e-mail was delivered first to member1, and after to all group members, except member1 because is a duplicate message. I believe this is the right behavior:
MessageId : <0002>
EventId : RECEIVE
Timestamp : 21.12.2016 7:05:02
Recipients : {member1@mydomain.com, group@mydomain.com}
RecipientStatus :
MessageSubject : test mail
MessageId : <0002>
EventId : EXPAND
Timestamp : 21.12.2016 7:05:02
Recipients : {member1@mydomain.com, member2@mydomain.com, member3@mydomain.com, member4@mydomain.com}
RecipientStatus : 250 2.1.5 RESOLVER.GRP.Expanded; distribution list expanded
MessageSubject : test mail
MessageId : <0002>
EventId : TRANSFER
Timestamp : 21.12.2016 7:05:02
Recipients : {member1@mydomain.com, member2@mydomain.com, member3@mydomain.com, member4@mydomain.com}
RecipientStatus : {, , , }
MessageSubject : test mail
MessageId : <0002>
EventId : DELIVER
Timestamp : 21.12.2016 7:05:02
Recipients : member1@mydomain.com
RecipientStatus :
MessageSubject : test mail
MessageId : <0002>
EventId : DELIVER
Timestamp : 21.12.2016 7:05:02
Recipients : {member2@mydomain.com, member3@mydomain.com, member4@mydomain.com}
RecipientStatus :
MessageSubject : test mail
MessageId : <0002>
EventId : DUPLICATEDELIVER
Timestamp : 21.12.2016 7:05:02
Recipients : member1@mydomain.com
RecipientStatus :
MessageSubject : test mail
The original problem happened the last week, concretely from only one external address, and I see others emails to the group (from others external users) had been delivered to all group members. I tried now the combination of group + member1, how was in the problematic message for check if the noise come from the duplicate message, but I see there is delivered to everybody, so, I don't know what can be...
email exchange email-server exchange-2010
bumped to the homepage by Community♦ 7 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
this is the situation:
messages sent to a DistributionGroup-Universal group are not delivered to the group members. The same message sent to the group + a directly member address is delivered just to that member. For example, here is a example with Get-MessageTrackingLog from a message:
sent: external user
to: group@mydomain.com[member1, member2, member3, member4], member1@mydomain.com
MessageId : <0001>
EventId : RECEIVE
Timestamp : 14.12.2016 19:03:47
Recipients : member1@mydomain.com, group@mydomain.com}
RecipientStatus :
MessageId : <0001>
EventId : EXPAND
Timestamp : 14.12.2016 19:03:47
Recipients : {member1@mydomain.com, member2@mydomain.com, member3@mydomain.com, member4@mydomain.com}
RecipientStatus : 250 2.1.5 RESOLVER.GRP.Expanded; distribution list expanded
MessageId : <0001>
EventId : TRANSFER
Timestamp : 14.12.2016 19:03:47
Recipients : {member1@mydomain.com, member2@mydomain.com, member3@mydomain.com, member4@mydomain.com}
RecipientStatus : {, , , }
MessageId : <0001>
EventId : DELIVER
Timestamp : 14.12.2016 19:03:47
Recipients : member1@mydomain.com
RecipientStatus :
MessageId : <0001>
EventId : DUPLICATEDELIVER
Timestamp : 14.12.2016 19:03:48
Recipients : member1@mydomain.com
RecipientStatus :
you can see the 250 2.1.5 RESOLVER.GRP.Expanded in the EXPAND event, and later the message is delivered just to member1, which is the only one user addressed in the e-mail out of the group. I believe the DUPLICATEDELIVER event is because member1 is addressed 2 times (inside the group and directly).
Finally, the e-mail was not delivered to the group members (and the sender didn't receive any NDR) and I don't understand why (it's a DistributionGroup-Universal, not DDG)
UPDATE:
I tried again (from a different external account) and now the e-mail was delivered first to member1, and after to all group members, except member1 because is a duplicate message. I believe this is the right behavior:
MessageId : <0002>
EventId : RECEIVE
Timestamp : 21.12.2016 7:05:02
Recipients : {member1@mydomain.com, group@mydomain.com}
RecipientStatus :
MessageSubject : test mail
MessageId : <0002>
EventId : EXPAND
Timestamp : 21.12.2016 7:05:02
Recipients : {member1@mydomain.com, member2@mydomain.com, member3@mydomain.com, member4@mydomain.com}
RecipientStatus : 250 2.1.5 RESOLVER.GRP.Expanded; distribution list expanded
MessageSubject : test mail
MessageId : <0002>
EventId : TRANSFER
Timestamp : 21.12.2016 7:05:02
Recipients : {member1@mydomain.com, member2@mydomain.com, member3@mydomain.com, member4@mydomain.com}
RecipientStatus : {, , , }
MessageSubject : test mail
MessageId : <0002>
EventId : DELIVER
Timestamp : 21.12.2016 7:05:02
Recipients : member1@mydomain.com
RecipientStatus :
MessageSubject : test mail
MessageId : <0002>
EventId : DELIVER
Timestamp : 21.12.2016 7:05:02
Recipients : {member2@mydomain.com, member3@mydomain.com, member4@mydomain.com}
RecipientStatus :
MessageSubject : test mail
MessageId : <0002>
EventId : DUPLICATEDELIVER
Timestamp : 21.12.2016 7:05:02
Recipients : member1@mydomain.com
RecipientStatus :
MessageSubject : test mail
The original problem happened the last week, concretely from only one external address, and I see others emails to the group (from others external users) had been delivered to all group members. I tried now the combination of group + member1, how was in the problematic message for check if the noise come from the duplicate message, but I see there is delivered to everybody, so, I don't know what can be...
email exchange email-server exchange-2010
bumped to the homepage by Community♦ 7 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
To be clear - if you send to the group alone, it doesn't work either? Is that with both internal and external senders?
– Sembee
Dec 20 '16 at 12:22
@Sembee, the group has permission for receive external e-mails. I tried again from an external account and it's working. I don't know if the problem is just with a concretely sender. I update the post with more info, please, take a look.
– HEDMON
Dec 21 '16 at 6:32
If another external account works, then that would suggest the issue isn't with the group. You need to establish the pattern - it could be the one source.
– Sembee
Dec 21 '16 at 18:42
Exactly, but what can be? The issue was with a client, so I can't be testing from his email. I tried with others external services (Gmail, Outlook) and look fine. During the weekend I updated and restarted the server... is the only thing come to my mind now
– HEDMON
Dec 21 '16 at 18:53
The usual problem is a cached entry - but if that was the case I wouldn't expect the email to be received by your server. If it is just a single client there is little you can do. Ask them to remove the cached entries. Depends if they are a regular sender or not.
– Sembee
Dec 21 '16 at 19:28
add a comment |
this is the situation:
messages sent to a DistributionGroup-Universal group are not delivered to the group members. The same message sent to the group + a directly member address is delivered just to that member. For example, here is a example with Get-MessageTrackingLog from a message:
sent: external user
to: group@mydomain.com[member1, member2, member3, member4], member1@mydomain.com
MessageId : <0001>
EventId : RECEIVE
Timestamp : 14.12.2016 19:03:47
Recipients : member1@mydomain.com, group@mydomain.com}
RecipientStatus :
MessageId : <0001>
EventId : EXPAND
Timestamp : 14.12.2016 19:03:47
Recipients : {member1@mydomain.com, member2@mydomain.com, member3@mydomain.com, member4@mydomain.com}
RecipientStatus : 250 2.1.5 RESOLVER.GRP.Expanded; distribution list expanded
MessageId : <0001>
EventId : TRANSFER
Timestamp : 14.12.2016 19:03:47
Recipients : {member1@mydomain.com, member2@mydomain.com, member3@mydomain.com, member4@mydomain.com}
RecipientStatus : {, , , }
MessageId : <0001>
EventId : DELIVER
Timestamp : 14.12.2016 19:03:47
Recipients : member1@mydomain.com
RecipientStatus :
MessageId : <0001>
EventId : DUPLICATEDELIVER
Timestamp : 14.12.2016 19:03:48
Recipients : member1@mydomain.com
RecipientStatus :
you can see the 250 2.1.5 RESOLVER.GRP.Expanded in the EXPAND event, and later the message is delivered just to member1, which is the only one user addressed in the e-mail out of the group. I believe the DUPLICATEDELIVER event is because member1 is addressed 2 times (inside the group and directly).
Finally, the e-mail was not delivered to the group members (and the sender didn't receive any NDR) and I don't understand why (it's a DistributionGroup-Universal, not DDG)
UPDATE:
I tried again (from a different external account) and now the e-mail was delivered first to member1, and after to all group members, except member1 because is a duplicate message. I believe this is the right behavior:
MessageId : <0002>
EventId : RECEIVE
Timestamp : 21.12.2016 7:05:02
Recipients : {member1@mydomain.com, group@mydomain.com}
RecipientStatus :
MessageSubject : test mail
MessageId : <0002>
EventId : EXPAND
Timestamp : 21.12.2016 7:05:02
Recipients : {member1@mydomain.com, member2@mydomain.com, member3@mydomain.com, member4@mydomain.com}
RecipientStatus : 250 2.1.5 RESOLVER.GRP.Expanded; distribution list expanded
MessageSubject : test mail
MessageId : <0002>
EventId : TRANSFER
Timestamp : 21.12.2016 7:05:02
Recipients : {member1@mydomain.com, member2@mydomain.com, member3@mydomain.com, member4@mydomain.com}
RecipientStatus : {, , , }
MessageSubject : test mail
MessageId : <0002>
EventId : DELIVER
Timestamp : 21.12.2016 7:05:02
Recipients : member1@mydomain.com
RecipientStatus :
MessageSubject : test mail
MessageId : <0002>
EventId : DELIVER
Timestamp : 21.12.2016 7:05:02
Recipients : {member2@mydomain.com, member3@mydomain.com, member4@mydomain.com}
RecipientStatus :
MessageSubject : test mail
MessageId : <0002>
EventId : DUPLICATEDELIVER
Timestamp : 21.12.2016 7:05:02
Recipients : member1@mydomain.com
RecipientStatus :
MessageSubject : test mail
The original problem happened the last week, concretely from only one external address, and I see others emails to the group (from others external users) had been delivered to all group members. I tried now the combination of group + member1, how was in the problematic message for check if the noise come from the duplicate message, but I see there is delivered to everybody, so, I don't know what can be...
email exchange email-server exchange-2010
this is the situation:
messages sent to a DistributionGroup-Universal group are not delivered to the group members. The same message sent to the group + a directly member address is delivered just to that member. For example, here is a example with Get-MessageTrackingLog from a message:
sent: external user
to: group@mydomain.com[member1, member2, member3, member4], member1@mydomain.com
MessageId : <0001>
EventId : RECEIVE
Timestamp : 14.12.2016 19:03:47
Recipients : member1@mydomain.com, group@mydomain.com}
RecipientStatus :
MessageId : <0001>
EventId : EXPAND
Timestamp : 14.12.2016 19:03:47
Recipients : {member1@mydomain.com, member2@mydomain.com, member3@mydomain.com, member4@mydomain.com}
RecipientStatus : 250 2.1.5 RESOLVER.GRP.Expanded; distribution list expanded
MessageId : <0001>
EventId : TRANSFER
Timestamp : 14.12.2016 19:03:47
Recipients : {member1@mydomain.com, member2@mydomain.com, member3@mydomain.com, member4@mydomain.com}
RecipientStatus : {, , , }
MessageId : <0001>
EventId : DELIVER
Timestamp : 14.12.2016 19:03:47
Recipients : member1@mydomain.com
RecipientStatus :
MessageId : <0001>
EventId : DUPLICATEDELIVER
Timestamp : 14.12.2016 19:03:48
Recipients : member1@mydomain.com
RecipientStatus :
you can see the 250 2.1.5 RESOLVER.GRP.Expanded in the EXPAND event, and later the message is delivered just to member1, which is the only one user addressed in the e-mail out of the group. I believe the DUPLICATEDELIVER event is because member1 is addressed 2 times (inside the group and directly).
Finally, the e-mail was not delivered to the group members (and the sender didn't receive any NDR) and I don't understand why (it's a DistributionGroup-Universal, not DDG)
UPDATE:
I tried again (from a different external account) and now the e-mail was delivered first to member1, and after to all group members, except member1 because is a duplicate message. I believe this is the right behavior:
MessageId : <0002>
EventId : RECEIVE
Timestamp : 21.12.2016 7:05:02
Recipients : {member1@mydomain.com, group@mydomain.com}
RecipientStatus :
MessageSubject : test mail
MessageId : <0002>
EventId : EXPAND
Timestamp : 21.12.2016 7:05:02
Recipients : {member1@mydomain.com, member2@mydomain.com, member3@mydomain.com, member4@mydomain.com}
RecipientStatus : 250 2.1.5 RESOLVER.GRP.Expanded; distribution list expanded
MessageSubject : test mail
MessageId : <0002>
EventId : TRANSFER
Timestamp : 21.12.2016 7:05:02
Recipients : {member1@mydomain.com, member2@mydomain.com, member3@mydomain.com, member4@mydomain.com}
RecipientStatus : {, , , }
MessageSubject : test mail
MessageId : <0002>
EventId : DELIVER
Timestamp : 21.12.2016 7:05:02
Recipients : member1@mydomain.com
RecipientStatus :
MessageSubject : test mail
MessageId : <0002>
EventId : DELIVER
Timestamp : 21.12.2016 7:05:02
Recipients : {member2@mydomain.com, member3@mydomain.com, member4@mydomain.com}
RecipientStatus :
MessageSubject : test mail
MessageId : <0002>
EventId : DUPLICATEDELIVER
Timestamp : 21.12.2016 7:05:02
Recipients : member1@mydomain.com
RecipientStatus :
MessageSubject : test mail
The original problem happened the last week, concretely from only one external address, and I see others emails to the group (from others external users) had been delivered to all group members. I tried now the combination of group + member1, how was in the problematic message for check if the noise come from the duplicate message, but I see there is delivered to everybody, so, I don't know what can be...
email exchange email-server exchange-2010
email exchange email-server exchange-2010
edited Dec 21 '16 at 7:12
HEDMON
asked Dec 20 '16 at 11:00
HEDMONHEDMON
379216
379216
bumped to the homepage by Community♦ 7 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 7 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
To be clear - if you send to the group alone, it doesn't work either? Is that with both internal and external senders?
– Sembee
Dec 20 '16 at 12:22
@Sembee, the group has permission for receive external e-mails. I tried again from an external account and it's working. I don't know if the problem is just with a concretely sender. I update the post with more info, please, take a look.
– HEDMON
Dec 21 '16 at 6:32
If another external account works, then that would suggest the issue isn't with the group. You need to establish the pattern - it could be the one source.
– Sembee
Dec 21 '16 at 18:42
Exactly, but what can be? The issue was with a client, so I can't be testing from his email. I tried with others external services (Gmail, Outlook) and look fine. During the weekend I updated and restarted the server... is the only thing come to my mind now
– HEDMON
Dec 21 '16 at 18:53
The usual problem is a cached entry - but if that was the case I wouldn't expect the email to be received by your server. If it is just a single client there is little you can do. Ask them to remove the cached entries. Depends if they are a regular sender or not.
– Sembee
Dec 21 '16 at 19:28
add a comment |
To be clear - if you send to the group alone, it doesn't work either? Is that with both internal and external senders?
– Sembee
Dec 20 '16 at 12:22
@Sembee, the group has permission for receive external e-mails. I tried again from an external account and it's working. I don't know if the problem is just with a concretely sender. I update the post with more info, please, take a look.
– HEDMON
Dec 21 '16 at 6:32
If another external account works, then that would suggest the issue isn't with the group. You need to establish the pattern - it could be the one source.
– Sembee
Dec 21 '16 at 18:42
Exactly, but what can be? The issue was with a client, so I can't be testing from his email. I tried with others external services (Gmail, Outlook) and look fine. During the weekend I updated and restarted the server... is the only thing come to my mind now
– HEDMON
Dec 21 '16 at 18:53
The usual problem is a cached entry - but if that was the case I wouldn't expect the email to be received by your server. If it is just a single client there is little you can do. Ask them to remove the cached entries. Depends if they are a regular sender or not.
– Sembee
Dec 21 '16 at 19:28
To be clear - if you send to the group alone, it doesn't work either? Is that with both internal and external senders?
– Sembee
Dec 20 '16 at 12:22
To be clear - if you send to the group alone, it doesn't work either? Is that with both internal and external senders?
– Sembee
Dec 20 '16 at 12:22
@Sembee, the group has permission for receive external e-mails. I tried again from an external account and it's working. I don't know if the problem is just with a concretely sender. I update the post with more info, please, take a look.
– HEDMON
Dec 21 '16 at 6:32
@Sembee, the group has permission for receive external e-mails. I tried again from an external account and it's working. I don't know if the problem is just with a concretely sender. I update the post with more info, please, take a look.
– HEDMON
Dec 21 '16 at 6:32
If another external account works, then that would suggest the issue isn't with the group. You need to establish the pattern - it could be the one source.
– Sembee
Dec 21 '16 at 18:42
If another external account works, then that would suggest the issue isn't with the group. You need to establish the pattern - it could be the one source.
– Sembee
Dec 21 '16 at 18:42
Exactly, but what can be? The issue was with a client, so I can't be testing from his email. I tried with others external services (Gmail, Outlook) and look fine. During the weekend I updated and restarted the server... is the only thing come to my mind now
– HEDMON
Dec 21 '16 at 18:53
Exactly, but what can be? The issue was with a client, so I can't be testing from his email. I tried with others external services (Gmail, Outlook) and look fine. During the weekend I updated and restarted the server... is the only thing come to my mind now
– HEDMON
Dec 21 '16 at 18:53
The usual problem is a cached entry - but if that was the case I wouldn't expect the email to be received by your server. If it is just a single client there is little you can do. Ask them to remove the cached entries. Depends if they are a regular sender or not.
– Sembee
Dec 21 '16 at 19:28
The usual problem is a cached entry - but if that was the case I wouldn't expect the email to be received by your server. If it is just a single client there is little you can do. Ask them to remove the cached entries. Depends if they are a regular sender or not.
– Sembee
Dec 21 '16 at 19:28
add a comment |
1 Answer
1
active
oldest
votes
You have to allow unauthenticated senders:
- In Exchange Management Console, right click the dist group and go to Properties.
- Click the Mail Flow Settings tab and click Message Delivery Restrictions.
- Click Properties.
- In the Message Delivery Restrictions Properties, uncheck the box "Require that all senders are authenticated"
Try it again.
Thank you Jarrod, please read my comment in the post. That was the first I controled :(
– HEDMON
Dec 21 '16 at 18:29
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "2"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f821780%2fexchange-2010-wont-deliver-a-message-to-a-distributiongroup-universal%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
You have to allow unauthenticated senders:
- In Exchange Management Console, right click the dist group and go to Properties.
- Click the Mail Flow Settings tab and click Message Delivery Restrictions.
- Click Properties.
- In the Message Delivery Restrictions Properties, uncheck the box "Require that all senders are authenticated"
Try it again.
Thank you Jarrod, please read my comment in the post. That was the first I controled :(
– HEDMON
Dec 21 '16 at 18:29
add a comment |
You have to allow unauthenticated senders:
- In Exchange Management Console, right click the dist group and go to Properties.
- Click the Mail Flow Settings tab and click Message Delivery Restrictions.
- Click Properties.
- In the Message Delivery Restrictions Properties, uncheck the box "Require that all senders are authenticated"
Try it again.
Thank you Jarrod, please read my comment in the post. That was the first I controled :(
– HEDMON
Dec 21 '16 at 18:29
add a comment |
You have to allow unauthenticated senders:
- In Exchange Management Console, right click the dist group and go to Properties.
- Click the Mail Flow Settings tab and click Message Delivery Restrictions.
- Click Properties.
- In the Message Delivery Restrictions Properties, uncheck the box "Require that all senders are authenticated"
Try it again.
You have to allow unauthenticated senders:
- In Exchange Management Console, right click the dist group and go to Properties.
- Click the Mail Flow Settings tab and click Message Delivery Restrictions.
- Click Properties.
- In the Message Delivery Restrictions Properties, uncheck the box "Require that all senders are authenticated"
Try it again.
answered Dec 21 '16 at 15:56
Jarrod L. J. GibsonJarrod L. J. Gibson
441215
441215
Thank you Jarrod, please read my comment in the post. That was the first I controled :(
– HEDMON
Dec 21 '16 at 18:29
add a comment |
Thank you Jarrod, please read my comment in the post. That was the first I controled :(
– HEDMON
Dec 21 '16 at 18:29
Thank you Jarrod, please read my comment in the post. That was the first I controled :(
– HEDMON
Dec 21 '16 at 18:29
Thank you Jarrod, please read my comment in the post. That was the first I controled :(
– HEDMON
Dec 21 '16 at 18:29
add a comment |
Thanks for contributing an answer to Server Fault!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f821780%2fexchange-2010-wont-deliver-a-message-to-a-distributiongroup-universal%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
To be clear - if you send to the group alone, it doesn't work either? Is that with both internal and external senders?
– Sembee
Dec 20 '16 at 12:22
@Sembee, the group has permission for receive external e-mails. I tried again from an external account and it's working. I don't know if the problem is just with a concretely sender. I update the post with more info, please, take a look.
– HEDMON
Dec 21 '16 at 6:32
If another external account works, then that would suggest the issue isn't with the group. You need to establish the pattern - it could be the one source.
– Sembee
Dec 21 '16 at 18:42
Exactly, but what can be? The issue was with a client, so I can't be testing from his email. I tried with others external services (Gmail, Outlook) and look fine. During the weekend I updated and restarted the server... is the only thing come to my mind now
– HEDMON
Dec 21 '16 at 18:53
The usual problem is a cached entry - but if that was the case I wouldn't expect the email to be received by your server. If it is just a single client there is little you can do. Ask them to remove the cached entries. Depends if they are a regular sender or not.
– Sembee
Dec 21 '16 at 19:28