More detail:

(1) I *can* basically connect to smtp.gmail.com port 465.  For
example:

[EMAIL PROTECTED]:~/trac/ivp/log$ telnet smtp.gmail.com 465
Trying 209.85.133.111...
Connected to gmail-smtp.l.google.com.
Escape character is '^]'.

(2) I'm running tracd from the command-line, with myself (cjc) as the
user.  So (1) above presumably isn't using a different set of
permissions than my tracd process has.

(3) My symptom is that when I have "smtp_enabled = true", submitting a
ticked blocks the web browser.  That is, after I hit the "Submit
Ticket" button, my browser takes an indefinitely long period of time
to go to the "ticket submitted" page.  Ticket submission works just
fine when I have smtp_enabled = false.

Any help greatly appreciated.

- Christian

On Jun 28, 4:05 pm, "[EMAIL PROTECTED]"
<[EMAIL PROTECTED]> wrote:
> Hi guys,
>
> I've never setup an SMTP server, so I figured I'd have Trac use
> Gmail's SMTP service.   However my notifications seem to not be going
> through.  Would someone be willing to take a look at my configuration
> file and see if you notice my problem?
>
> (Note: for smtp_user, I've tried it with with and without the
> "@gmail.com" suffix.)
>
> Thanks,
> Christian
>
> [notification]
> always_notify_owner = false
> always_notify_reporter = false
> always_notify_updater = true
> mime_encoding = base64
> smtp_always_bcc =
> smtp_always_cc = [EMAIL PROTECTED]
> smtp_default_domain =
> smtp_enabled = true
> smtp_from = [EMAIL PROTECTED]
> smtp_password = MY.PROJECT'S.GMAIL.PASSWORD
> smtp_port = 465
> smtp_replyto = [EMAIL PROTECTED]
> smtp_server = smtp.gmail.com
> smtp_subject_prefix = __default__
> smtp_user = MY.PROJECT.EMAIL.ADDRESS
> use_public_cc = false
> use_short_addr = false
> use_tls = true


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