Hi guys,
I'm having a problem and I'm not sure how to fix it, nor where to look
My users can't receive emails in their "system accounts". I'm not sure if this is the appropriate name, but I call that the accounts that Directadmin automatically creates for every user as [email protected]
Additionally now I started to have problems with the bouncing emails, which are being frozen because of the limit in /etc/virtual/limit and I don't know how to prevent these emails from getting stuck on my mail queue.
Here are some sample logs:
For privacy reasons I replaced the original this in the original data:
- [email protected]: it's a personal Gmail account from which I'm sending emails to my client's account
- [email protected]: it's my client's account ([email protected]).
- [email protected]: it's the address to which [email protected] is translated... where "my.server-fqdn.com" is my server's hostname.
I hope you can help me figure out where's my problem.
Thanks in advance!
I'm having a problem and I'm not sure how to fix it, nor where to look

My users can't receive emails in their "system accounts". I'm not sure if this is the appropriate name, but I call that the accounts that Directadmin automatically creates for every user as [email protected]
Additionally now I started to have problems with the bouncing emails, which are being frozen because of the limit in /etc/virtual/limit and I don't know how to prevent these emails from getting stuck on my mail queue.
Here are some sample logs:
Code:
2011-03-20 00:07:52 1Q18zg-0005Ye-0q <= [email protected] H=mail-yi0-f46.google.com [209.85.218.46] P=esmtps X=TLSv1:RC4-SHA:128 S=2184 [email protected] T="Test" from <[email protected]> for [email protected]
2011-03-20 00:07:52 cwd=/var/spool/exim 3 args: /usr/sbin/exim -Mc 1Q18zg-0005Ye-0q
2011-03-20 00:07:52 1Q18zg-0005Ye-0q ** [email protected] <[email protected]> F=<[email protected]> R=virtual_aliases:
2011-03-20 00:07:52 1Q18zg-0005Ye-0q ** [email protected] <[email protected]> F=<[email protected]> R=virtual_aliases:
2011-03-20 00:07:52 cwd=/var/spool/exim 7 args: /usr/sbin/exim -t -oem -oi -f <> -E1Q18zg-0005Ye-0q
2011-03-20 00:07:52 1Q18zg-0005ba-7U <= <> R=1Q18zg-0005Ye-0q U=mail P=local S=3285 T="Mail delivery failed: returning message to sender" from <> for [email protected]
2011-03-20 00:07:52 1Q18zg-0005Ye-0q Completed
2011-03-20 00:07:52 cwd=/var/spool/exim 3 args: /usr/sbin/exim -Mc 1Q18zg-0005ba-7U
2011-03-20 00:07:52 1Q18zg-0005ba-7U failed to expand condition "${perl{check_limits}}" for lookuphost router: You (unknown) have reached your daily email limit of 450 emails
2011-03-20 00:07:52 1Q18zg-0005ba-7U ** [email protected] F=<>: Unrouteable address
2011-03-20 00:07:52 1Q18zg-0005ba-7U Frozen (delivery error message)
For privacy reasons I replaced the original this in the original data:
- [email protected]: it's a personal Gmail account from which I'm sending emails to my client's account
- [email protected]: it's my client's account ([email protected]).
- [email protected]: it's the address to which [email protected] is translated... where "my.server-fqdn.com" is my server's hostname.
I hope you can help me figure out where's my problem.
Thanks in advance!