by usenet » Fri Jul 03, 2009 12:40 pm
Mark D. MacLachlan wrote:
> Lanwench [MVP - Exchange] wrote:
>[color=green]
>> Mark D. MacLachlan wrote:[color=darkred]
>>> I tottaly agree you should deliver your email directly to the server
>>> and avoid the use of the POP3 connector.
>>>
>>> There is however a way to allow users to send from different
>>> domains/accounts.
>>>
>>> First enable IMAP on your Exchange server. Then on the client side
>>> in Outlook add an IMAP connection to the server with the email
>>> address you want to send from. When the user composes a new
>>> message, a new button will show up near the Send button, this
>>> button will be called "Account" and it will let you specify which
>>> account the user is sending from.
>>>
>>> Hope that helps,
>>>
>>> Mark D. MacLachlan
>>
>> Yes, that works (as does a dummy POP account set up to send only, not
>> receive...if the addresses are all aliases in the mailbox) . However,
>> it's awkward and does not scale well, so I tend to avoid it.[/color]
>
> Using IMAP you are accessing the same messages on the server as you
> would from your regular mailbox account. With POP the client would
> try to download those messages locally and then round robin then back
> into the information store so I don't like that approach.[/color]
Yes, which is why I said a "dummy" account, which is set up in Outlook not
to retrieve but only to send. All the inbound mail is in the user's mailbox
anyway because the alias addresses are there.