Discussion:
[horde] horde smtp auth ssl
George
2013-10-23 10:06:44 UTC
Permalink
Hi,

I could not find much info about this problem and what I found did not
solve mine.

I am trying to set up horde to send using smtp authentication and
tls/ssl. I could not see the option to set it via the administration
interface so I am trying it now directly in the horde config file. I
need to set the following settings:
$conf['mailer']['params']['host'] = 'smtps.somedomain.com';
$conf['mailer']['params']['port'] = 465;
$conf['mailer']['params']['localhost'] = 'smtps.somedomain.com';
$conf['mailer']['params']['auth'] = 'WHAT DO I USE HERE?'; (I have the
option PLAIN, LOGIN, MD5-something)
$conf['mailer']['params']['username'] = 'USERNAME';
$conf['mailer']['params']['password'] = 'PASSWORD';
$conf['mailer']['type'] = 'smtp';

For host I tried to use ssl://smtps.somedomain.com but it did not
help. Says it can't connect to smtp server. For auth I am not sure
what to use.

Please help

Thanks
Andy Dorman
2013-10-23 14:59:42 UTC
Permalink
Post by George
Hi,
I could not find much info about this problem and what I found did not
solve mine.
I am trying to set up horde to send using smtp authentication and
tls/ssl. I could not see the option to set it via the administration
interface so I am trying it now directly in the horde config file. I
$conf['mailer']['params']['host'] = 'smtps.somedomain.com';
$conf['mailer']['params']['port'] = 465;
$conf['mailer']['params']['localhost'] = 'smtps.somedomain.com';
$conf['mailer']['params']['auth'] = 'WHAT DO I USE HERE?'; (I have the
option PLAIN, LOGIN, MD5-something)
$conf['mailer']['params']['username'] = 'USERNAME';
$conf['mailer']['params']['password'] = 'PASSWORD';
$conf['mailer']['type'] = 'smtp';
For host I tried to use ssl://smtps.somedomain.com but it did not
help. Says it can't connect to smtp server. For auth I am not sure
what to use.
Please help
Thanks
/admin/config/config.php?app=horde

Select the "Mailer" tab and set the first field to "Use a SMTP server
(HIGHLY RECOMMENDED)". That will open up the rest of the fields you
need to fill in. If it helps, our settings are:

host: smtp.antespam.com
port: 587
localhost: '' (empty)
auth: PLAIN
username: '' (empty)
password: '' (empty)

We are safe using PLAIN because our smtp servers are on the same
internal network.
--
Andy Dorman
Michael M Slusarz
2013-10-23 18:07:09 UTC
Permalink
Post by George
I am trying to set up horde to send using smtp authentication and
tls/ssl. I could not see the option to set it via the administration
interface so I am trying it now directly in the horde config file. I
$conf['mailer']['params']['host'] = 'smtps.somedomain.com';
$conf['mailer']['params']['port'] = 465;
Use port 587 instead. That port uses TLS to connect.

michael

___________________________________
Michael Slusarz [slusarz at horde.org]
George
2013-10-24 22:28:02 UTC
Permalink
Hi,

Does not work. Port 587 is closed on that server. The only one opened
and working is 465. Is there any way to make horde work with that?

Please advise
Post by Michael M Slusarz
Post by George
I am trying to set up horde to send using smtp authentication and
tls/ssl. I could not see the option to set it via the administration
interface so I am trying it now directly in the horde config file. I
$conf['mailer']['params']['host'] = 'smtps.somedomain.com';
$conf['mailer']['params']['port'] = 465;
Use port 587 instead. That port uses TLS to connect.
michael
___________________________________
Michael Slusarz [slusarz at horde.org]
--
Horde mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: horde-unsubscribe at lists.horde.org
Andy Dorman
2013-10-25 02:37:33 UTC
Permalink
Post by George
Hi,
Does not work. Port 587 is closed on that server. The only one opened
and working is 465. Is there any way to make horde work with that?
Please advise
Post by Michael M Slusarz
Post by George
I am trying to set up horde to send using smtp authentication and
tls/ssl. I could not see the option to set it via the administration
interface so I am trying it now directly in the horde config file. I
$conf['mailer']['params']['host'] = 'smtps.somedomain.com';
$conf['mailer']['params']['port'] = 465;
Use port 587 instead. That port uses TLS to connect.
michael
___________________________________
Michael Slusarz [slusarz at horde.org]
--
Horde mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: horde-unsubscribe at lists.horde.org
In http://mail.yourdomain.com/admin/config/config.php?app=horde you can
set the port for horde to use. So tell horde to use 465 and it will use it.

You will almost certainly need to look at the server logs to see what
the problem is.
--
Andy Dorman
Michael M Slusarz
2013-10-24 22:25:37 UTC
Permalink
Please keep discussions on the list.

___________________________________
Michael Slusarz [slusarz at horde.org]
-------------- next part --------------
An embedded message was scrubbed...
From: George <izghitu at gmail.com>
Subject: Re: [horde] horde smtp auth ssl
Date: Fri, 25 Oct 2013 01:14:12 +0300
Size: 4037
URL: <http://lists.horde.org/archives/horde/attachments/20131024/532b44c1/attachment.mht>
Loading...