-
-
Notifications
You must be signed in to change notification settings - Fork 661
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
Handle all mail send to domain #16
Comments
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. |
I have two question: 1- how to write plugin get address from mail receiver? 2- how to send mail with haraka? |
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 |
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 How to fix it |
How to read mail content ???? |
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. |
How to use Haraka
I need mail server can receiver all mail to @domain.com, parse address and send back to owner email
example :
i send [email protected] , mail server receiver and parse 123, save to db...
Sorry i'm bad English
The text was updated successfully, but these errors were encountered: