Hi, Trac-users! After redaing tracguide I still block on that issue: I Cant
send email notifications when creating a new ticket and I Get this message
error:
File "c:\Python25\lib\smtplib.py", line 591, in login raise
SMTPAuthenticationError(code, resp)SMTPAuthenticationError: (535, 'LOGIN
authentication failed')
My configuration is like this:
1) My trac installation 0.11b1 is new, I work with anonymous and authenticated
users,I've given TRAC-ADMIN permissions to anonymous user for tests.
I create a ticket as anonymous user and Would like to send email notification.
2) My trac.ini is like this:
For privacy reasons I'cant put real users, domains, ... forgive me!
As I Work in LAN all my domain are like this @my.local.domain
[notification]admit_domains = @my.local.domainalways_notify_owner =
truealways_notify_reporter = truealways_notify_updater = trueignore_domains =
mime_encoding = base64 /* I've also tried "qp" and "none" */smtp_always_bcc =
[EMAIL PROTECTED] /* no problem, sure of it */smtp_always_cc = [EMAIL
PROTECTED] /* no problem, sure of it */smtp_default_domain = smtp_enabled =
truesmtp_from = [EMAIL PROTECTED] /* set in SMPT server, no problem with
outlook and telnet test*/smtp_from_name = mytracboxsmtp_password = /* no
password set in SMPT server, no problem with outlook */smtp_port = 25 /*
no problem */smtp_replyto = [EMAIL PROTECTED] /* set in SMPT server, no problem
with outlook and telnet test*/smtp_server = WW.XX.YY.ZZ /* no problem, sure
of it */smtp_subject_prefix = tracsmtp_user = mytracbox /* set in SMPT
server, no problem with outlook, sure of it*/ticket_subject_template = $prefix
#$ticket.id: $summaryuse_public_cc = falseuse_short_addr = falseuse_tls = false
3) Configuration precisions:
My trac server and Smtp server are separated but:
I tried a telnet WW.XX.YY.ZZ 25 and succeeded in sending a mail with
"MAIL FROM :[EMAIL PROTECTED] RCPT TO: [EMAIL PROTECTED] ....."
So it raised many questions, could you help me? :
A) Telnet doesn't ask a user or password so I've succeeded sending a mail with
[EMAIL PROTECTED] but with which User/password ? My User/password when I log in
Windows?
B) In my trac.ini, password is blank "smtp_password = "
(it's my smtp settings for that user and i'm sure of it)
To Leave "smtp_password =" blank can give problems in smtplib.py source code?
C) Does anonymous/authenticated mode permit to send notifications ?
D) (reminder) my error message in log is :
messageFile "c:\Python25\lib\smtplib.py", line 591, in login raise
SMTPAuthenticationError(code, resp)SMTPAuthenticationError: (535, 'LOGIN
authentication failed')
Am I 100% sure that it's a problem with my User/Password settings?
RFC 2254 SMTP authentication is not very precise about this error.
Sorry for this long message,
THANK YOU VERY MUCH if someone can help me !
jm from Lyon, France.
[EMAIL PROTECTED]
_________________________________________________________________
Microsoft vous recommande de mettre à jour Internet Explorer.
http://specials.fr.msn.com/IE7P25
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---