Forum Moderators: phranque

Message Too Old, No Replies

Mail Service in Apache

How do I get started?

         

asantos

11:55 pm on Apr 17, 2006 (gmt 0)

10+ Year Member



I already have my apache server working (with php 4.4.0) on my winxp pro.

How do I activate an email (smtp/pop3) server with that?

Thx,
Andres

asantos

5:52 pm on Apr 18, 2006 (gmt 0)

10+ Year Member



anyone?

Oliver Henniges

6:16 pm on Apr 18, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



It doesn't make very much sense to put up a mail server on a machine only temporarily available over the internet. As far as I know you'd need an addtional mail-server-programm, but I'm afraid it is against the TOS to recommend any specific.

If you only want to send or receive mails automatically via php, simply use the fetchmail- and sendmail-command. Maybe you have to configure some lines in httpd.conf, but the apache-manual should suffice to find out how. Hope this helped a bit.

asantos

6:21 pm on Apr 18, 2006 (gmt 0)

10+ Year Member



its a development server, but i need to activate an email service to make the proper tests.

ill try with the -recommended- software.