Displaying 1 result from an estimated 1 matches for "linode28".
Did you mean:
linode22
2010 Oct 19
1
(no subject)
...roundcube.sieve";
sieve/roundcube.sieve file content:
require ["fileinto"];
# rule:[subject]
if anyof (header :contains "subject" "test")
{
fileinto "Servers";
stop;
}
dovecot -n
# 1.2.15: /etc/dovecot/dovecot.conf
# OS: Linux 2.6.32.16-linode28 i686 Gentoo Base System release 2.0.1 rootfs
protocols: imap imaps managesieve
ssl_cert_file: /etc/ssl/dovecot/server.pem
ssl_key_file: /etc/ssl/dovecot/server.key
disable_plaintext_auth: no
login_dir: /var/run/dovecot/login
login_executable(default): /usr/libexec/dovecot/imap-login
login_executabl...