On 3/19/07, Alberto Valverde <[EMAIL PROTECTED]> wrote:
>
>
> On Mar 19, 2007, at 2:38 PM, Jorge Vargas wrote:
>
> >
> > On 3/18/07, Roger Demetrescu <[EMAIL PROTECTED]> wrote:
> >>
> >> Hi Jorge !
> >>
> >> I suppose these emails you are receiving are coming directly thought
> >> trac. But it seems Google's group is not been involved.
> >>
> >> Have you received any email from others people's tickets ?
> >>
> > well I got comments all over the place so I get a lot of emails :) but
> > your right I check the headers and they are not from the mailing list.
> >
> >> If you look at [1], you'll see the last email sent is from
> >> december/2006....  :(
> >>
> >> I used to receive emails from any ticket (even for those not mine).
> >>
> > it seems that in the migration someone forgot to add the always_cc
> > line to trac.ini, could anyone take care of this?
>
> Hmmm, the smtp_always_cc line is still there pointing at turbogears-
> [EMAIL PROTECTED]
> I wonder why it's not working... I guess the emails are being sent
> but Google might be dropping them because the smtp server they're
> originating from has changed. Anyone with manager permissions to that
> group could take a look?
>
there is another posibility, in webfaction the "from" email must be
configured to be a valid one or they won't send the email here is a
sample based on my trac.ini.

[notification]
smtp_always_bcc = [email protected]
smtp_enabled = true
smtp_from = <email configure in the panel under "email addresses">
smtp_port = 25
smtp_replyto = [email protected] *
smtp_server = mail1.webfaction.com **
smtp_user = <user from the "mailbox">
smtp_password = <password from the "mailbox">

* I like this so someone can send a comment to the trunk list based on a commit
** this is the mail server it should be on Account -> Home -> Settings

webfaction is a little tricky since they don't have a local mailer.
> Alberto
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears Trunk" 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/turbogears-trunk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to