Re: [RCU] SMTP and IMAP/STARTTLS

2017-10-11 Thread A.L.E.C
On 10/11/2017 04:37 PM, Rich Lott wrote: > 1. When roundcube accesses a remote IMAP server to fetch mail. > > 2. When roundcube accesses a remote SMTP server to send mail. Use tls:// prefix. -- Aleksander 'A.L.E.C' Machniak Kolab Groupware Developer [http://kolab.org] Roundcube Webmail

Re: [RCU] SMTP and IMAP/STARTTLS

2017-10-11 Thread Rich Lott
Hi On my first issue: wanting to use different SMTP settings for different hosts, I've found this plugin: https://gitlab.com/kolab-roundcube-plugins/ude-login which is not quite what I wanted but will do. However, I'm still having problems with starttls. There's two situations where I need t

[RCU] SMTP and IMAP/STARTTLS

2017-10-11 Thread Rich Lott
Hi I have two questions 1. Roundcube allows a list of domains for IMAP through the $config['default_host'] = Array() config option. The different hosts require different SMTP settings also, but it seems that the smtp settings are assumed to be static. Is there a hook or such that allows me t