Hello and good day! I'm continuing my efforts to explore/implement performance monitoring features and now focused on adding postfix for emailing reports. Postfix installed and main.cf configured but having error:
Code:
postfix restart
postfix: fatal: file /opt/etc/postfix/main.cf: parameter default_privs: unknown user name value: nobody
"nobody" exists in system file:
Code:
cat /etc/passwd
nobody:x:65534:65534:nobody:/dev/null:/dev/null
Groups command also doesn't see "nobody"
Code:
groups nobody
groups: unknown user nobody
No sure if related, but I've edited the following files and all accounts including the system account used for router GUI and SSH access (created duing initial device setup) groups command reports "unknown user":
Code:
/etc/passwd
/etc/shadow
/etc/group
/etc/gshadow
Did I miss a step with account creation and initialization for use on router during peformance monitoring, report generation, cron jobs, etc.?
In advance, your consideration and gudiance is appreciated. Danny.
Code:
postfix restart
postfix: fatal: file /opt/etc/postfix/main.cf: parameter default_privs: unknown user name value: nobody
"nobody" exists in system file:
Code:
cat /etc/passwd
nobody:x:65534:65534:nobody:/dev/null:/dev/null
Groups command also doesn't see "nobody"
Code:
groups nobody
groups: unknown user nobody
No sure if related, but I've edited the following files and all accounts including the system account used for router GUI and SSH access (created duing initial device setup) groups command reports "unknown user":
Code:
/etc/passwd
/etc/shadow
/etc/group
/etc/gshadow
Did I miss a step with account creation and initialization for use on router during peformance monitoring, report generation, cron jobs, etc.?
In advance, your consideration and gudiance is appreciated. Danny.