Artix Linux Forum

Artix Linux => Applications & Software => Topic started by: Yujiri on 29 September 2020, 00:40:57

Title: OpenSMTPD installer script problem
Post by: Yujiri on 29 September 2020, 00:40:57
I just recently installed `galaxy/opensmtpd-openrc` version 20200715-1 and on trying to run any of its binaries, I am told  "this program must be setgid smtpq". After making that change, they worked.

Is this a problem with the install script, or did I install it wrong somehow?

I was going to check out the pacman repository to look through the install script, but I couldn't for the life of me find where the actual repository hosted. I did look through what I had in `var/cache/pacman/pkg`  but didn't find any install script in the tarball for `opensmtpd` (though `pacman -Qi` says there is one). I also couldn't find out where you're supposed to report issues with Artix packages, so I'm doing it here.
Title: Re: OpenSMTPD installer script problem
Post by: ndowens on 29 September 2020, 01:11:45
I will look at as soon as I can
Title: Re: OpenSMTPD installer script problem
Post by: ndowens on 29 September 2020, 02:18:52
I tested it using rc-service opensmtpd start and it ran as expected.
Title: Re: OpenSMTPD installer script problem
Post by: phoenix_king_rus on 29 September 2020, 08:42:12
I just recently installed `galaxy/opensmtpd-openrc` version 20200715-1 and on trying to run any of its binaries, I am told  "this program must be setgid smtpq". After making that change, they worked.

Is this a problem with the install script, or did I install it wrong somehow?

I was going to check out the pacman repository to look through the install script, but I couldn't for the life of me find where the actual repository hosted. I did look through what I had in `var/cache/pacman/pkg`  but didn't find any install script in the tarball for `opensmtpd` (though `pacman -Qi` says there is one). I also couldn't find out where you're supposed to report issues with Artix packages, so I'm doing it here.
I had this problem with /bin/sendmail symlink only. It was solved by setting its (only symlink itself) group ownership to smtpq and adding setgid bit. Other binaries seem to be fine for me
Title: Re: OpenSMTPD installer script problem
Post by: MilkCow on 27 November 2020, 10:19:24
community/opensmtpd doesn't have this issue.