Resolution
Autoresponder may not work on VZ Virtuozzo Containers template on Confixx 3.3.2, 3.3.3 installed on SuSE 10.0 due to sendmail misconfiguration.If you are experiencing problems with autoresponders on sendmail, please take the following steps:
1. Login as root and edit the /etc/sendmail.cf file (please make backup of the file prior to editing it)
2. Find and comment the following lines in the file:
Mprog, P=/usr/lib/sendmail.d/bin/smrsh, F=lsDFMoqeu09, S=EnvFromL/HdrFromL, R=EnvToL/HdrToL, D=$z:/,
T=X-Unix/X-Unix/X-Unix,
A=smrsh -c $u
So that the lines will look as follows:
#Mprog, P=/usr/lib/sendmail.d/bin/smrsh, F=lsDFMoqeu09, S=EnvFromL/HdrFromL, R=EnvToL/HdrToL, D=$z:/,
# T=X-Unix/X-Unix/X-Unix,
# A=smrsh -c $u
3. Restart sendmail using the following command
/etc/init.d/sendmail restart