I'm trying to do a mail service and I'm using dovecot but at the moment of wanting to login as a dovecot user it always throws me the same error posftfix @ localhost does not exist which is true because it is not using my domain.
Try to enter the database with the following:
$ mysql -u postfix@'dominio.com' -p
but after entering my password it tells me that the user does not exist but because mysql concateno localhost with my domain in this way
postfix@'dominio.com'@'localhost'
How can I avoid trying to access localhost by default in mysql