Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
| lwc:linux:postfix [2025/09/16 08:27] – John Harrison | lwc:linux:postfix [2025/10/20 15:40] (current) – John Harrison | ||
|---|---|---|---|
| Line 24: | Line 24: | ||
| sudo postfix stop; sudo postfix start; sudo postfix reload | sudo postfix stop; sudo postfix start; sudo postfix reload | ||
| </ | </ | ||
| + | === Alternative allowing multiple from addresses to map to multiple to addresses (better than above solution?) === | ||
| + | from [[https:// | ||
| + | < | ||
| + | / | ||
| + | smtp_generic_maps = hash:/ | ||
| + | |||
| + | / | ||
| + | user@localdomain.local | ||
| + | @localdomain.local | ||
| + | Then do: | ||
| + | |||
| + | sudo postmap / | ||
| + | sudo / | ||
| + | </ | ||
| + | |||
| === Remap root@localhost to another to address === | === Remap root@localhost to another to address === | ||
| * add '' | * add '' | ||