Hello,

im on debian lenny, trac 0.11 (default for apt-get install trac)

I set up tickets notifications with gmail, sometimes they work,
sometimes i get a nasty error, and with one user it has only worked
once. all of my users have a gmail account.

sometimes i get this error:

2010-09-28 16:35:31,708 Trac[web_ui] ERROR: Failure sending
notification on creation of ticket #15: (-2, 'Name or service not
known')
Traceback (most recent call last):
File "/usr/lib/python2.5/site-packages/trac/ticket/web_ui.py", line
962, in _do_create
tn.notify(ticket, newticket=True)
File "/usr/lib/python2.5/site-packages/trac/ticket/notification.py",
line 148, in notify
NotifyEmail.notify(self, ticket.id, subject)
File "/usr/lib/python2.5/site-packages/trac/notification.py", line
246, in notify
Notify.notify(self, resid)
File "/usr/lib/python2.5/site-packages/trac/notification.py", line
134, in notify
self.begin_send()
File "/usr/lib/python2.5/site-packages/trac/notification.py", line
318, in begin_send
self.server = smtplib.SMTP(self.smtp_server, self.smtp_port)
File "/usr/lib/python2.5/smtplib.py", line 244, in init
(code, msg) = self.connect(host, port)
File "/usr/lib/python2.5/smtplib.py", line 296, in connect
for res in socket.getaddrinfo(host, port, 0,
socket.SOCK_STREAM):

Sometimes i get mails for some users, but one is always left out:

2010-09-28 16:49:51,519 Trac[notification] INFO: Sending SMTP
notification to smtp.gmail.com:587 to [u'[email protected]',
u'[email protected]']

sometimes everything works!

AND sometimes i get a warning:

2010-09-28 15:53:55,932 Trac[notification] WARNING: Slow mail
submission (5.07 s), check your mail setup 2

here is the trac.ini notification part:

[notification]
admit_domains =
always_notify_owner = false
always_notify_reporter = false
always_notify_updater = true
ignore_domains =
mime_encoding = base64
smtp_always_bcc = true
smtp_always_cc = true
smtp_default_domain =
smtp_enabled = true
smtp_from = [email protected]
smtp_from_name = Trac Catwizard
smtp_password = passwd
smtp_port = 587
smtp_replyto = [email protected]
smtp_server = smtp.gmail.com
smtp_subject_prefix = default
smtp_user = [email protected]
ticket_subject_template = $prefix #$ticket.id: $summary
use_public_cc = false
use_short_addr = false
use_tls = true

after i was able to set this up, i was able to configure exim on my
debian to use gmail, maybe it´s better to send mails trhough exim ?
but how would be the configuration for that in trac. ini?

Help please!
And thank you!

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