6.0.0-beta6
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
4/10/26
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#12652] SMTP to localhost with no authentication
*
Your Email Address
*
Spam protection
Enter the letters below:
. .. .. ..___. . | ||_/ |\ |[__ |_/ |__|| \| \|[___| \
Comment
> Same problem here. > > horde/conf.php: > $conf['mailer']['params']['host'] = 'localhost'; > $conf['mailer']['params']['port'] = 25; > $conf['mailer']['params']['localhost'] = 'localhost'; > $conf['mailer']['params']['auth'] = false; > $conf['mailer']['type'] = 'smtp'; > > imp/backends.php: > $servers['imap'] = array( > 'disabled' => false, > [..imap config omited...] > 'smtp' => array( > 'debug' => '/tmp/horde_smpt.log') > ); > > /tmp/horde_smpt.log: > ------------------------------ >>> Mon, 21 Oct 2013 15:07:12 +0200 > S: 220 gw2.example.com ESMTP > C: EHLO gw2 > S: 250-gw2.example.com > S: 250-PIPELINING > S: 250-SIZE 104857600 > S: 250-VRFY > S: 250-ETRN > S: 250-STARTTLS > S: 250-AUTH DIGEST-MD5 CRAM-MD5 NTLM LOGIN PLAIN > S: 250-AUTH=DIGEST-MD5 CRAM-MD5 NTLM LOGIN PLAIN > S: 250-ENHANCEDSTATUSCODES > S: 250-8BITMIME > S: 250 DSN > C: STARTTLS > S: 220 2.0.0 Ready to start TLS > C: EHLO gw2 > S: 250-gw2.example.com > S: 250-PIPELINING > S: 250-SIZE 104857600 > S: 250-VRFY > S: 250-ETRN > S: 250-AUTH DIGEST-MD5 CRAM-MD5 NTLM LOGIN PLAIN > S: 250-AUTH=DIGEST-MD5 CRAM-MD5 NTLM LOGIN PLAIN > S: 250-ENHANCEDSTATUSCODES > S: 250-8BITMIME > S: 250 DSN > C: AUTH DIGEST-MD5 > S: 334 [...base64 data omitted...] > [AUTH Command - method: DIGEST-MD5; username: username] > S: 535 5.7.8 Error: authentication failed: authentication failure > C: AUTH CRAM-MD5 > S: 334 [...base64 data omitted...] > [AUTH Command - method: CRAM-MD5; username: username] > S: 535 5.7.8 Error: authentication failed: authentication failure > C: AUTH LOGIN > S: 334 [...base64 data omitted...] > C: [...base64 data omitted...] > S: 334 [...base64 data omitted...] > [AUTH Command - method: LOGIN; username: username] > S: 535 5.7.8 Error: authentication failed: authentication failure > [AUTH Command - method: PLAIN; username: username] > S: 535 5.7.8 Error: authentication failed: authentication failure > C: QUIT > S: 221 2.0.0 Bye > S: 220 gw2.example.com ESMTP > C: EHLO gw2 > S: 250-gw2.example.com > S: 250-PIPELINING > S: 250-SIZE 104857600 > S: 250-VRFY > S: 250-ETRN > S: 250-STARTTLS > S: 250-AUTH DIGEST-MD5 CRAM-MD5 NTLM LOGIN PLAIN > S: 250-AUTH=DIGEST-MD5 CRAM-MD5 NTLM LOGIN PLAIN > S: 250-ENHANCEDSTATUSCODES > S: 250-8BITMIME > S: 250 DSN > C: STARTTLS > S: 220 2.0.0 Ready to start TLS > C: EHLO gw2 > S: 250-gw2.example.com > S: 250-PIPELINING > S: 250-SIZE 104857600 > S: 250-VRFY > S: 250-ETRN > S: 250-AUTH DIGEST-MD5 CRAM-MD5 NTLM LOGIN PLAIN > S: 250-AUTH=DIGEST-MD5 CRAM-MD5 NTLM LOGIN PLAIN > S: 250-ENHANCEDSTATUSCODES > S: 250-8BITMIME > S: 250 DSN > C: AUTH DIGEST-MD5 > S: 334 [...base64 data omitted...] > [AUTH Command - method: DIGEST-MD5; username: username] > S: 535 5.7.8 Error: authentication failed: authentication failure > C: AUTH CRAM-MD5 > S: 334 [...base64 data omitted...] > [AUTH Command - method: CRAM-MD5; username: username] > S: 535 5.7.8 Error: authentication failed: authentication failure > C: AUTH LOGIN > S: 334 [...base64 data omitted...] > C: [...base64 data omitted...] > S: 334 UGFzc3dvcmQ6 > [AUTH Command - method: LOGIN; username: username] > S: 535 5.7.8 Error: authentication failed: authentication failure > [AUTH Command - method: PLAIN; username: username] > S: 535 5.7.8 Error: authentication failed: authentication failure > C: QUIT > S: 221 2.0.0 Bye >
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