Przemyslaw Gawronski wrote: > > I can send with no problem from thunderbird, but from roundcube I can > only login and view mail on the server, but can't send any :-(
How is SMTP configured in Thunderbird? > > My output from smtp server: > ---- > Sep 11 08:44:36 papa postfix/smtpd[2130]: connect from papa[127.0.0.1] > Sep 11 08:44:36 papa postfix/smtpd[2130]: warning: SASL authentication > failure: no secret in database > Sep 11 08:44:36 papa postfix/smtpd[2130]: warning: papa[127.0.0.1]: SASL > DIGEST-MD5 authentication failed > > // SMTP username (if required) if you use %u as the username RoundCube > // will use the current username for login > $rcmail_config['smtp_user'] = '%u'; If you set %u here, the IMAP username will be used for SMTP authorization. Does your SMTP server really require authentication (see configuration in Thunderbird)? If not, just leave 'smtp_user' and 'smtp_pass' blank. Regards, Thomas
