From: moondog on
i have this exact scenario and the reason we don't set up outlook is
because we have a lot of info on the public folders that we don't want
the external users to have access to. our external users are dealing
with information that we don't want them to have in a file (PST) on
their hard drive, so we have them set up with OWA. this is the way we
want it to work:

- email gets sent to external user's mailbox on our exchange server
- external user gets some sort of notification of new mail in their
mailbox on our server
- external user can then login to our OWA portal and retrieve their
mail directly from our server.

we don't necessarily have to have an alert sent to their external
email address, but we do need to have some way of getting an alert
such that they notice it and login to their OWA account with us. i am
open to ideas that don't require spending money on extra software, as
i do not have the owner's permission to spend any money to fix this
issue.

On Feb 4, 4:37 pm, "Ed Crowley [MVP]" <cursp...(a)nospam.net> wrote:
> Exactly.  A user who doesn't use a mailbox shouldn't have one.  Benefits
> include easier administration, no server space required, and no Exchange CAL
> required.
> --
> Ed Crowley MVP
> "There are seldom good technological solutions to behavioral problems."
> .
>
> "Rich Matheisen [MVP]" <richn...(a)rmcons.com.NOSPAM.COM> wrote in messagenews:srmhm55lf2f2s68s6ntfj282j4o42bamn9(a)4ax.com...
>
>
>
> > On Tue, 2 Feb 2010 14:03:18 -0800 (PST), Martha Ridd
> > <martha.r...(a)gmail.com> wrote:
>
> > [ snip ]
>
> >>Sorry James, should have added more info. They don't have Outlook
> >>profiles and we really don't want to create any for them. They just
> >>want to be notified in their hotmail, gmail, etc. accounts when they
> >>have a new corporate message. They will then log in to OWA to retrieve
> >>the message.
> >>I don't need any replies telling me how dumb this is, I already know
> >>it is, I just need to know if there's a way I can create some form of
> >>Exchange rule to do this.
>
> > Why not just create a mail-enabled Contact for them and have the
> > e-mail sent to their external address and delivered to the mailbox?
> > Let them do whatever they want with the mail in their personal e-mail
> > account. No need to even fire up a browser to get the message -- it'll
> > already be there.
> > ---
> > Rich Matheisen
> > MCSE+I, Exchange MVP- Hide quoted text -
>
> - Show quoted text -

From: Leonid S. Knyshov // SBS Expert on
On 3/8/2010 3:32 PM, moondog wrote:
> i have this exact scenario and the reason we don't set up outlook is
> because we have a lot of info on the public folders that we don't want
> the external users to have access to. our external users are dealing
> with information that we don't want them to have in a file (PST) on
> their hard drive, so we have them set up with OWA. this is the way we
> want it to work:
>
> - email gets sent to external user's mailbox on our exchange server
> - external user gets some sort of notification of new mail in their
> mailbox on our server
> - external user can then login to our OWA portal and retrieve their
> mail directly from our server.
>
> we don't necessarily have to have an alert sent to their external
> email address, but we do need to have some way of getting an alert
> such that they notice it and login to their OWA account with us. i am
> open to ideas that don't require spending money on extra software, as
> i do not have the owner's permission to spend any money to fix this
> issue.
>
>
Try this tool: http://www.owatray.com/ if you have Exchange 2007.

Yours is not the same scenario. In the future, please start a new thread
and describe your concern and all versions of software involved.
--
Leonid S. Knyshov
Crashproof Solutions
510-282-1008
Twitter: @wiseleo
http://crashproofsolutions.com
Microsoft Small Business Specialist
Please vote "helpful" if I helped you :)
From: Rajiv K Khandelwal on
Jaime,

Thanks for the link. It provides the steps for Exchange 2000 and 2003. What
are the steps to be taken in Exchange 2007?

Rajiv K Khandelwal

"Jaime" <NOSPAMjaimelobo(a)hotmail.com> wrote in message
news:uJMTcS4oKHA.5776(a)TK2MSFTNGP04.phx.gbl...
> There are folks here who might have a better idea, but you could just have
> the user create a rule in Outlook to send a notice, they could just turn
> on that rule when needed.
>
> The problem you might encounter is that, by default, Exchange won't allow
> external Auto relaying/forwarding. Here's an article that explains how to
> change this behavior.
>
> http://support.microsoft.com/kb/317652/en-us
> --
> James
> Orlando (Goofy says "Hey"), Florida
>
> "Martha Ridd" <martha.ridd(a)gmail.com> wrote in message
> news:68275d3f-77b3-45ca-a131-f95698aca3f4(a)h2g2000yqj.googlegroups.com...
>> Here's the situation. Exchange 2003 SP2. A certain group of users
>> wants to be notified in their external email accounts (hotmail, gmail,
>> etc) when they receive a new message in their corporate inbox on the
>> Exchange server. How can I do this?
>


From: Ed Crowley [MVP] on
Be forewarned that opening automatic replies or forwards to the Internet
potentially exposes your server to nasty store-expanding disk-depleting mail
loops.

You can set it per remote domain if you want to lock it down a bit. For
example:
New-RemoteDomain -Name Yahoo -DomainName yahoo.com
Set-RemoteDomain -Identity
Yahoo -AutoForwardEnabled:$True -AutoReplyEnabled:$True
--
Ed Crowley MVP
"There are seldom good technological solutions to behavioral problems."
..

"Rajiv K Khandelwal" <rajiv(a)vardaan.nospam.net> wrote in message
news:Od1R1f3vKHA.732(a)TK2MSFTNGP06.phx.gbl...
> Jaime,
>
> Thanks for the link. It provides the steps for Exchange 2000 and 2003.
> What are the steps to be taken in Exchange 2007?
>
> Rajiv K Khandelwal
>
> "Jaime" <NOSPAMjaimelobo(a)hotmail.com> wrote in message
> news:uJMTcS4oKHA.5776(a)TK2MSFTNGP04.phx.gbl...
>> There are folks here who might have a better idea, but you could just
>> have the user create a rule in Outlook to send a notice, they could just
>> turn on that rule when needed.
>>
>> The problem you might encounter is that, by default, Exchange won't allow
>> external Auto relaying/forwarding. Here's an article that explains how to
>> change this behavior.
>>
>> http://support.microsoft.com/kb/317652/en-us
>> --
>> James
>> Orlando (Goofy says "Hey"), Florida
>>
>> "Martha Ridd" <martha.ridd(a)gmail.com> wrote in message
>> news:68275d3f-77b3-45ca-a131-f95698aca3f4(a)h2g2000yqj.googlegroups.com...
>>> Here's the situation. Exchange 2003 SP2. A certain group of users
>>> wants to be notified in their external email accounts (hotmail, gmail,
>>> etc) when they receive a new message in their corporate inbox on the
>>> Exchange server. How can I do this?
>>
>
>