Linux Email Server Auto-Reply

Posted by Robert Smith on Server Fault See other posts from Server Fault or by Robert Smith
Published on 2010-04-14T09:36:58Z Indexed on 2010/04/14 9:43 UTC
Read the original article Hit count: 616

Filed under:
|
|

I need to setup a mail server that has the following functionality: if a user sends an email to a specific address on this server, the server must first check if the email has a PDF attachment, do some processing to that PDF file and then reply to the user's initial mail with the new PDF file attached.

My question is how would it be possible to achieve this functionality, and what software / mail server do you recommend?

I'm thinking that it can be solved the following way: when the server receives a new email it executes an external Python script that checks the attachment, processes the PDF file and then sends it back in the user's mailbox. What mail server would be able to do this, and what configurations does it need?

© Server Fault or respective owner

Related posts about linux

Related posts about email