Giter Club home page Giter Club logo

Comments (6)

baudehlo avatar baudehlo commented on May 13, 2024

That's pretty simple. By default Haraka does no user checking. So just use the rcpt_to.in_host_list with your "domain.com" in the config/host_list file. Saving to a db is up to you to figure out as I don't know how you want to save it, but if you want to save to couchdb you might be interested in this: https://github.com/maxogden/haraka-couchdb

Hope that helps. Let me know if you have any more questions.

from haraka.

bookmark avatar bookmark commented on May 13, 2024

I have two question:

1- how to write plugin get address from mail receiver?

2- how to send mail with haraka?

from haraka.

baudehlo avatar baudehlo commented on May 13, 2024

Have you looked at the Tutorial? I just updated it so it's even easier now.

https://github.com/baudehlo/Haraka/blob/master/docs/Tutorial.md

from haraka.

bookmark avatar bookmark commented on May 13, 2024

When i do with tut, i have a error

[ERROR] [mail_from.is_resolvable] DNS Error: Error: ENODATA, DNS server returned answer with no data
[INFO] B27F02D5-49CF-477C-8BE5-D6A0D641D877.1 plugin returned deny(soft?): Temporary resolver error
[DEBUG] B27F02D5-49CF-477C-8BE5-D6A0D641D877.1 running deny hooks
[DEBUG] B27F02D5-49CF-477C-8BE5-D6A0D641D877 running quit hooks
[DEBUG] B27F02D5-49CF-477C-8BE5-D6A0D641D877 running disconnect hooks
[DEBUG] B27F02D5-49CF-477C-8BE5-D6A0D641D877 closing client

How to fix it

from haraka.

bookmark avatar bookmark commented on May 13, 2024

How to read mail content ????

from haraka.

baudehlo avatar baudehlo commented on May 13, 2024

You are supplying a FROM address at a domain without an MX record (perhaps "example.com"?). Either disable the mail_from.is_resolvable plugin (edit config/plugins) or use a different (and thus valid) domain.

To read the mail contents have a look at the data.signatures plugin (in github) as an example.

from haraka.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.