-
Notifications
You must be signed in to change notification settings - Fork 44
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
Manage Unix socket #73
Comments
patch looks ok (on a quick glance) and is little intrusive, but could you elaborate on why you need this and how this is used? |
I can explain, but it's a long story… 😉 I'll try to sum up. Now, out of my personal use case, sending to a Unix socket can be interesting in a some situations like:
|
Hi @jahir, any news on this topic ? |
@sveyret not from me. I'm not sure if this is of much use, but as I said, the patch looks fine and is little intrusive, so it would be fine by me. I have no say in this project, so that's of not much help for you, though... |
Hi,
I am using nullmailer on my home servers to forwards local e-mails (e.g. cron) to the main server, which has a full postfix installation. In order for this communication between nullmailer and postfix to be secured, I want to use Unix socket instead of TCP socket.
I made a modification in the source in order to add this ability, and will provide a PR. That would be great if it could be integrated in nullmailer.
Thank you.
The text was updated successfully, but these errors were encountered: