fix(vesuvio): add destination_in to maddy catchall setup
This commit is contained in:
parent
97161af6fb
commit
9b66f7b252
1 changed files with 5 additions and 1 deletions
|
@ -71,7 +71,11 @@ in
|
|||
}
|
||||
|
||||
# catch-all setup inspired by https://github.com/foxcpp/maddy/issues/243#issuecomment-1406567636
|
||||
# we don't have a destination_in clause because there is only one imap account
|
||||
# if the email is one of the already existing imap mailboxes, redirect to that directly
|
||||
destination_in &local_mailboxes {
|
||||
deliver_to &local_mailboxes
|
||||
}
|
||||
|
||||
destination $(local_domains) {
|
||||
modify {
|
||||
replace_rcpt regexp ".*" "hi@uku.moe"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue