Summary | realms shouldn't get added to smtp auth username |
Queue | IMP |
Queue Version | 4.1.2 |
Type | Bug |
State | Not A Bug |
Priority | 2. Medium |
Owners | |
Requester | m.petzsch (at) net-hoster (dot) de |
Created | 04/25/2007 (6682 days ago) |
Due | |
Updated | 04/26/2007 (6681 days ago) |
Assigned | 04/26/2007 (6681 days ago) |
Resolved | 04/26/2007 (6681 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
it tryed to authenticate with my admin users email adress on the
correctly choosen server from server list. So I guess it's mistake in
my configuration.
So this can be closed.
Sorry for bothering.
failed, not which usernames where used and know that it worked before
turning the realms on.
I'll update my horde version today to see if that solves it.
Where there any recent changes to the code you quoted?
from IMP_Compose::sendMessage():
/* If SMTP authentication has been requested, use either the username
* and password provided in the configuration or populate the username
* and password fields based on the current values for the user. Note
* that we assume that the username and password values from the
* current IMAP / POP3 connection are valid for SMTP authentication as
* well. */
State ⇒ Feedback
smtp username... any objections?
Priority ⇒ 2. Medium
State ⇒ Unconfirmed
Queue ⇒ IMP
Summary ⇒ realms shouldn't get added to smtp auth username
Type ⇒ Bug
since I'm using realms for logging in to several mailservers on one
horde interface, I can't send any emails anymore.
e.g. my username ist test@example.com on server3
to be able to recognize this user from test@example.com on server2 the
realm @server2 or @server3 gets added in the database. Nevertheless
test@example.com is still used as the IMAP username on the selected
server. Each of these servers also works as an individual smtp host.
But when authenticating on the smtp host the users fail as it seems
their username got turned into test@example.com@server3 which is of
course not recognized by the sasl authdaemon.
I'm not 100% sure if it's a bug or a feature, but in my current
configuation it shurely is an obstacle.
Kind Regards
Markus Petzsch