Re: Setting permissions on new users in postinst

2024-02-28 Thread Peter Pentchev
On Thu, Feb 29, 2024 at 11:12:27AM +1100, Brian May wrote: > See bug #1064349. > > I think the problem (correct me if I am wrong!) is that the postinst - > debian/amavisd-new.postinst - does (simplified): > > === cut === > #DEBHELPER# > > case "$1" in > configure) > # configure file

Setting permissions on new users in postinst

2024-02-28 Thread Brian May
See bug #1064349. I think the problem (correct me if I am wrong!) is that the postinst - debian/amavisd-new.postinst - does (simplified): === cut === #DEBHELPER# case "$1" in configure) # configure file permissions to use new amavis user ... esac === cut === This means that #DE