On Tuesday, October 25, 2016 at 12:30:11 AM UTC-7, Mike Dewhirst wrote: > > This is all my own fault. I tried to adjust trac.ini and didn't improve > things per my ISP's suggestions. The error is > > Thechange <https://trac.climate.com.au/ticket/156#comment:2>has been > saved, but an error occurred while sending notifications: SMTP AUTH > extension not supported by server. > > I can go back but I'm keen to go forward. We are running on Ubuntu 16.04 > recently upgraded from 12.04 and 14.04. I'm using Postfix and > https://trac.climate.com.au is an Apache 2.4 vhost > > Here is an excerpt from my trac.ini > > [notification] > admit_domains = > always_notify_owner = true > always_notify_reporter = true > always_notify_updater = true > ambiguous_char_width = single > batch_subject_template = $prefix Batch modify: $tickets_descr > email_sender = SmtpEmailSender > ignore_domains = > mime_encoding = none > sendmail_path = > smtp_always_bcc = > smtp_always_cc = [email protected] > smtp_default_domain = > smtp_enabled = true > smtp_from = [email protected] > smtp_from_author = true > smtp_from_name = Trac > smtp_password = [redacted] > smtp_port = 25 > smtp_replyto = [email protected] > smtp_server = localhost > smtp_subject_prefix = [SharedSDS] > smtp_user = [email protected] > ticket_subject_template = $prefix #$ticket.id: $summary > use_public_cc = false > use_short_addr = false > use_tls = true > > I added the password, changed the smtp_from (after ensuring that address > is working) and changed use_tls = true from false > > Any hints greatly appreciated. > > Thanks > > Mike >
Is there a mail server running on your host, or are you trying to use an SMTP service on another host provided by your ISP? You have smtp_server set to localhost. - Ryan -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/trac-users. For more options, visit https://groups.google.com/d/optout.
