Rules to block outgoing emails, keep them internal

924 views
Skip to first unread message

Dudinha

unread,
Jan 19, 2009, 2:13:56 PM1/19/09
to Postini Support for Policy Management and Message Recovery for Google Apps, erika....@spread.com.br
Dear Ms,

I want to create a rule at the Postini to block the users to send any
email that is for another domain, and permit the sending for my
domain, i.e. keep all email internal.

I've tried to create a rule that bounces if the recipient does not
match the regex rule "@my\.domain\.com", but if there is another
recipient that is to @my.domain.com, it delivers.

Thanks for any help!

Best regards,

Eduardo Bortoluzzi
Spread Teleinformática

FrankM - Power Poster

unread,
Jan 19, 2009, 3:54:14 PM1/19/09
to Postini Support for Policy Management and Message Recovery for Google Apps
For all users or for specific users? I'll assume you are using Google
Premier?


FrankM

FrankM - Power Poster

unread,
Jan 19, 2009, 7:53:19 PM1/19/09
to Postini Support for Policy Management and Message Recovery for Google Apps
Setup a separate user sub-group and move those users for internal
messaging only into that org sub-group. Then in the sub-orgs outbound
content filter create a filter to;

Match: Any rule
1. Recipient - does not contain - @yourdomain.com

Any user that sends outbound email other than to your domain will
bounce. You can also send a copy to a quarantine address.


FrankM




On Jan 19, 3:54 pm, FrankM - Power Poster <Frank.M...@gmail.com>
wrote:
> > Spread Teleinformática- Hide quoted text -
>
> - Show quoted text -

c-dude

unread,
Mar 7, 2009, 9:13:00 PM3/7/09
to Postini Support for Policy Management and Message Recovery for Google Apps
Hi, I'm looking for the same solution. I've been testing and it's as
Dudinha said,
you solution only works if there's only one recipient and it matches.
If there's another recipient with another domain, your rule doesn't
catch it.

say: my domain is xxx.com and I have this rule: Recipient - does not
contain - @xxx.com to bounce

if I send mail to c...@gmail.com then it bounces
but if I send mail to c...@gmail.com, ma...@xxx.com then it goes
through.

my company's concern is some people can send sensitive info outside
the company. I know it's silly, there are so many ways to do this. But
this issue is a deal breaker for me.

Thanks!

On Jan 20, 7:53 am, FrankM - Power Poster <Frank.M...@gmail.com>
wrote:
> Setup a separate user sub-group and move those users forinternal
> messaging only into that org sub-group. Then in the sub-orgs outbound
> content filter create a filter to;
>
> Match: Any rule1. Recipient - does not contain - @yourdomain.com
>
> Any user that sends outbound email other than to your domain will
> bounce. You can also send a copy to a quarantine address.
>
> FrankM
>
> On Jan19,3:54 pm, FrankM - Power Poster <Frank.M...@gmail.com>
> wrote:
>
> > For all users or for specific users? I'll assume you are using Google
> > Premier?
>
> > FrankM
>

Evan Hart

unread,
Mar 7, 2009, 10:08:43 PM3/7/09
to PostiniSuppor...@googlegroups.com
You can do exactly what you want using regular expressions.  (Its kind of a pain because of postini's regexp limitations) but if your creative you can do it.

My rules are something to the effect.
  • headers match regexp To:[^@]{0,25}@yourdomain.com[^@]{0,25}      (this works to catch emails being sent to a single recipient)
  • Postini use to have a flaw i there regexp checker which would allow To:([^@]{0,25}@yourdomain.com[^@]{0,25}){0,25}   (which would work with up to 25 recipients)
  • Drop all
let us know what you come up with.
Reply all
Reply to author
Forward
0 new messages