Log in

View Full Version : Anyone with XAMPP experience??



shachi
11-12-2006, 03:47 PM
Hello everybody,
Does anyone here have enough experience in XAMPP(Linux) that you can help me with smtp in XAMPP ? I cannot for some reason send any emails through XAMPP.

If anyone could take me out of this problem, it would be greatly appreciated.
Thanks for taking your time reading this post.

blm126
11-12-2006, 05:44 PM
Why use xampp? If you are on linux you should probably be able to type two or three commands into the shell and I have the same thing. Also, what version of XAMPP(the full one, or the trimmed down one)?

shachi
11-12-2006, 06:19 PM
Version 1.5.3a

Acey99
11-14-2006, 12:25 AM
um I agree a good Linux disro (Fedora 6) doesn't need XAMPP, it's already there, except for phpMyAdmin.

Apache
PHP
MySQL
Perl

XAMPP isn't needed for Linux.

look in the config for php (php.ini) usually in /etc
see what sendmail_path is set as

sendmail_path = /usr/sbin/sendmail -t -i
(usually)

make sure sendmail is running
(Fedora: /service sendmail restart)