Opened 11 years ago

Last modified 7 years ago

#10980 closed defect

sendmail_path not being used.... — at Version 1

Reported by: troypatterson21@… Owned by: Steffen Hoffmann
Priority: normal Component: AnnouncerPlugin
Severity: normal Keywords: configuration
Cc: Steffen Hoffmann Trac Release: 1.0

Description (last modified by Ryan J Ollos)

I've tried every permutation of the config below and from the trac logs I see Errno 2 No file or Directory errors whenever it tries to send an email.

trac just doesn't seem to use my sendmail_path. Also, it seems that it's using <Project Name> <trac@localhost> ... is it using trac@localhost as a hard coded value somewhere?

[notification]
email_sender = SendmailEmailSender
sendmail_path = /usr/sbin/sendmail

[announcer]
email_sender = SendmailEmailSender
sendmail_path = /usr/sbin/sendmail
always_notify_owner = false
always_notify_reporter = false
always_notify_updater = true
ambiguous_char_width = single
batch_subject_template = $prefix Batch modify: $tickets_descr
mime_encoding = none
smtp_enabled = enabled
smtp_from = <email>
smtp_password =
smtp_replyto = <email>
smtp_subject_prefix = __default__
smtp_user =
ticket_subject_template = $prefix #$ticket.id: $summary
use_public_cc = false
use_short_addr = false
use_tls = true
email_enabled = true

Change History (1)

comment:1 Changed 11 years ago by Ryan J Ollos

Description: modified (diff)
Note: See TracTickets for help on using tickets.