When I try to start dtmail, it vomits the following error:
"Mailer has not been properly installed, and cannot run because the execution group is incorrectly set." How do I set the execution group?
Thx
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
When I try to start dtmail, it vomits the following error:
"Mailer has not been properly installed, and cannot run because the execution group is incorrectly set." How do I set the execution group?
Thx
It needs to be a setgid binary, to whatever group your mail files are
protected by... Something like:
chgrp mail dtmail
chmod 2755 dtmail
--
Jon Trulson
"Don't believe everything you read on the internet."
--Abraham Lincoln
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
When I try to start dtmail, it vomits the following error:
"Mailer has not been properly installed, and cannot run because the execution group is incorrectly set." How do I set the execution group?
Thx
On Tue, 30 Sep 2014, mrlinux12321 wrote:
It needs to be a setgid binary, to whatever group your mail files are
protected by... Something like:
chgrp mail dtmail
chmod 2755 dtmail
--
Jon Trulson
"Don't believe everything you read on the internet."
--Abraham Lincoln