PDA

View Full Version : sendmail.cf does not exist



Re-JeeP
May 28th 2006, 05:07 PM
Hello!

I'm programming some php.

I'm trying to make a function that sends mail.
I've read some toturials about it and they all say that I have to configure my sendmail.cf.
The problem is that I can't find that file!

Anyone who know if theres another name on it in K or what?

Best regards // Johan

claydoh
May 28th 2006, 07:07 PM
sendmail is not installed by default, you will need to enable the Universe repository and install it

Re-JeeP
Jun 3rd 2006, 10:16 PM
Ohh... Didn't know that!

(sudo apt-get install sendmail)

Works now, thanks!