Exim did not log outgoing e-mails.

Hattori

New member
Joined
Jun 2, 2013
Messages
2
Hello, I'm using DirectAdmin on Centos 4.4 and have updated DA to the latest version 1.43.0 by custombuild.

I have also updated exim.conf and exim.pl (#VERSION=13) as per instruction :
http://help.directadmin.com/item.php?id=51

My daily email limit was previously working a few months ago, but I noticed that the outgoing email counter in DA is always 0.

The limit was unchanged for 2 years :
[root@server ~]# cat /etc/virtual/limit
3000

But these files are not created :
/etc/virtual/usage/username

Also, these files recorded only the "method=incoming" mail, no outgoing mails are logged :
/etc/virtual/usage/username.bytes

In the DA this is totally empty :
User Level -> E-Mail Accounts -> E-Mail Usage


Anyone knows why?
 
OK, I found it is due to this line missing from the exim.conf Routers section due to amendment to support AlterMIME disclaimers in the mail :

condition = "${perl{check_limits}}"

Problem solved.
 
Back
Top