PDA

View Full Version : new client info sent out pr email not working



joker
10-02-2003, 12:49 AM
hi,
I am a new user of DA, and i liked the fact that new clients are sent their account info from DA directly...However for some reason that doesnt work for me - cant really say why, but the mail just isnt sent.

Any idea why?

thanks!

joker
10-02-2003, 11:57 AM
just wanted you guys to know that john fixed it:
"The problem was that there wasn't a symlink from /usr/sbin/sendmail to /usr/sbin/exim ... the newer version we installed created a sendmail.exim link, which nothing uses :) "

was what he said :)

DirectAdmin Support
10-04-2003, 03:11 PM
Hello,

code to fix it:

cd /usr/sbin
ln -sf exim sendmail

John