On Nov 18, 2011, at 8:45 AM, Amira Othman wrote: > Hi all > Is it possible to have postfix log to be written in database instead of file? > If it’s not possible could I copy some information out of log file and then > insert them in database? > > regards
you can cat awk grep sed /var/log/filename to file.db technically the log file is already in a db format of $1,$2,$3 -j
