From 7682d02a10405c4ac930110e56d51d8656c20c11 Mon Sep 17 00:00:00 2001 From: skangas Date: Sun, 6 Jan 2013 15:56:00 +0100 Subject: Add more postfix configuration --- konfigurera.mdwn | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'konfigurera.mdwn') 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
-smtp.fripost.org    myusername@fripost.org:mypassword
+smtp.fripost.org    USERNAME@fripost.org:PASSWORD
 
Kör följande kommandon: @@ -153,6 +153,9 @@ sudo postmap hash:/etc/postfix/sasl/passwd Lägg in följande i main.cf:
+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
-- 
cgit v1.2.3