1 (edited by Mister_X 2015-09-10 18:00:42)

Topic: Not to send the letter.

Good day !

Please tell me what could be the problem
1. do not like not to send a letter

SMTP error (-1): Authorization failed.

Here is my log mail.err:

Sep 10 12:47:05 server postfix / smtpd [12428]: fatal: no SASL authentication mechanisms
Sep 10 12:47:06 server roundcube: SMTP Error: SMTP error: Authentication failure: SMTP server does not support authentication (Code:) in /usr/share/apache2/roundcubemail-1.0.4/program/lib/Roundcube/rcube .php on line 1505 (POST / mail /? _ task = mail & _unlock = loading1434878456403 & _lang = ru & _framed = 1? _task = mail & _action = send)

2. In the process of saving the error occurred.

log mail.err:

Sep 10 12:50:48 server dovecot: imap (admin@beaded-magic.ru): Error: net_connect_unix (/ var / run / dovecot / dict) failed: Permission denied (euid = 2000 (vmail) egid = 2000 (vmail ) missing + r perm: / var / run / dovecot / dict, dir owned by 0: 0 mode = 0755)
Sep 10 12:50:48 server dovecot: imap (admin@beaded-magic.ru): Error: Internal quota calculation error
Sep 10 12:50:48 server roundcube: IMAP Error: Could not save message in Drafts in /usr/share/apache2/roundcubemail-1.0.4/program/steps/mail/sendmail.inc on line 607 (POST / mail / ? _task = mail & _unlock = loading1441768644597 & _lang = ru & _framed = 1? _task = mail & _action = send)

PS

telnet localhost 25
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
220 server.site.ru ESMTP Postfix (Ubuntu)
EHLO site
250-server.site.ru
250-PIPELINING
250-SIZE 15728640
250-ETRN
250-STARTTLS
250-ENHANCEDSTATUSCODES
250-8BITMIME
250 DSN


What could be wrong?

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: Not to send the letter.

Mister_X wrote:

SMTP error (-1): Authorization failed.

You are using incorrect username or password for smtp authentication.

Mister_X wrote:

Sep 10 12:50:48 server dovecot: imap (admin@beaded-magic.ru): Error: net_connect_unix (/ var / run / dovecot / dict) failed: Permission denied (euid = 2000 (vmail) egid = 2000 (vmail ) missing + r perm: / var / run / dovecot / dict, dir owned by 0: 0 mode = 0755)

This doesn't look right.
Does it work if you restart Dovecot service? If not, please try this:

*) Stop dovecot service.
*) Remove all files under /var/run/dovecot/
*) Start dovecot service.