Skip to content
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

Changes required for local mail delivery #754

Open
HimanshuGuptaIdeavate opened this issue Nov 6, 2024 · 1 comment
Open

Changes required for local mail delivery #754

HimanshuGuptaIdeavate opened this issue Nov 6, 2024 · 1 comment

Comments

@HimanshuGuptaIdeavate
Copy link

Hi @andris9
I have setup the wildduck system to my local network i.e. intranet using a scripted version of installation [https://github.com/nodemailer/wildduck/tree/master/setup], What changes are required for local mail delivery?

@mayur-mku
Copy link

If you want to receive new emails, then the easiest way would be to send one from console using this script. Replace wildduck.email and port 25 with your localhost settings (eg. host:localhost port:2525). The script then connects to your test MX server and tries to send an email to it.

If you want to send and receive emails locally from wildduck-webmail interface, then use "localtest.me" as your address domain and make sure that your local test MX is listening on port 25. "localtest.me" resolves to 127.0.0.1, so your emails should be delivered to 127.0.0.1:25

Hi @andris9 I have setup the wildduck system to my local network i.e. intranet using a scripted version of installation [https://github.com/nodemailer/wildduck/tree/master/setup], What changes are required for local mail delivery?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants