I have read those pages, but for some reason amavisd did not install right so i am unable to tun it. The other one regarding SPF i do not quite understend. Where do i need to insert those DNS records, in which file?
/etc/apache2/conf.d/postfixadmin.conf
#
# File generated by iRedMail (2009.08.20.14.14.35):
#
# Version: 0.5.0
# Project: http://code.google.com/p/iredmail/
#
# If you deploy iRedMail in product environment, we suggest
# you public your information in 'Success Stories' forum to help us
# promote iRedMail.
#
# Forum: http://www.iredmail.org/forum/
#
# Note: Please refer to /etc/apache2/sites-available/default-ssl for SSL/TLS$
#Alias /postfixadmin "/usr/share/apache2/postfixadmin/"
<Directory "/usr/share/apache2/postfixadmin-2.2.1.1/">
Options -Indexes
</Directory>
/etc/apache2/conf.d/roundcubemail.conf (if exists)
#
# File generated by iRedMail (2009.08.20.14.14.35):
#
# Version: 0.5.0
# Project: http://code.google.com/p/iredmail/
#
# If you deploy iRedMail in product environment, we suggest
# you public your information in 'Success Stories' forum to help us
# promote iRedMail.
#
# Forum: http://www.iredmail.org/forum/
#
# Note: Please refer to /etc/apache2/sites-available/default-ssl for SSL/TLS setting.
Alias /mail "/usr/share/apache2/roundcubemail/"
Alias /webmail "/usr/share/apache2/roundcubemail/"
Alias /roundcube "/usr/share/apache2/roundcubemail/"
<Directory "/usr/share/apache2/roundcubemail/">
Options -Indexes
</Directory>
/etc/apache2/conf.d/squirrelmail.conf (if exists)
does not exist because i have chosen only roundcube during installation.