Fog_Watch Apprentice


Joined: 24 Jul 2006 Posts: 193 Location: Utility Muffin Research Kitchen
|
Posted: Fri Sep 15, 2017 8:03 am Post subject: mail(yes) in fcrontab for a user can work |
|
|
It's possible to make mail(yes) in fcrontab to work for a user as well as root.
Code: | # gpasswd -a $USER nullmail #First
# chgrp nullmail /etc/nullmailer/{adminaddr,defaultdomain,me} #second
|
Regards
FogWatch.
Without the above I received the following error:
Quote: | nullmailer-inject: nullmailer-queue failed: 18 |
|
|