Roundcube Community Forum

 

Disable SMTP Auth

Started by TazzxCc, Today at 03:43:18 AM

Previous topic - Next topic

TazzxCc

Hi,

I guess most people run RC on the email host as do I. As a result, I want to turn off SMTP AUTH for 127.0.0.1

My sendmail is already configured to do this, however, RC insists on trying to do SMTP AUTH:

<mjmds6dr> PHP Error: SMTP server does not support authentication (POST /rcmail/?_task=mail

I have disabled auth where I can, smtp_user is NULL (tried null) and the same with smtp_pass and smtp_auth_type

Any pointers please ?

Thanks !

alec

There's this in the defauls.inc.php file:
// Note: To disable user authentication set smtp_user and smtp_pass to ''.
I recall a fixed bug that maked it not working, so make sure to use most recent version.