Hi,
i want to set trac to send notification email to owner and creator of
the ticked. I have set it up but it doesn`t work. I can see this in log
file of the server /var/log/messages   :
Feb 10 09:03:13 server PAM-warn[6289]: function=[pam_sm_authenticate]
service=[smtp] terminal=[<unknown>] user=[trac] ruser=[<unknown>]
rhost=[<unknown>] 
Feb 10 09:03:13 server saslauthd[6289]: do_auth         : auth failure: 
[user=trac] [service=smtp] [realm=] [mech=pam] [reason=PAM auth error]
Feb 10 09:03:26 server PAM-warn[6308]: function=[pam_sm_authenticate] 
service=[smtp] terminal=[<unknown>] user=[trac] ruser=[<unknown>] 
rhost=[<unknown>] 
Feb 10 09:03:26 server saslauthd[6308]: do_auth         : auth failure: 
[user=trac] [service=smtp] [realm=] [mech=pam] [reason=PAM auth error]
Feb 10 09:03:48 server PAM-warn[6306]: function=[pam_sm_authenticate] 
service=[smtp] terminal=[<unknown>] user=[trac] ruser=[<unknown>] 
rhost=[<unknown>] 
Feb 10 09:03:48 server saslauthd[6306]: do_auth         : auth failure: 
[user=trac] [service=smtp] [realm=] [mech=pam] [reason=PAM auth error]

I have tested email user "trac" and it works.
I start trac server with this command:
nohup /usr/bin/python /usr/bin/tracd -p 8000 --auth
compiere,/usr/share/trac/users.htdigest,compiere compiere

My trac.ini looks like this:

#cat /usr/share/trac/compiere/
attachments  db           log          README       VERSION
conf         htdocs       plugins      templates    wiki-macros
server:~ # cat /usr/share/trac/compiere/conf/
nohup.out  trac.ini
server:~ # cat /usr/share/trac/compiere/conf/trac.ini
[wiki]
ignore_missing_pages = false

[header_logo]
src = common/trac_banner.png
alt = Trac
height = 73
link = http://trac.edgewall.com/
width = 236

[logging]
log_file = trac.log
log_level = DEBUG
log_type = none

[trac]
default_charset = iso-8859-15
ignore_auth_case = false
permission_store = DefaultPermissionStore
check_auth_ip = true
database = sqlite:db/trac.db
templates_dir = /usr/share/trac/templates
default_handler = WikiModule
metanav = login,logout,settings,help,about
mainnav = wiki,timeline,roadmap,browser,tickets,newticket,search
repository_dir = /var/svn/compiere

[notification]
always_notify_owner = true
smtp_always_cc =
smtp_password = password
smtp_enabled = true
smtp_replyto =
smtp_port = 25
always_notify_reporter = true
smtp_server = 192.168.5.47
smtp_from = [EMAIL PROTECTED]
smtp_user = trac

[project]
url = http://example.com/
footer =  Visit the Trac open source project at<br /><a
href="http://trac.edgewall.com/";>http://trac.edgewall.com/</a>
name = compiere
descr = My example project
icon = common/trac.ico

[mimeviewer]
php_path = php
enscript_path = enscript
tab_width = 8
max_preview_size = 262144

[attachment]
render_unsafe_content = false
max_size = 262144

[timeline]
changeset_show_files = 0
ticket_show_details = false
default_daysback = 30

[ticket]
default_version =
default_component = component1
default_type = defect
restrict_owner = false
default_milestone =
default_priority = major

[browser]
hide_properties = svk:merge


Any help is welcome.
    Dexter

_______________________________________________
Trac mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac

Reply via email to