Initial commit

This commit is contained in:
2022-05-15 21:39:39 +02:00
commit 81a6b562b6
50 changed files with 3837 additions and 0 deletions

View File

@ -0,0 +1,12 @@
connect = host=localhost dbname=postfix user=postfix password=YOUR_PASSWORD
map {
pattern = shared/last-login/$user
table = mailbox
value_field = last_login
value_type = uint
fields {
username = $user
}
}