RE: can not send email - SMTP error on roundcube
08-10-2016, 12:33 AM
(This post was last modified: 08-10-2016, 12:34 AM by wolvepy.)
Now it's partially solved.
I can send (unfortunately it falls in the spam box) but I can not receive.
What I did is:
And follow the instructions.
This solved the problem of the port, but not the smtp server.
For smtp I edited /etc/postfix/main.cf file with:
I can send but not receive.
I can send (unfortunately it falls in the spam box) but I can not receive.
What I did is:
Code:
sudo dpkg-reconfigure postfix
This solved the problem of the port, but not the smtp server.
For smtp I edited /etc/postfix/main.cf file with:
Quote:smtpd_sasl_type = dovecot
smtpd_sasl_path = private/auth
smtpd_sasl_auth_enable = yes
I can send but not receive.