Exchange ActiveSync account

Alejandro Imass ait at p2ee.org
Thu Mar 25 18:30:34 UTC 2010


On Thu, Mar 25, 2010 at 8:41 AM, Jack Raats <jack at jarasoft.net> wrote:
> Hi,
>
> I have an Exchange ActiveSync account and I would like to get this mail on my freebsd 7.3-stable server.
> I donn't haven an imap or pop account, only the information of the activesync account.
>
> Can anyone give me a clue how to achieve this?

Please avoid cross-posting without a good reason, or at least ask pardon for it.

msynctool and/or fetchmail might be an option.

In any case you need an agent who can pop the mail and push it to
another place, it has nothing to do with your MTA. It's more like MUA
to MUA, pardon my french. That is precisely whet fetchmail was created
for, but I don't know anything about the Exchange ActiveSync
protocol(s) to know if fetchmail could directly use it. AFAIK the
Exchange ActiveSync protocol was built for high latency low bandwith
networks, so maybe you need something more specific and _perhaps_ you
can interface _that_ to fetchmail somehow. Maybe something that sits
in between Exchange ActiveSync and delivers an off-the-shelf protocol
such as imap (if you want to manage folders you will need imap or
better), somthing like:


[ Exchange Active Sync ] <--EASP--> [X agent]<--IMAP-->[fetchmail]

Now all you need to find is that X agent ;-)

Best,
Alejandro Imass

>
> Thanks for your time!
>
> Jack Raats
> _______________________________________________
> freebsd-questions at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe at freebsd.org"
>


More information about the freebsd-questions mailing list