I installed Usermin from RPM into my RedHat 7.2.
(http://www.webmin.com/webmin/download/rpm/usermin-0.5-
1.noarch.rpm)
I just trying Mail Forword Auto-Reply function but
don't work.
There are 3 things I figured it out that can work.
1. Must be set a symbolic
from /usr/libexec/usermin/forward/autoreply.pl
into /etc/smrsh/autoreply.pl
2. Must be setup user's ~/.forward program simply like
this.
|autoreply.pl autoreply_file username
not
|/home/username/.usermin/forward/autoreply.pl
autoreply_file username
alos don't have to copy autoreply.pl into user's
directory.
3. Must be setting the sendmail path in
the /usr/libexec/usermin/forward/config explicitly.
Add a line:
sendmail_path=/usr/sbin/sendmail
or
Add sendmail path detection code into autoreply.pl
4. The Autoreply file must be put into user's home
directory.
5. Also, the forward/save_alias.cgi need to be fix I
think.
P.S. I just check the procedure on my RedHat 7.2 only,
I am not sure the others platform still has the
problem or not.
Best regards,
Pao-Hsi Huang