propcgamer
Verified User
- Joined
- Dec 27, 2005
- Messages
- 98
When a user hits their daily email limit, their outgoing e-mails are bounced.
I see this error message in exim's log:
The user gets a Mail delivery failed: returning message to sender that says "Unrouteable address" instead of the "You have reached your daily email limit" message.
I also found this reference to check_limits in my exim.conf file:
Which seems to be the same as found in http://files.directadmin.com/services/exim.conf
I checked an I am using the latest exim.pl file from http://files.directadmin.com/services/exim.pl
I did receive a directadmin ticket once the user hit the limit, so part of it is working, but any suggestions on how to fix the "failed to expand condition"?
Thanks
I see this error message in exim's log:
failed to expand condition "${perl{check_limits}}" for lookuphost router: You (username) have reached your daily email limit of 300 emails
The user gets a Mail delivery failed: returning message to sender that says "Unrouteable address" instead of the "You have reached your daily email limit" message.
I also found this reference to check_limits in my exim.conf file:
Code:
lookuphost:
driver = dnslookup
domains = ! +local_domains
ignore_target_hosts = 127.0.0.0/8
condition = "${perl{check_limits}}"
transport = remote_smtp
no_more
I checked an I am using the latest exim.pl file from http://files.directadmin.com/services/exim.pl
I did receive a directadmin ticket once the user hit the limit, so part of it is working, but any suggestions on how to fix the "failed to expand condition"?
Thanks
Last edited: