Установил такую сборку postfix+dovecot+spamassassin+clamav+amavis+roundcube все из стандартных репозиториев debian squeeze и dotdeb, подсматривал сюда http://forum.ubuntu.ru/index.php?topic=117857.0 и сюда http://skeletor.org.ua/?p=1325. версия roundcube 0.3.1-20091031, при авторизации в roundcube, заходит вишу там письма есть, но через пару сек выкидывает на страницу авторизации обратно.. может дело в том что у меня nginx+php5-fpm без апача и конфиг такой для roundcube:
location /roundcube{
root /usr/share;
index index.php index.html index.htm;
location ~ ^/roundcube.+\.php$ {
try_files $uri =404;
root /usr/share;
fastcgi_pass unix:/tmp/php-fpm.sock;
fastcgi_index index.php;
fastcgi_param SCRIPT_FILENAME /usr/share$fastcgi_script_name;
fastcgi_param HTTPS $server_https;
include fastcgi_params;
}
location ~* ^/roundcube.+\.(jpg|jpeg|gif|css|png|js|ico|html|xml|txt)$ {
root /usr/share;
}
}

