mailcow / mailcow-dockerized

mailcow: dockerized - ๐Ÿฎ + ๐Ÿ‹ = ๐Ÿ’•
https://mailcow.email
GNU General Public License v3.0
9.09k stars 1.19k forks source link

warnings in postfix log #1100

Closed lgusewski closed 6 years ago

lgusewski commented 6 years ago

I found some warnings in the log, after the update from today:

warning: group or other writable: /opt/postfix/conf/./postscreen_access.cidr warning: group or other writable: /opt/postfix/conf/./smtp_dsn_filter warning: group or other writable: /opt/postfix/conf/. warning: not owned by root: /opt/postfix/conf/./postscreen_access.cidr warning: not owned by root: /opt/postfix/conf/./smtp_dsn_filter warning: not owned by root: /opt/postfix/conf/.

Something i can do or i have to worry about?

fairlygood commented 6 years ago

I have the same.

mkuron commented 6 years ago

Thatโ€™s fine, you can ignore the warnings. If you want to get rid of these messages, you can chown and chmod the files in data/conf/postfix accordingly. That is the directory that is mounted to /opt/postfix/conf in the container.