Hello. I am using Roundcube 1.1.1, everything was working well, but I had to remove Clamav and Amavisd. I did it as said in this article:
http://www.iredmail.org/docs/completely.disable.amavisd.clamav.spamassassin.html
After that i restarted Postfix, which i am using and here comes the problem.
I can't send any email from roundcube web panel. I can receive emails, and i can also send email via telnet, but sending it with web panel gives error SMTP 250.
In mail.log you can see an error:
May 26 10:59:42 wonsz roundcube: PHP Deprecated: Non-static method PEAR::raiseError() should not be called statically, assuming $this from incompatible context in /usr/share/apache2/roundcubemail-1.0.4/program/lib/Net/SMTP.php on line 620
May 26 10:59:42 wonsz roundcube: ERROR: SMTP server does not support authentication ()
May 26 10:59:42 wonsz roundcube: PHP Deprecated: Non-static method PEAR::raiseError() should not be called statically, assuming $this from incompatible context in /usr/share/apache2/roundcubemail-1.0.4/program/lib/Net/SMTP.php on line 371
May 26 10:59:42 wonsz postfix/smtpd[25128]: disconnect from localhost[127.0.0.1]
May 26 10:59:42 wonsz roundcube: <s77fdmns> 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 1714 (POST /mail/?_task=mail&_unlock=loading1432637922095&_lang=pl&_framed=1?_task=mail&_action=send)
Also i have simple website with register form and email verification send and it is working as well as sending email via telnet.
How can i fix it? Help!
Sorry for my english.