Summary | no login data in multiple smtp servers |
Queue | IMP |
Queue Version | 5.0.18 |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | slusarz (at) horde (dot) org |
Requester | emilien (at) wifi (dot) e4a (dot) it |
Created | 03/05/2012 (4872 days ago) |
Due | |
Updated | 08/29/2012 (4695 days ago) |
Assigned | 03/05/2012 (4872 days ago) |
Resolved | 03/06/2012 (4871 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
commit dcea0067142f65cf959849ee94085ac81617f7f7
Author: Michael M Slusarz <slusarz@horde.org>
Date: Tue Mar 6 16:04:09 2012 -0700
[mms] Allow all SMTP configuration parameters to be overriden in
the backends configuration file (
Request #11051).imp/docs/CHANGES | 2 ++
imp/docs/UPGRADING | 4 ++++
imp/lib/Auth.php | 18 ++++++------------
imp/lib/Factory/Mail.php | 19 ++++++++-----------
imp/package.xml | 1 +
5 files changed, 21 insertions(+), 23 deletions(-)
http://git.horde.org/horde-git/-/commit/dcea0067142f65cf959849ee94085ac81617f7f7
dcea0067142f65cf959849ee94085ac81617f7f7 by hand on my IMP-5.0.18
but show me always the same error from the 2nd smtp server: code:
553, response: 5.7.1: Sender address rejected: not logged in
It's needed other changes?
libraries for Horde 5/IMP 6.
dcea0067142f65cf959849ee94085ac81617f7f7 by hand on my IMP-5.0.18 but
show me always the same error from the 2nd smtp server: code: 553,
response: 5.7.1: Sender address rejected: not logged in
It's needed other changes?
Best regards,
Emilien
State ⇒ Resolved
commit dcea0067142f65cf959849ee94085ac81617f7f7
Author: Michael M Slusarz <slusarz@horde.org>
Date: Tue Mar 6 16:04:09 2012 -0700
[mms] Allow all SMTP configuration parameters to be overriden in
the backends configuration file (
Request #11051).imp/docs/CHANGES | 2 ++
imp/docs/UPGRADING | 4 ++++
imp/lib/Auth.php | 18 ++++++------------
imp/lib/Factory/Mail.php | 19 ++++++++-----------
imp/package.xml | 1 +
5 files changed, 21 insertions(+), 23 deletions(-)
http://git.horde.org/horde-git/-/commit/dcea0067142f65cf959849ee94085ac81617f7f7
the second instance that use another smtp ssl server doesn't work.
than the default SMTP server? IMP does not currently allow this to be
changed.
State ⇒ Assigned
$conf['mailer']['params']['host'] = 'localhost';
$conf['mailer']['params']['port'] = 25;
$conf['mailer']['params']['localhost'] = 'localhost';
$conf['mailer']['params']['auth'] = true;
$conf['mailer']['params']['username'] = 'email@domain.com';
$conf['mailer']['params']['password'] = 'emailpassword';
$conf['mailer']['type'] = 'smtp';
and this config is working fine for my instance in IMP backend, but
the second instance that use another smtp ssl server doesn't work.
thank for your fast reply.
Best regards,
Emilien
State ⇒ Feedback
Priority ⇒ 2. Medium
State ⇒ Unconfirmed
Patch ⇒ No
Milestone ⇒
Queue ⇒ IMP
Summary ⇒ no login data in multiple smtp servers
Type ⇒ Bug
with their smtp.
The second imap have smtp by ssl but when I try to send email this is
the error that show in interface and in the logs:
Failed to add recipient: email@domain.com [SMTP: Invalid response code
received from server (code: 553, response: 5.7.1 <sender@email.com>:
Sender address rejected: not logged in)]
It seems horde doesn't send the login data to smtp/ssl server, the
login data is the same of the imp login.
It's a way to send login data to smtp servers in multiple servers
config of IMP?
Thank you for your reply :)
Best regards,
Emilien