( shark | 2013. 02. 20., sze – 16:28 )

Debian Squeeze a rendszer.

Ezek vannak fent:

dovecot-common 2:2.0.21-0~auto+4
dovecot-core 2:2.0.21-0~auto+4
dovecot-gssapi 2:2.0.21-0~auto+4
dovecot-imapd 2:2.0.21-0~auto+4
dovecot-ldap 2:2.0.21-0~auto+4
dovecot-managesieved 2:2.0.21-0~auto+4
dovecot-mysql 2:2.0.21-0~auto+4
dovecot-pgsql 2:2.0.21-0~auto+4
dovecot-pop3d 2:2.0.21-0~auto+4
dovecot-sieve 2:2.0.21-0~auto+4
dovecot-sqlite 2:2.0.21-0~auto+4

Sieve mappa:

drwx------ 3 vmail vmail 4096 Feb 16 22:52 .
drwx------ 10 vmail vmail 4096 Feb 17 19:17 ..
lrwxrwxrwx 1 vmail vmail 17 Feb 16 22:51 dovecot.sieve -> managesieve.sieve
-rw------- 1 vmail vmail 233 Feb 16 22:53 managesieve.sieve
drwx------ 2 vmail vmail 4096 Feb 16 22:52 tmp

A fájl pedig:

require ["fileinto"];
# rule:[monit]
if header :is "From" "monit@domain.com"
{
fileinto "INBOX.monit";
stop;
}