On Mon, Dec 21, 2009 at 5:31 PM, Arora, Sumit <sumit.ar...@hp.com> wrote: > Hi, > > > > I need to move email logs to /mnt/ currently it is /var/logs/, how can I do > this? > > Please help.
If you are using syslog, check /etc/syslog.conf you should find the path for mail logs in there. Change it to the desired location. eg from: mail.* -/var/log/maillog to: mail.* -/mnt/logs/maillog