Replies: 2 comments
-
I went with the approach of two instances. It's working. But now I'm not able to sending emails (queue/smtp_forward) and I can't get to work DKIM signing.
No offense, but documentation is pretty frustrating. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I'd suggest using |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Maybe this is a pretty newbie question:
I want Haraka be able to receive emails from any configured domain. This is working as expected. For the sake of simplicity I'm using port 25.
But, as I'm creating an API for sending mails, I want to deny any access that attempts to send anything. Only outbound access should be done from localhost.
But even if I'm using auth/flat_file with no users or any random user and password, this is accepted:
I'm thinking about using two instances: one for inbound (standard ports) and other for outbound (alt ports), but It's no clear to me how to configure Haraka as "outbound only" or "inbound only".
Beta Was this translation helpful? Give feedback.
All reactions