Installing and configuring email server on debian step by step

Posted by webprogrammer on Server Fault See other posts from Server Fault or by webprogrammer
Published on 2012-10-14T08:17:57Z Indexed on 2012/10/14 9:39 UTC
Read the original article Hit count: 139

Filed under:

Can anybody tell me how to install and configure email server on debian step by step?

What I mean?

I have my own server with my dns. There are several sites on it. So I need:

1) Create emails for each domains, for example, [email protected], [email protected], [email protected] ... Where I can create them? Can I create that email list in file(s), not in mysql?

2) I need send emails from php scripts over smtp-server.

3) I need to read emails in Thunderbird (on Ubuntu, if that matters) and send emails from it over smtp of my domains.

I have already installed postfix and dovecot. What's next?

Can somebody provide me some HowTos?

© Server Fault or respective owner

Related posts about emailserver