On 2012-01-20 10:58, Charles Marcus wrote: > On 2012-01-19 6:46 PM, Roberto Fulgado <[email protected]> wrote: >> I have roundcube 0.3.1 and daovecot 1.2.15 from the debian squeeze >> repo installed. I am trying to send email via MSP (port 587). >
I am very new to Roundcube, I only set it up two days ago and I only joined this list yesterday. However, with the current version I have the following which works just great with STARTTLS on the submission port: $rcmail_config['smtp_server'] = 'tls://my.smtp.host'; $rcmail_config['smtp_port'] = 587; $rcmail_config['smtp_user'] = '%u'; $rcmail_config['smtp_pass'] = '%p'; $rcmail_config['smtp_auth_type'] = 'PLAIN'; -- Message sent via my webmail account. -- List info: http://lists.roundcube.net/users/ BT/8f4f07cd
