Changes between Version 8 and Version 9 of faq/email/setup-postfix-debian


Ignore:
Timestamp:
Jun 13, 2023, 7:55:17 PM (2 years ago)
Author:
Jamie McClelland
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • faq/email/setup-postfix-debian

    v8 v9  
    3131
    3232
    33 
    3433The 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?)
    3534
     
    3736
    3837{{{
    39 mail.mayfirst.org:587
     38[mail.mayfirst.org]:587
    4039}}}
    4140
    4241Aptitude will then finish installing the packages.
     42
     43== Updating existing installation ==
     44
     45The main configuration change to make in main.cf is:
     46
     47```relayhost = [mail.mayfirst.org]:587```
    4348
    4449== Configure Postfix ==
     
    6065
    6166{{{
    62 mail.mayfirst.org:587           username:PASSWORD
     67[mail.mayfirst.org]:587           username:PASSWORD
    6368}}}
    6469