Any ideas on how to recieve exchange mail on Ubuntu Server?

Soldato
Joined
9 May 2005
Posts
7,400
Location
Berkshire
I've got a server at work that I want to be to pickup e-mails and react to said e-mails. So basically if it recieves an e-mail that matches certain conditions a script gets fired off.

The bit that's an issue for me at the moment is that the email account I'll be using to do this runs on an exchange server, and I'm just not sure what to do in the way of a client on Ubuntu server to pick it up.

Has anyone got any ideas on what I should be looking at? Thanks in advance.
 
Sendmail?

I've never done it, but I know you can integrate Sendmail and Exchange to a point, so it's probably worth looking into.
 
Exchange supports pop3 and imap out of the box, if they are turned on by the Exchange admins. Fetchmail will retrieve email from pop3 or imap servers and runs on Linux
 
Back
Top Bottom