Email help
Added by Ed Reynolds about 13 years ago
I have a turnkey redmine server
I read the install guide and it says I need to update the config file with the SMTP info but I can not find it.
how do I edit the config\configuration.yml file?
how do I update the time... when updating issues the time is off by a few hours and I do not see a setting for time.
Thank you,
Ed Reynolds
Replies (7)
RE: Email help - Added by Carlos Miranda Molina about 13 years ago
config/Configuration.yml is self-explanatory
Check the last version (1.2.2)
http://redmine.rubyforge.org/svn/branches/1.2-stable/config/configuration.yml.example
RE: Email help - Added by Ed Reynolds about 13 years ago
Thanks... where is this file located? I am looking under file manager and do not see a YML when searching.
RE: Email help - Added by Mischa The Evil about 13 years ago
Ed Reynolds wrote:
Thanks... where is this file located? I am looking under file manager and do not see a YML when searching.
By default it is named configuration.yml.example
thus searching for *.yml
won't find it. It is located at REDMINE_ROOT/config/
. You need to rename the file yourself. See RedmineInstall under 'Configuration'.
RE: Email help - Added by Ed Reynolds almost 13 years ago
Thank yuo for your help so far but I am feeling really dumb here. I can not find this file to change it. I will keep looking...
RE: Email help - Added by Ed Reynolds almost 13 years ago
here is a screen shoot of where I am looking if that helps
RE: Email help - Added by Mischa The Evil almost 13 years ago
Ed Reynolds wrote:
here is a screen shoot of where I am looking if that helps
Eeuhh, that is not what I meant with REDMINE_ROOT
which substitutes the path to the root of your Redmine directory.