
Originally Posted by
AndyB78
No user before @. Just @domain.com. Where should I look for it and delete that leftover?
To clarify, is this seen as an e-mail forwarder or an e-mail account?
There is a YAML file that contains a list of the current e-mail accounts, but care should be taken if attempting to edit it so as to preserve the syntax and format of the data without introducing corruption. The file is stored in a path like the following example (where "username" is the cPanel account username):
Code:
/home/username/.cpanel/email_accounts.yaml
Please save a fresh backup before attempting any modification, so that there is something to revert to if the need arises; via root SSH access, a command such as the following will save a backup copy (where "username" is the cPanel account username):
Code:
# cp -pv /home/username/.cpanel/email_accounts.yaml /home/username/.cpanel/email_accounts.yaml.backup