Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| lwc:linux:postfix [2025/09/16 08:23] – 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 '' | ||
| Line 50: | Line 65: | ||
| * port 465: '' | * port 465: '' | ||
| * port 587: '' | * port 587: '' | ||
| + | * //port 465 is legacy and 587 is the better choice for modern systems// | ||