Forum: Geeks' Lounge Jan 9th, 2004 |
| Replies: 35 Views: 11,326 If you could control minds, then you could make everyone else *think* that you had all the other superpowers. I'll take that one.
-GOND |
Forum: *nix Software Jan 9th, 2004 |
| Replies: 1 Views: 7,916 Try sending some locally-delivered mail from the cli:
mail -v username
and watch the output. You can also tail the maillog file:
tail -f /var/log/maillog
so that you can see what... |