Hey Tech Support,
I've made some changes to the courierconfig.yaml file.
Mainly the authmodulelist. But each time courier is updated or cpanel runs the update, my authuserdb is removed, and then the authdaemonrc only shows authpipe. Even though I have authuserdb like below. This causes large amounts of failures on the mail server. Since most of my clients use the authuserdb.
So each time the update runs, I have to mainly go edit the authdaemonrc file and add back in authuserdb.
My questions are why does this not push the changes into the authdaemonrc? Why doesn't the file keep my settings. Since WHM doesn't offer this section to edit, I thought editing it here would keep it in the authdaemonrc.
I've made some changes to the courierconfig.yaml file.
Mainly the authmodulelist. But each time courier is updated or cpanel runs the update, my authuserdb is removed, and then the authdaemonrc only shows authpipe. Even though I have authuserdb like below. This causes large amounts of failures on the mail server. Since most of my clients use the authuserdb.
So each time the update runs, I have to mainly go edit the authdaemonrc file and add back in authuserdb.
My questions are why does this not push the changes into the authdaemonrc? Why doesn't the file keep my settings. Since WHM doesn't offer this section to edit, I thought editing it here would keep it in the authdaemonrc.
Code:
# /var/cpanel/courierconfig.yaml file
---
"authdaemonrc":
"LOGGEROPTS": '"-facility=mail"'
"authmodulelist": '"authuserdb authpipe"'
"daemons": 5
"imapd":
...