It should be enabled automatically. I dont think the apt package is named exactly mod_php. Better you search with apt-cache search php. In Debian 3.0 the package for php4 and apache 1.3 is named: libapache-mod-php4 and for apache 2: libapache2-mod-php4
You might have to create symlinks from the directory /etc/apache2/mods-enabled to the php.conf and php.load files in /etc/apache2/mods-available (the symlinks must have the same names as the original files) and restart Apache. An example on how to do this is on this page: http://www.howtoforge.com/perfect_setup_debian_sarge_p5
Hi! I have another problem with email: why my user for instance user@<mydomain.ltd> can`t send mail using my SMTP server to another user (not to mydomain user)? This my user is not physically in my network. It he is, than everything works fine. He receives error like this: The message could not be sent because one of the recipients was rejected by the server. The rejected e-mail address was 'auser@<NO_mydomain.ltd>'. Subject 'Test message', Account: '<myhostname>.<mydomain.ltd>', Server: '<myhostname>.<mydomain.ltd>', Protocol: SMTP, Server Response: '554 <auser@<NO_mydomain.ltd>>: Recipient address rejected: Relay access denied', Port: 25, Secure(SSL): No, Server Error: 554, Error Number: 0x800CCC79
You have to enable SMTP_Auth in the email client. In most Email clients this feature is named like "SMTP server requires authentication".
If your server is connected to the internet and you disable SMTP_Auth your server will be an open Relay and will be banned by other mailservers. If your Server is in a private network, you can change mynetworks = 127.0.0.0/8 in the main.cf to a netmask that allows your complete internal network to relay mails through this server.
My mail server is connected to the internet.I need, that my user with adress user@<mydomain.ltd> can send e-mails using my smtp server <myhostname>.<mydomain.ltd> without being in my network and witout any autentification like other mail server users can.
Hello Falko! Now I have one more domain name<domain2.ltd>. I is possible to set up my existing postfix mail server with <domain1.ltd> for this domain too and create new mail users for this new domen e.g. newdom_user@<domain2.ltd>? Thanks!