Joven Castillo wrote: > Just want to ask what command can I view mail logs. > Currently what I see on server is "maillog" "maillog.0.gz" and > "maillog.1.gz" and so forth.
They're plain text files, like most files in the system. Unlike some other OSes you may have used, on GNU/Linux and other Unix-like systems here are very, very few system log files that are binary (off the top of my head, it's only the wtmp and utmp records on a standard system). You can easily use a program like less(1) to view them, e.g. less /var/log/maillog -- To err is human, but to foul things up takes a computer. And to make a total disastrous mess takes a computer *operated* by a human. http://stormwyrm.blogspot.com/ _________________________________________________ Philippine Linux Users' Group (PLUG) Mailing List [email protected] (#PLUG @ irc.free.net.ph) Read the Guidelines: http://linux.org.ph/lists Searchable Archives: http://archives.free.net.ph

