From 1045ed57cc90b4dff3d926df1f48f005dcea8da7 Mon Sep 17 00:00:00 2001 From: Alex Dehnert Date: Wed, 3 Mar 2010 10:14:41 -0500 Subject: [PATCH] Update mydestination I don't understand why this is needed, but previously I was getting errors about alex@localdomain.localdomain not having an A record. This seems to solve it...? --- main.cf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.cf b/main.cf index 28737b0..62cee03 100644 --- a/main.cf +++ b/main.cf @@ -150,7 +150,7 @@ myorigin = $mydomain # # See also below, section "REJECTING MAIL FOR UNKNOWN LOCAL USERS". # -mydestination = $myhostname, dehnert.arctic.org, localhost, dehnerts.com, www.dehnerts.com, mail.dehnerts.com, copan.dehnerts.com, mail.dehnert.arctic.org, copan.dehnert.arctic.org, borobudur.dehnert.arctic.org, borobudur.dehnerts.com, gwynedd.dehnert.arctic.org, gwynedd.dehnerts.com, olinda.dehnerts.com, olinda.dehnert.arctic.org, olinda.mit.edu +mydestination = $myhostname, dehnert.arctic.org, localhost, localhost.localdomain, localdomain.localdomain, dehnerts.com, www.dehnerts.com, mail.dehnerts.com, copan.dehnerts.com, mail.dehnert.arctic.org, copan.dehnert.arctic.org, borobudur.dehnert.arctic.org, borobudur.dehnerts.com, gwynedd.dehnert.arctic.org, gwynedd.dehnerts.com, olinda.dehnerts.com, olinda.dehnert.arctic.org, olinda.mit.edu #mydestination = $myhostname, localhost.$mydomain, localhost #mydestination = $myhostname, localhost.$mydomain, localhost, $mydomain #mydestination = $myhostname, localhost.$mydomain, localhost, $mydomain, -- 2.34.1