6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
10/21/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#13567] Horde_SMTP misses horde-auth authentication to SMTP server
*
Your Email Address
*
Spam protection
Enter the letters below:
. ,. ,. ,.__ . . \./ \./ \./ [__)| | | | | [__)|__|
Comment
> That's my config in backends.d: > > <?php > > $servers['imap']['disabled'] = true; > $servers['advanced']['disabled'] = false; > $servers['advanced']['hordeauth'] = true; > $servers['advanced']['name'] = 'Fakultät IMAP Server'; > $servers['advanced']['hostspec'] = 'localhost'; > $servers['advanced']['secure'] = 'none'; > $servers['advanced']['admin']['params']['admin_user'] = '*******'; > $servers['advanced']['admin']['params']['admin_password'] = '*******'; > $servers['advanced']['admin']['params']['userhierarchy'] = 'user/'; > $servers['advanced']['smtp']['debug'] = '/tmp/smtp.log'; > $servers['advanced']['smtp']['host'] = 'mail.physik.uni-muenchen.de'; > $servers['advanced']['smtp']['port'] = 587; > $servers['advanced']['quota']['params']['unit'] = 'GB'; > $servers['advanced']['cache'] = 'none'; > $servers['advanced']['maildomain'] = 'physik.uni-muenchen.de'; > > As you can see $servers['advanced']['hordeauth'] = true; is set. And > it does not work, are you sure the configuration at your site really > works the way you want? See the smtp.log: > > ------------------------------ >>> Tue, 16 Sep 2014 09:07:02 +0200 >>> Connection to: smtp://mail.physik.uni-muenchen.de:587 > S: 220 mail.physik.uni-muenchen.de ESMTP Postfix > C: EHLO testwebmail.physik.uni-muenchen.de > S: 250-mail.physik.uni-muenchen.de > S: 250-PIPELINING > S: 250-SIZE 31457280 > S: 250-VRFY > S: 250-ETRN > S: 250-STARTTLS > S: 250-XVERP > S: 250-ENHANCEDSTATUSCODES > S: 250-8BITMIME > S: 250 DSN > C: STARTTLS > S: 220 2.0.0 Ready to start TLS >>> Successfully completed TLS negotiation. > C: EHLO testwebmail.physik.uni-muenchen.de > S: 250-mail.physik.uni-muenchen.de > S: 250-PIPELINING > S: 250-SIZE 31457280 > S: 250-VRFY > S: 250-ETRN > S: 250-AUTH LOGIN PLAIN > S: 250-AUTH=LOGIN PLAIN > S: 250-XVERP > S: 250-ENHANCEDSTATUSCODES > S: 250-8BITMIME > S: 250 DSN > C: MAIL FROM:<Campus-admin@physik.uni-muenchen.de> SIZE=593 BODY=7BIT > C: RCPT TO:<Klaus.Steinberger@physik.uni-muenchen.de> > S: 250 2.1.0 Ok > S: 554 5.7.1 > <testwebmail.physik.uni-muenchen.de[2001:4ca0:4102::2:200]>: Client > host rejected: Access denied > C: RSET > S: 250 2.0.0 Ok > C: QUIT > S: 221 2.0.0 Bye > > > As you can see authentication is never tried. > >
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers