In order to evaluate tuleap, I have made a full instalaltion on a fresh Centos 6.5.
The mail feature doesn't seem to work as expected, which is critical as it's the way to validate new account creation.
I have tried to edit the sendmail configuration, but I am still getting no output mail.
/etc/init.d/sendmail stop
cd /etc/mail
vi sendmail.mc
dnl define('SMART_HOST', 'myserver.fr')
m4 sendmail.mc > sendmail.cf
/etc/init.d/sendmail start
Do you have any idea where to setup the mail?