Changes between Version 8 and Version 9 of faq/email/setup-postfix-debian
- Timestamp:
- Jun 13, 2023, 7:55:17 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
faq/email/setup-postfix-debian
v8 v9 31 31 32 32 33 34 33 The next question is the mail name for you machine. Since my laptop already was set up with a fully-qualified domain name, I chose the default. Choosing a hostname may be beyond the scope of these instructions, but you should choose a name that resolves to some ip address (FIXME?) 35 34 … … 37 36 38 37 {{{ 39 mail.mayfirst.org:58738 [mail.mayfirst.org]:587 40 39 }}} 41 40 42 41 Aptitude will then finish installing the packages. 42 43 == Updating existing installation == 44 45 The main configuration change to make in main.cf is: 46 47 ```relayhost = [mail.mayfirst.org]:587``` 43 48 44 49 == Configure Postfix == … … 60 65 61 66 {{{ 62 mail.mayfirst.org:587 username:PASSWORD67 [mail.mayfirst.org]:587 username:PASSWORD 63 68 }}} 64 69