]> git.ekhem.eu.org Git - server.git/commit
[postfix] Deliver to addresses found in the address book.
authorJakub Czajka <jakub@ekhem.eu.org>
Mon, 1 May 2023 09:42:56 +0000 (11:42 +0200)
committerJakub Czajka <jakub@ekhem.eu.org>
Sun, 3 Dec 2023 17:00:57 +0000 (18:00 +0100)
commit61c34d10390d72c1091938205db8cf72a0313c0b
treee9b7d2461acb6b261e194728fd682ff48fef9a55
parenta8b19ca023da8abd02411151c67003e1eb5a47f1
[postfix] Deliver to addresses found in the address book.

`postfix` relays to local mailbox only if the RCPT TO domain can be
found in `$mydestination` and RCPT TO address can be found in
`$alias_maps`. This commit sets these variables to query the address
book.
postfix/domains.cf [new file with mode: 0644]
postfix/main.cf