Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wp-expand-tabs-free domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/websitedevait/public_html/wp-includes/functions.php on line 6131
Why do I get excessive recursion errors when trying to send mail to my alias account? | Advanced Internet Technologies

The usual cause of this is that you have an alias that is being looped back to itself.  Let’s explain.

Examples :

  • `/etc/mail/virtusertable:`

sales@johndoe.com -> Sales@johndoe.com

Sendmail is not case-sensitive so it sees these as the same alias

  • `/etc/mail/virtusertable`

sales@johndoe.com -> sales

when sales is an actual e-mail address in `/etc/passwd`

AIT’s Linux environment views the alias files after checking the passwd file so each time a request is sent to a user in the passwd file another request is then sent to the alias file (virtusertable) and thus the loop begins.