hey,
Thanks for the advice. I'm a little lost on what I need to do to get outlook and webmail using the same sent items folder. Im not worried about the junk e-mail at all but can you explain a little more about setting up the sent mail for outlook and webmail use for all my users.
Thanks
k0r54
Create a custom-template and make the changes you want, then signal-event email-update for them to take effect.
mkdir -p /etc/e-smith/templates-custom/home/httpd/html/horde/imp/config/prefs.php
cd /etc/e-smith/templates-custom/home/httpd/html/horde/imp/config/prefs.php
cp /etc/e-smith/templates/home/httpd/html/horde/imp/config/prefs.php/135sent_mail_folder .
pico -w (may have to use nano -w) 135sent_mail_folder
remark out the first value and remove the remarks from the second value.
This now changes your sent folder to 'Sent Items'
signal-event email-update
Test this by creating a new dummy user, then login to horde, options/mail/personal information and set you sent mail folder, you should see you new setting.
For existing users, you may have change the sent-mail folder to none, logout and back in, then set it to the new option.
HTH,
John