-
-
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
Haraka doesn't seem to send mails. #4
Comments
Haraka doesn't do queueing of outbound mails. You still need to hand off to another delivery agent for that. What's your config/plugins like? |
I am using the default plugins and config. What should I use to route it via another delivery agent? |
What do you normally use for outbound mail? Basically if it's not qmail, then you'll have to run another smtp server on another port, and enable either the smtp-proxy or smtp-forward queue plugin to forward to that server. |
Well I use sendmail. |
right. I should probably write a queue plugin which shells out to /path/to/sendmail to do this. |
Check for multiple error/close/timeouts when idle.
I tried sending a mail to by gmail id from my mail client using Haraka as my outgoing smtp server. The process seemed to completed without any errors but the mail didn't reach may gmail id.
PS. Both the Haraka server and my mail client are on my local system.
The text was updated successfully, but these errors were encountered: