You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
589 B
Plaintext
37 lines
589 B
Plaintext
connect = /data/freeposte.db
|
|
|
|
map {
|
|
pattern = priv/reply_enabled
|
|
table = user
|
|
username_field = email
|
|
value_field = reply_enabled
|
|
}
|
|
|
|
map {
|
|
pattern = priv/reply_subject
|
|
table = user
|
|
username_field = email
|
|
value_field = reply_subject
|
|
}
|
|
|
|
map {
|
|
pattern = priv/reply_body
|
|
table = user
|
|
username_field = email
|
|
value_field = reply_body
|
|
}
|
|
|
|
map {
|
|
pattern = priv/forward_enabled
|
|
table = user
|
|
username_field = email
|
|
value_field = forward_enabled
|
|
}
|
|
|
|
map {
|
|
pattern = priv/forward_destination
|
|
table = user
|
|
username_field = email
|
|
value_field = forward_destination
|
|
}
|