There is no "default" path for trac.ini

trac.ini is located in the conf/ directory of any Trac project. As a
trac project may be created in any location, there is no such default
path.

Please avoid posting/cross-posting several emails with the same
content or private messages: it does not help.

About SMTP authentication: you need to check whether your SMTP server
support authentication.

telnet localhost 25
EHLO localhost

should give you a list of supported features. 'AUTH' should appear in
this list if your SMTP server supports authentication, such as in the
following example:

250-AUTH LOGIN PLAIN

If it does not, you need to clear out smtp_user and smtp_password from
your trac.ini file. Note that Trac only support basic SMTP
authentication (DIGEST-MD5 etc. are not supported AFAICT)

HTH,
Manu

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to