| 10 | |
| 11 | == Setup Mailing Lists on users == |
| 12 | |
| 13 | A lot of errors are only set out as email. It is important to properly setup the email lists on users: |
| 14 | |
| 15 | {{{ |
| 16 | root@users:/etc/mail/lists # ls -lart |
| 17 | total 28 |
| 18 | -rw-r--r-- 1 root mailnull 0 Jan 11 18:38 testbed-www |
| 19 | -rw-r--r-- 1 root mailnull 0 Jan 11 18:38 testbed-testsuite |
| 20 | -rw-r--r-- 1 root mailnull 0 Jan 11 18:38 testbed-stated |
| 21 | -rw-r--r-- 1 root mailnull 0 Jan 11 18:38 testbed-ops |
| 22 | -rw-r--r-- 1 root mailnull 0 Jan 11 18:38 testbed-logs |
| 23 | -rw-r--r-- 1 root mailnull 0 Jan 11 18:38 testbed-audit |
| 24 | -rw-r--r-- 1 root mailnull 0 Jan 11 18:38 testbed-approval |
| 25 | drwxr-xr-x 3 root wheel 512 Jan 11 18:38 .. |
| 26 | -rw-r----- 1 root mailnull 90 Jan 11 21:27 emulab-widearea-users |
| 27 | -rw-r----- 1 root mailnull 233 Jan 14 15:09 emulab-allusers |
| 28 | -rw-r----- 1 root mailnull 149 Jan 14 15:09 emulab-project-leaders |
| 29 | -rw-r----- 1 root mailnull 155 Jan 14 15:09 emulab-ops-users |
| 30 | -rw-r----- 1 root mailnull 81 Jan 14 15:09 testbed-users |
| 31 | drwxr-x--- 2 root mailnull 512 Jan 14 15:09 . |
| 32 | root@users:/etc/mail/lists # echo 'user@deterlab.net' >> testbed-www |
| 33 | root@users:/etc/mail/lists # echo 'user'@deterlab.net' >> testbed-ops |
| 34 | root@users:/etc/mail/lists # echo 'user@deterlab.net' >> testbed-logs |
| 35 | root@users:/etc/mail/lists # echo 'user@deterlab.net' >> testbed-audit |
| 36 | root@users:/etc/mail/lists # echo 'user@deterlab.net' >> testbed-approval |
| 37 | }}} |