I found some problems when I was following your instructions to install ISPConfig on a brand new Linux Server. I am using Fedora 8. Is it possible that you read below and help me out? Your instructions were clear and useful at every step. I am now two steps from the end and then I can start installing ISPConfig. I am affraid I have to get this two things fixed before I proceed with the installation.
Thanks very much.
juanfra77@tiscali.it
------------------------------------------------
enabling root password for MySql
[root@linuxserver sbin]# mysqladmin -u juanfra77 password changeme
mysqladmin: connect to server at 'localhost' failed
error: 'Access denied for user 'juanfra77'@'localhost' (using password: NO)'
[root@linuxserver sbin]# mysqladmin -h server1.example.com -u root password changeme
mysqladmin: connect to server at 'server1.example.com' failed
error: 'Unknown MySQL server host 'server1.example.com' (1)'
Check that mysqld is running on server1.example.com and that the port is 3306.
You can check this by doing 'telnet server1.example.com 3306'
-------------------------------------------------
Enabling Post Fix
postconf -e 'smtpd_sasl_local_domain ='
postconf -e 'smtpd_sasl_auth_enable = yes'
postconf -e 'smtpd_sasl_security_options = noanonymous'
postconf -e 'broken_sasl_auth_clients = yes'
postconf -e 'smtpd_recipient_restrictions = permit_sasl_authenticated,permit_mynetworks,reject _unauth_destination'
postconf -e 'inet_interfaces = all'
postconf -e 'mynetworks = 127.0.0.0/8'
I get errors saying postconf is not found. I run it from sbin
[root@linuxserver sbin]# ./postconf -e 'smtpd_sasl_auth_enable = yes'
bash: ./postconf: No such file or directory
The same problem here, postconf is not recognize command.
Next we configure Postfix for TLS:
postconf -e 'smtpd_tls_auth_only = no'
postconf -e 'smtp_use_tls = yes'
postconf -e 'smtpd_use_tls = yes'
postconf -e 'smtp_tls_note_starttls_offer = yes'
postconf -e 'smtpd_tls_key_file = /etc/postfix/ssl/smtpd.key'
postconf -e 'smtpd_tls_cert_file = /etc/postfix/ssl/smtpd.crt'
postconf -e 'smtpd_tls_CAfile = /etc/postfix/ssl/cacert.pem'
postconf -e 'smtpd_tls_loglevel = 1'
postconf -e 'smtpd_tls_received_header = yes'
postconf -e 'smtpd_tls_session_cache_timeout = 3600s'
postconf -e 'tls_random_source = dev:/dev/urandom'
postconf -e 'smtpd_sasl_authenticated_header = yes'
--------------------------------------------------
Recent comments
22 hours 17 min ago
1 day 1 hour ago
1 day 2 hours ago
1 day 3 hours ago
1 day 5 hours ago
1 day 6 hours ago
1 day 8 hours ago
2 days 8 min ago
2 days 57 min ago
2 days 4 hours ago