Setting up sendmail to perform mail routing
- by Diden
Is sendmail is able to do the following:
Forward many user emails to office 365:-
user1@example.com -> [email protected].com
user2@example.com -> [email protected].com
user3@example.com -> [email protected].com
userx@example.com -> [email protected].com
Forward the following to a separate server to run php scripts:-
sales@example.com
enquiries@example.com
An autoresponder will be sent to the sender.
Does anyone know of any sample configuration I could get this started on?
Is there a good autoresponder for sendmail?
Our emails are hosted on Office365 and it does not allow us to run scripts. Therefore I was considering this option. Is this viable?
Please refer to the diagram for more information. Thank you.