Hi,
I managed to get mailgraph working with exim and it's showing everything just fine accept for outgoing emails and i think i know why.I've setup mailgraph to use the logfile "/var/log/maillog" because the actual exim logfile eg /var/log/exim_mainlog is not in syslog format and it won't work.The exim documentation says
found that here so i'm on Centos 6.5 (64 bit) in /etc/rsyslog.conf i have
yet no outgoing email information is there is it because i'm using MailScanner ?.I don't like half work i want it to work completely.
I managed to get mailgraph working with exim and it's showing everything just fine accept for outgoing emails and i think i know why.I've setup mailgraph to use the logfile "/var/log/maillog" because the actual exim logfile eg /var/log/exim_mainlog is not in syslog format and it won't work.The exim documentation says
- mainlog is mapped to LOG_INFO
- rejectlog is mapped to LOG_NOTICE
- paniclog is mapped to LOG_ALERT
found that here so i'm on Centos 6.5 (64 bit) in /etc/rsyslog.conf i have
Code:
mail.* /var/log/maillog
yet no outgoing email information is there is it because i'm using MailScanner ?.I don't like half work i want it to work completely.