-
Notifications
You must be signed in to change notification settings - Fork 17
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
rmilter fails to start using default debian config #66
Comments
Should be fixed now (the init script did the proper job btw). |
Great! thanks for looking into it straight away With the config change in b71562e the pid file get created correctly in
Changing rmilter.init to this solves the problem: |
Should be fixed right now |
Perfect 👍 |
Hi
Thank you for creating what looks to be a great alternative to what is already out there!
I've been attempting to get setup using the available deb packages. Initially I ran into not having any config files which I see is now fixed in e3d3d66, however I am running into the issue below when starting rmilter:
I believe this is due to insufficient permissions on
/run/
when starting up. It looks to me that rmilter.conf.sysvinit should have thepidfile
set to/run/rmilter/rmilter.pid
instead of/run/rmilter.pid
.The upstart script creates the correct permissions on the
/run/rmilter/
directory for the pid file to be created under there. Also the path to the pid file should possibly be updated in the rmilter.init file too.Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: