This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Invalid DKIM-Signature

Hey all,

I was wondering why my installation of Astaro appears  to be accepting mail from domains which are using invalid  DKIM-Signature.

For instance it accepted mail from this domain.

From funtime@vesseler.info  Sat Oct 30 10:48:11 2010
Return-Path: 
Received: from [69.162.123.138] (port=11580 helo=oci138.vesseler.info)
by *MyServerName* with esmtp (Exim 4.69)
(envelope-from )
id 1PCEb4-00076p-0H
for ***@***.net; Sat, 30 Oct 2010 10:48:08 -0600
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; s=default; d=vesseler.info;
 h=Mime-Version:To[:D]ate:Message-ID:Subject:From:Content-Type:Content-Transfer-Encoding; i=funtime@vesseler.info;
 bh=Ggtmjn7qtgDo3DA9bsc0hrrUjvc=;
 b=dSD0xE+FnX0CxA0o3lB7EvqZm+pIQPVQsALB0zADnNxScjy6pKvSVEFNDvWI4OoCxlcdEsFaoLUx
   IRV6rTYdYuuE6dOGqcb6gy+wPqTrO2sB0lL+u/lc7ikOueGE57aLgr1awO5zmhw/nXypzzyiMZTV
   Knyz9UoNO4f0einiLKs=
DomainKey-Signature: a=rsa-sha1; c=nofws; q=dns; s=default; d=vesseler.info;
 b=XVsCbtsnSiJ0KCv+/qiLDMWr1UIve0AhAc0fA6jH8NwRAOZfwh5x1+Ww2jBP/ILX4JHTz+F4r/aM
   Q6YS6KK8BCswh1LfsRTJNA4bGBpHPb5OoaKyKN6P84B0MNjWb7FHuMO7JjJxzb+Nv5HcTXeSRfId
   5TrwTRiDLVReCos9AgU=;
Mime-Version: 1.0
To: 
Date: Sat, 30 Oct 2010 12:35:20 -0400
Message-ID: 
Subject: Employee Travel Incentive Program
From: "Hr. Dept." 
X-Mailer: 423949_E6744163440329


This thread was automatically locked due to age.
Parents
  • [[[:)]]] got bored today, and since i have some experience with exim, in installed Astaro into a DEV virtual machine tooled up and went tweaking. after about ten minutes and some trial and error i had it working perfectly.

    at first I just added a rule in exim to just flat out drop the mail stating signature invalid. if it encountered Sig invalid,  I was happy with my success for about a minute then I realized "since its a dns based check its possible that the authorized DNS server might not respond to the query for whatever possible reason."  so i did some quick editing to the "vm" and had it add two headers one X-DKIM-STATUS  = $dkim_verify_status   and  X-DKIM-REASON = $dkim_verify_reason.

    Did some testing and ah smug mode lol [[[:)]]] perfect headers which can be sorted filtered in a email client or server.

    would still be nice to have a GUI click enable option tho [[[:)]]]  hope we get this option approved.
Reply
  • [[[:)]]] got bored today, and since i have some experience with exim, in installed Astaro into a DEV virtual machine tooled up and went tweaking. after about ten minutes and some trial and error i had it working perfectly.

    at first I just added a rule in exim to just flat out drop the mail stating signature invalid. if it encountered Sig invalid,  I was happy with my success for about a minute then I realized "since its a dns based check its possible that the authorized DNS server might not respond to the query for whatever possible reason."  so i did some quick editing to the "vm" and had it add two headers one X-DKIM-STATUS  = $dkim_verify_status   and  X-DKIM-REASON = $dkim_verify_reason.

    Did some testing and ah smug mode lol [[[:)]]] perfect headers which can be sorted filtered in a email client or server.

    would still be nice to have a GUI click enable option tho [[[:)]]]  hope we get this option approved.
Children
No Data