( shark | 2013. 02. 17., v – 19:30 )

Sziasztok! Ezzel szívok már két napja, és egyszerűen nem látom, hogy mi a baja. monit küldi a root-nak a leveleket, az /etc/aliases-ban beállított módon küldi nekem. De nem alkalmaz rá szabályt pedig a RoundCube létrehozza a fájlt.

Feb 17 18:51:18 domain dovecot: master: Warning: Killed with signal 15 (by pid=13821 uid=0 code=kill)
Feb 17 18:51:18 domain dovecot: imap: Server shutting down. bytes=676/2902
Feb 17 18:51:18 domain dovecot: master: Dovecot v2.0.21 (13b8b90bed3e) starting up (core dumps disabled)
Feb 17 18:51:46 domain postfix/smtpd[11897]: connect from localhost[127.0.0.1]
Feb 17 18:51:46 domain postfix/smtpd[11897]: disconnect from localhost[127.0.0.1]
Feb 17 18:51:46 domain postfix/smtpd[13660]: connect from localhost[127.0.0.1]
Feb 17 18:51:46 domain postfix/smtpd[13660]: D716688140: client=localhost[127.0.0.1]
Feb 17 18:51:46 domain postfix/cleanup[13657]: D716688140: message-id=<1361123506.0@domain>
Feb 17 18:51:46 domain postfix/qmgr[11714]: D716688140: from=, size=729, nrcpt=1 (queue active)
Feb 17 18:51:46 domain postfix/smtpd[13660]: disconnect from localhost[127.0.0.1]
Feb 17 18:51:46 domain postfix/virtual[13658]: D716688140: to=, orig_to=, relay=virtual, delay=0.05, delays=0.04/0/0/0, dsn=2.0.0, status=sent (delivered to maildir)
Feb 17 18:51:46 domain postfix/qmgr[11714]: D716688140: removed
Feb 17 18:51:47 domain dovecot: imap-login: Aborted login (no auth attempts): rip=yyy.yyy.yyy.5, lip=yyy.yyy.yyy.5, TLS
Feb 17 18:51:49 domain dovecot: auth-worker: mysql(localhost): Connected to database postfix
Feb 17 18:51:49 domain dovecot: imap-login: Login: user=, method=PLAIN, rip=xxx.xxx.xxx.90, lip=yyy.yyy.yyy.5, mpid=13850, TLS
Feb 17 18:51:49 domain dovecot: imap: Debug: Loading modules from directory: /usr/lib/dovecot/modules
Feb 17 18:51:49 domain dovecot: imap: Debug: Module loaded: /usr/lib/dovecot/modules/lib10_quota_plugin.so
Feb 17 18:51:49 domain dovecot: imap: Debug: Module loaded: /usr/lib/dovecot/modules/lib11_imap_quota_plugin.so
Feb 17 18:51:49 domain dovecot: imap: Debug: Added userdb setting: mail=maildir:/var/vmail/adam@domain.hu/

dovecot.conf:

auth_mechanisms = plain login

first_valid_uid = 1008
last_valid_uid = 1008

log_timestamp = "%Y-%m-%d %H:%M:%S "

mail_location = maildir:/var/vmail/%d/%n

passdb {
args = /etc/dovecot/mysql.conf
driver = sql
}

plugin {
acl = vfile:/etc/dovecot/acls
quota = maildir:storage=10240:messages=1000
trash = /etc/dovecot/trash.conf
sieve_dir = /var/vmail/%u/sieve/
sieve = /var/vmail/%u/sieve/dovecot.sieve
}

protocols = pop3 imap sieve

service auth-worker {
unix_listener auth-worker {
group = mail
mode = 0666
user = postfix
}
user = $default_internal_user
}

service auth {
unix_listener /var/spool/postfix/private/auth {
group = mail
mode = 0666
user = postfix
}
unix_listener auth-master {
group = mail
mode = 0666
user = vmail
}
user = nobody
}

userdb {
args = /etc/dovecot/mysql.conf
driver = sql
}

userdb {
driver = prefetch
}

protocol imap {
imap_client_workarounds = delay-newmail
mail_plugins = quota imap_quota
}

protocol pop3 {
mail_plugins = quota
pop3_client_workarounds = outlook-no-nuls oe-ns-eoh
}

protocol lda {
info_log_path = /var/log/dovecot-deliver.log
log_path = /var/log/sieve.log
mail_plugins = sieve quota autocreate
postmaster_address = postmaster@domain.com
}

protocol lmtp {
mail_plugins = quota sieve
}

mail_debug = yes

Ami fura nekem, hogy mintha nem töltené be a lib90_sieve_plugin.so-t, plusz a logfájlok sem jönnek létre. Ötlet?