Displaying 1 result from an estimated 1 matches for "dovecot_expires".
2010 Aug 03
2
expire plugin
...mysql database.
My maildir is look like /home/vmail/homes/arnaud2 at xxx.xxxx.xxx/
and /etc/dovecot/dovecot-dict-expire.conf :
connect = host=localhost user=xxxxxx password=xxxxxxxxx dbname=postfixadmin
map {
pattern = /home/vmail/homes/$user/$mailbox
#shared/expire/$user/$mailbox
table = dovecot_expires
value_field = expire_stamp
fields {
username = $user
mailbox = $mailbox
}
}
Is pattern ok ?
My detail configuration :
# dovecot --version
1.2.11
# dovecot -n
# 1.2.11: /etc/dovecot/dovecot.conf
# OS: Linux 2.6.26-2-amd64 x86_64 Debian 5.0.5
log_timestamp: %Y-%m-%d %H:%M:%S
protoc...