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
How do I setup a mail drop and POP accounts as well for my Virtual Hosts? | Advanced Internet Technologies

If you must have a default mail drop for your virtual hosts, they must be listed at the lowest portion of the /etc/mail/virtusertable file so all other aliases for the domain may work as the Server reads this file in order. This will not allow you to have any POP accounts as they will be forwarded to the default mail drop however, you may work around this by setting an alias that will send the message to the “user@virtualdomain.com” which will then drop the message to the POP account “user” and your virtual domain may POP for the messages as long as they have the proper credentials. Keep in mind that the server only looks for the “usernames” when receiving messages which allows this method to work unless an alias is involved which will then forward the message to the appropriate location.

Example Virtusertable:

aittest@virtualdomain.com aittest@topleveldomain.com

@virtualdomain user@anydomain.com

The above will drop any e-mail coming into the server for “aittest@virtualdomain.com” to the mailbox “aittest”.  If any e-mail is sent to an unspecified user “@virtualdomain.com” the message will be forwarded to “user@anydomain.com”.