modified
/etc/hosts
/etc/hostname
/etc/apt/sources.list (for the backports -> python-jinja2)
executed
aptitude update
aptitude safe-upgrade
reboot due to kernel update linux-image-2.6.26-2-xen-amd64 ein (2.6.26-26lenny1)
installation of bzip2 and python-jinja2
installed mysql with empty password
installed postfix-policyd
installed iRedmail 0.7
with mysql backend
< INFO > Configure User/Group: vmail.
< INFO > Configure Apache web server and PHP.
< INFO > Configure Postfix.
< INFO > Configure Policyd (postfix policy daemon).
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)
< INFO > Configure Dovecot (pop3/imap server).
< INFO > Configure Procmail (MDA).
< INFO > Configure ClamAV (anti-virus toolkit).
< INFO > Configure Amavisd-new.
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)
< INFO > Configure SpamAssassin (content-based spam filter).
server:~/iRedMail-0.7.0-beta1# for i in rsyslog apache2 postfix mysql postfix-policyd dovecot amavis clamav-daemon clamav-freshclam cron iptables; do /etc/in
it.d/${i} restart; done
Stopping enhanced syslogd: rsyslogd.
Starting enhanced syslogd: rsyslogd.
Restarting web server: apache2 ... waiting .
Stopping Postfix Mail Transport Agent: postfix.
Starting Postfix Mail Transport Agent: postfix.
Stopping MySQL database server: mysqld.
Starting MySQL database server: mysqld.
Checking for corrupt, not cleanly closed and upgrade needing tables..
Restarting Postfix greylisting policy daemon: postfix-policyd.
Restarting IMAP/POP3 mail server: dovecotError: Error in configuration file /etc/dovecot/dovecot.conf line 20: Unknown setting: mail_uid
Fatal: Invalid configuration in /etc/dovecot/dovecot.conf
failed!
Stopping amavisd: amavisd-new.
Starting amavisd: amavisd-new.
Stopping ClamAV daemon: clamd.
Starting ClamAV daemon: clamd .
Stopping ClamAV virus database updater: freshclam.
Starting ClamAV virus database updater: freshclam.
Restarting periodic command scheduler: crond.
Applying iptables firewall rules:.
the failure in the startup of dovecot is related to the options mail_uid, mail_gid and ssl it doesn't recognize
commented those three... started dovecot
now trying to access https://server/mail , getting the certificate error... adding the exception and then all I get is the error page
Not Found
The requested URL /mail/ was not found on this server.
/etc/apache2/sites-enabled/default-ssl doesn't show any of the required redirects, but even if it would it wouldn't help as
server:~/iRedMail-0.7.0-beta1# ls /usr/share/apache2
build default-site error icons
does not show roundcube or whatever...
also /var/www dowsn't show a thing:
server:~/iRedMail-0.7.0-beta1# cd /var/www
server:/var/www# ls
index.html robots.txt
another fail... I will wipe the system and prepare it for the next try