Hi,
After installed qmail, I tried to send myself a message..then
error occured which stating that too many symbolic link under
/usr/sbin/sendmail.
I have followed the installation from life with qmail to
create the symbolic link..
mv /usr/lib/sendmail /usr/lib/sendmail.old
mv /usr/sbin/sendmail /usr/sbin/sendmail.old
chmod 0 /usr/lib/sendmail.old /usr/sbin/sendmail.old
ln -s /var/qmail/bin/sendmail /usr/lib/sendmail
ln -s /var/qmail/bin/sendmail /usr/sbin/sendmail
How to overcome this problem..(too many symbolic link)
Thank you so much for your help
Mark