WebXtrA
03-06-2006, 06:00 AM
I'm sharing this with you guys because maybe some of you have/had the same problem.
Some forums, webmail scripts etc. complain that they can't send emails since they can't find /usr/lib/sendmail
A symbolic link from /usr/lib/sendmail to /usr/lib64/sendmail solves this issue:
[root@cp lib]# ln -s /usr/lib64/sendmail /usr/lib/sendmail
Some forums, webmail scripts etc. complain that they can't send emails since they can't find /usr/lib/sendmail
A symbolic link from /usr/lib/sendmail to /usr/lib64/sendmail solves this issue:
[root@cp lib]# ln -s /usr/lib64/sendmail /usr/lib/sendmail