質問

I have searched, but I still don't really understand how to run a mail server on a Raspberry Pi.

Here's my setup for my Pi:

Apache2 hosting multiple sites at one time. So I have virtuals hosts set up, but I'm looking how to run one mail server which can use multiple mails (like info[at]domainA and info[at]domainB.com and so on). I know I'll need to use Postfix and Dovecot, but that's it.

Kind regards.

役に立ちましたか?

解決

There are a number of ways to get the information you need, based on just knowing you need Postfix and Dovecot.

You might consider looking at this post on the forums at raspberrypi.org. It has a number of people running working mail servers on the RaspberryPi and links to the tutorials they used.

You could also try searching Google for "how to setup postfix and dovecot on debian". There are hundreds of tutorials on how to do this with example configurations.

You could also reference the Postfix and Dovecot documentation, as they also provide information on, not only how to configure the respective pieces of software, but also tutorials and examples of configuration.

There is really no 'silver bullet' solution to setting this up, as it comes down to what you want to get out of it and how you want it to work which, since you don't really have a clearly defined goal, will take some trial and error. Learn by doing.

他のヒント

Not sure if you are still looking for an answer, but this is a good link. http://sealedabstract.com/code/nsa-proof-your-e-mail-in-2-hours/

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top