-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please add configuration instructions for domain #1
Comments
Hi,
That could be handy I suppose. I'll look into it.
Just remove them from the docker-compose file. This is the same as with all docker-compose files, you should be able to just Google it.
Have you tried it? Because that's exactly what this project is. So I'm not sure what you mean.
I agree. Which is why I chose to use docker-compose and docker hub already.
Thanks! |
It is really not clear how to setup mail server, for instance I am not familiar with traefik.
it is a good request! |
This docker-compose.yml is good for bare OS server only. But for real cases you should make reverse engineering of this example to be able to do something. |
You don't really have to be, but to get familiar with Traefik I would point you to the Traefik docs ;)
It does not.
How do you mean?
143 and 110. You can look inside the wildduck config and change them if you want. Traefik exposes port 993 and 995, handles TLS, and forwards to wildduck. |
The example docker-compose is for anyone that has either port 80/443 available, or is already using Traefik as their reverse proxy. It's an example of a setup of wildduck in docker. I believe you should always be able to edit a docker-compose to conform to your own setup. This is an issue about DNS config instructions, you're getting off topic. :) |
Well, right now you're looking at the wildduck configuration. So this isn't really a wildduck-dockerized issue. That's the port that gets put into apple mobileconfig files if you generate those with wildduck. So it should be where your imap server is reachable externally. In the case of wildduck-dockerized that would normally be through traefik. So port 993. I agree in this case it's not clear what those config options do. But that isn't an issue for this repository ;). |
Email transmission doesn't happen over pop3 or imap. I happens over smtp on port 25. In this case haraka is used for inbound email. You may want to read more about how email sending and recieving works before you continue. |
Please add configuration instructions such as A record, mx record and SPF record of the domain name.
Example for a standalone mail server.
Please add instructions on how to disable some servers, such as webmail or IMAP services for scratch.
There are two purposes, one is quickly configure and build a mail server, and the other is to develop secondary applications based on some services, Meet custom requirements.
Add a docker-compose mail server quick setup file, which can be downloaded and installed directly from hub.docker.com. Simple, convenient and clean.
The project
astzweig/wildduck
I have been using before is very fast and convenient.https://hub.docker.com/r/astzweig/wildduck
Thanks, great project
The text was updated successfully, but these errors were encountered: