-
I'd like to test a docker container of Haraka running locally with my required config before I attempt to get it running on a server and update all the MX records of my domain. I don't know enough about mail protocols to know how I'd do this. My current plan is to test it on a live server but setup mx records for a test subdomain before I move it to use my real domain. Is there a better way? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Easiest solution I can think of it run the Haraka instance exactly as normal except use a custom DNS server to lie to Haraka about the world. Email relies heavily on DNS so this might take a bit of trial and error to get all the records in place, but it would work and also serve as a dev/test environment before future deployments. |
Beta Was this translation helpful? Give feedback.
-
By learning some simple SMTP commands I found I could test it locally using telnet. Here is a simple example of sending an email to my server:
|
Beta Was this translation helpful? Give feedback.
By learning some simple SMTP commands I found I could test it locally using telnet. Here is a simple example of sending an email to my server: