haraka / Haraka

A fast, highly extensible, and event driven SMTP server
https://haraka.github.io
MIT License
5.01k stars 661 forks source link

How to check my server IP is not an Open Relay. I am using Haraka #1751

Closed bibudha closed 7 years ago

bibudha commented 7 years ago

Hello

I am creating one mail server. I am using Haraka. But I am little confused about the relay thing. How to make relay my mail server so that I can send mail using other domain(DKIM and SPF verified).

I want mail in receiver inbox not in Spam.

darkpixel commented 7 years ago

Use 'swaks'. It's a handy tool for testing SMTP connections.

From a machine that shouldn't be able to relay mail (maybe spin up a Digital Ocean droplet for a few minutes) you can run something like:

swaks --from a-fake-address@whatever.tld --to some-other-address@notmyserver.tld --server my-haraka-server.tld

See what swaks spits out.

bibudha commented 7 years ago

how to install the relay plugin in Haraka

baudehlo commented 7 years ago

It currently ships with Haraka.

On Jan 5, 2017, at 7:10 AM, Bibudha Ranjan Sahoo notifications@github.com wrote:

how to install the relay plugin in Haraka

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub, or mute the thread.