diff options
| author | skangas <skangas@web> | 2013-01-06 15:56:00 +0100 | 
|---|---|---|
| committer | Ikiwiki <ikwiki@zetkin.marxist.se> | 2013-01-06 15:56:00 +0100 | 
| commit | 7682d02a10405c4ac930110e56d51d8656c20c11 (patch) | |
| tree | 2f5daa11c02720ce29931289c7ff2560d48ed539 | |
| parent | b255be6359fde928758c35640aa5eb45904898a9 (diff) | |
Add more postfix configuration
| -rw-r--r-- | konfigurera.mdwn | 5 | 
1 files changed, 4 insertions, 1 deletions
| diff --git a/konfigurera.mdwn b/konfigurera.mdwn index 4cc6a4a..886c838 100644 --- a/konfigurera.mdwn +++ b/konfigurera.mdwn @@ -139,7 +139,7 @@ password      uSerS_paSSword  Lägg in följande rad i /etc/postfix/sasl/passwd  <pre> -smtp.fripost.org    myusername@fripost.org:mypassword +smtp.fripost.org    USERNAME@fripost.org:PASSWORD  </pre>  Kör följande kommandon: @@ -153,6 +153,9 @@ sudo postmap hash:/etc/postfix/sasl/passwd  Lägg in följande i main.cf:  <pre> +mydomain = fripost.org +myorigin = $mydomain +myhostname = USERNAME.$mydomain  relayhost = smtp.fripost.org:587  smtp_sasl_auth_enable = yes  smtp_sasl_password_maps = hash:/etc/postfix/sasl/passwd | 
