Welcome to the IBM Collaboration Solutions Community IQJam
UsernamePassword
Reset Password | Register
   
Home | Tags | Help
Is there a way to restict mail forwarding rules to external addresses? 
Hi all,
 
I am searching for a way to restrict the creation of personal mail rules to forward mails to an external address.

For example: users from the domain /Acme (docternotes@acme.com) should not be able to create a mail rule to forward mails to docternotes@gmail.com.
 
Is there anybody who knows a way to do this?

Kind regards,
Dave
 
Domino Administration / Policies
Tagged
Dave Schryvers - over 4 years ago |  |  | Viewed 253 times

There are 7 answers

1votes

No easy way to restrict the creation of the mail rules without customising the mail template - however, you can disable the functionality at the server level. The setting is in your config doc under Router/SMTP->Restrictions and Controls->Delivery Controls

Matt Buchanan - over 4 years ago | 
Voting
Vote on the answer to show whether you think the answer is correct or useful to the rest of the community.

Answers with more votes are more visible to the rest of the community
0votes
Hi Matt,
 
Thanks for the response. The feature to disable "User rules mail forwarding:" but does this feature also block forwarding mails to internal addresses?
 
greetz,
Dave
Dave Schryvers - over 4 years ago | 
Voting
Vote on the answer to show whether you think the answer is correct or useful to the rest of the community.

Answers with more votes are more visible to the rest of the community
0votes

This option would prevent any mail forwarding rules from working, so yes, it would block internal forwarding too. I take it then it's just external mail forwarding you want blocked?

Matt Buchanan - over 4 years ago | 
Voting
Vote on the answer to show whether you think the answer is correct or useful to the rest of the community.

Answers with more votes are more visible to the rest of the community
0votes
Hi Matt,
 
Yes indeed only exteral forwarding should be blocked.

greetz,
Dave
Dave Schryvers - over 4 years ago | 
Voting
Vote on the answer to show whether you think the answer is correct or useful to the rest of the community.

Answers with more votes are more visible to the rest of the community
0votes

Hmm. That makes it a bit trickier. I don't think there's a setting for that, but here's something you can try - haven't tried it myself so I don't know if it will work or not:

First up, set the user forward rule return path to construct non-deliverable return addresses - if you're running 8.5, you can do this via the configuration document (the field is just below the one that disables mail rule forwarding). If you're pre-8.5, then you need to set the following parameter in the notes.ini:

RouterUserRuleForwardReversePath=3

What that does is prepends the outgoing e-mail address with 'nobounce' (so, in your example, it'd be nobouncedocternotes@acme.com).

Next, create a mail rule in your configuration document. If you have designated servers that deal with all internet e-mail, the rule should only need to be created on those servers. Set the criteria to:

When sender contains nobounce
AND To contains @
AND To contains .

That *should* limit the rule to messages sent to internet addresses via a mail forwarding rule - although you'd have to make sure your users were using the Notes address rather than the internet e-mail address in their rules. You can then set the action to 'Do Not Deliver' and either silently delete the message or send an NDR.

I'm sure there's probably a hole in my logic somewhere (and I'd like to think I've missed an easier way to do this) but I think this should sort you out.

Matt Buchanan - over 4 years ago | 
Voting
Vote on the answer to show whether you think the answer is correct or useful to the rest of the community.

Answers with more votes are more visible to the rest of the community
0votes
Hi Matt,
 
Thanks for the great idea but unfortunaly it's not working for me.

greetz,
Dave
Dave Schryvers - over 4 years ago | 
Voting
Vote on the answer to show whether you think the answer is correct or useful to the rest of the community.

Answers with more votes are more visible to the rest of the community
1votes

My bad - rather than checking 'To' for @ and . you need to check 'All Recipients' - I've just tested it out here and it works quite nicely. Your rule should look like this:

When sender contains nobounce
AND any Recipient contains @
AND any Recipient contains .

Matt Buchanan - over 4 years ago | 
Voting
Vote on the answer to show whether you think the answer is correct or useful to the rest of the community.

Answers with more votes are more visible to the rest of the community

Experts for Domino Administration / Policies

There are no experts to display