Answer the question
In order to leave comments, you need to log in
How to connect to postfix + dovecot + Ubuntu 18.04 + MySQL mail?
There is a droplet on DigitalOcean with a server and one site, but the site had to do mail.
I made it according to a cheat sheet from DigitalOcean, which is just awfully detailed and with examples of the correct configuration files - here
Everything seems to be fine, but the mailer does not connect with a complaint about the password, and there is such beauty in the logs
dovecot: imap-login: Disconnected (auth failed, 6 attempts in 38 secs): user=<office>, method=PLAIN.......
INSERT INTO `servermail`.`virtual_users`
(`id`, `domain_id`, `password` , `email`)
VALUES
('1', '1', ENCRYPT('firstpassword', CONCAT('$6$', SUBSTRING(SHA(RAND()), -16))), '[email protected]'),
('2', '1', ENCRYPT('secondpassword', CONCAT('$6$', SUBSTRING(SHA(RAND()), -16))), '[email protected]');
Answer the question
In order to leave comments, you need to log in
Closed/Solved
Apparently
, something was overlooked somewhere and the complete removal of mail programs with their settings and careful installation/configuration helped and everything works...
spam is flying ... I'll probably also delete it and reconfigure it using the new opendkim
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question