mirror of
https://github.com/DanWin/mail-hosting.git
synced 2024-11-22 07:30:26 +00:00
12 lines
223 B
Text
12 lines
223 B
Text
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
|
|
}
|
|
}
|