-
Notifications
You must be signed in to change notification settings - Fork 129
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
master.cf does not support custom arguments with custom services #87
Comments
Creating a PR is super easy.
I take it you want to add the |
Yes, that would be about correct. |
@leonhedding I'd like a bit of clarification of your initial problem. I believe I have a fix for your problem, but wanna make sure I understand your underlying issue. You would like to add a custom service to the master.cf config. |
It has been a while since I reviewed this, but I am pretty certain that is the issue I was having is what you describe. It was putting in text that I can't have for the amavisd setup. It should be setup like smtpd, but have a different name and port. |
I've had the same problem - as workaround i used the extras variable:
|
I made a change to postfix/files/master.cf. I don't know how to make a pull request here.
I replaced lines 139 - 149 of the current version with the below. It allows me to setup amivisd on port 10025 with all the arguments that I need.
The text was updated successfully, but these errors were encountered: