Re: [RCU] How to configure roundcube to relay mail

2016-06-07 Thread A.L.E.C
On 06/08/2016 04:21 AM, John Tucker wrote: > $config['smtp_server'] = ‘my.host.com :10025’; > $config[‘smtp_user’] = 'userid’; > $config[‘smtp_pass’] = ‘password’; > > or is there another 'smtp_port’ parameter or such? There is. -- Aleksander 'A.L.E.C' Machniak Kolab

[RCU] How to configure roundcube to relay mail

2016-06-07 Thread John Tucker
Greetings, I have read the wiki and understand how to set the relay host, user id and user password but I have a question on how to identify an alternate port to use for mail relay. I would add/update the following to the config/config.inc.php file $config['smtp_server'] = ‘my.host.com