<?xml version="1.0" encoding="UTF-8"?><rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
> <channel><title>Comments on: Getting Dkimproxy Installed and Configured</title> <atom:link href="http://www.brandonchecketts.com/archives/getting-dkimproxy-installed-and-configured/feed" rel="self" type="application/rss+xml" /><link>http://www.brandonchecketts.com/archives/getting-dkimproxy-installed-and-configured</link> <description>Web Programming, Linux System Administation, and other geeky stuff</description> <lastBuildDate>Thu, 05 Jan 2012 11:11:59 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: Nick Bykov</title><link>http://www.brandonchecketts.com/archives/getting-dkimproxy-installed-and-configured/comment-page-1#comment-2752</link> <dc:creator>Nick Bykov</dc:creator> <pubDate>Sat, 03 Sep 2011 07:52:44 +0000</pubDate> <guid
isPermaLink="false">http://www.brandonchecketts.com/?p=189#comment-2752</guid> <description>Hi Brandon,Thank you soooo much for this great tutorial! I spent many hours trying to get Dkimproxy work until I found this page. Just a single line of code helped me a lot! :)Once again, thank you, and all the best to you!Nick</description> <content:encoded><![CDATA[<p>Hi Brandon,</p><p>Thank you soooo much for this great tutorial! I spent many hours trying to get Dkimproxy work until I found this page. Just a single line of code helped me a lot! <img
src='http://www.brandonchecketts.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p><p>Once again, thank you, and all the best to you!</p><p>Nick</p> ]]></content:encoded> </item> <item><title>By: donnie</title><link>http://www.brandonchecketts.com/archives/getting-dkimproxy-installed-and-configured/comment-page-1#comment-2719</link> <dc:creator>donnie</dc:creator> <pubDate>Mon, 08 Aug 2011 02:45:03 +0000</pubDate> <guid
isPermaLink="false">http://www.brandonchecketts.com/?p=189#comment-2719</guid> <description>hello,thank you in advance for thix wonderful tutorial,i have some problem if you can help me that will be appreciated.when i try to write that    host -ttxt mail._domainkey.domain.tlsthis message appears
Host mail._domainkey.domain.tld not found: 3(NXDOMAIN)thank you in advance..</description> <content:encoded><![CDATA[<p>hello,</p><p>thank you in advance for thix wonderful tutorial,</p><p>i have some problem if you can help me that will be appreciated.</p><p>when i try to write that    host -ttxt mail._domainkey.domain.tls</p><p>this message appears<br
/> Host mail._domainkey.domain.tld not found: 3(NXDOMAIN)</p><p>thank you in advance..</p> ]]></content:encoded> </item> <item><title>By: sajid</title><link>http://www.brandonchecketts.com/archives/getting-dkimproxy-installed-and-configured/comment-page-1#comment-2711</link> <dc:creator>sajid</dc:creator> <pubDate>Thu, 28 Jul 2011 09:55:07 +0000</pubDate> <guid
isPermaLink="false">http://www.brandonchecketts.com/?p=189#comment-2711</guid> <description>Hi BrandonI  have already configured dkimproxy for outbound mails and it works fine.
now i need to configure dkimproxy for inbound mails on the same server where dkimproxy running for outbound mails.
Please help me in that,
because i folllowed the instruction given in below URL
i.e. http://dkimproxy.sourceforge.net/postfix-inbound-howto.htmlcan you please provide me detail information about how to setup dkimproxy for inbound mails or steps
like any free article on internet ,i followed above mention URL for settingup dkimproxy for inbound mailsHere is the my dkimproxy.in
------------------------------------------
# specify what address/port DKIMproxy should listen on
listen    127.0.0.1:10025# specify what address/port DKIMproxy forwards mail to
relay     127.0.0.1:10026Dkimproxy inbound ports seen on server
=====================tcp        0      0 127.0.0.1:10025             0.0.0.0:*                   LISTEN      24229/perl
tcp        0      0 127.0.0.1:10026             0.0.0.0:*                   LISTEN      15399/master&amp; i successfully achieved, i have seen Dkimproxy inbound ports on my server
is it enough ?
one more thing , please tell me if i am missing anything that are necessary in setup of dkimproxy for inbound mailsAnd how to verify that your mails are getting signed,
or how to send mail for checking inbound mails
please suggest me because i am new to dkimproxy implementation .
Awaiting for your kind reply</description> <content:encoded><![CDATA[<p>Hi Brandon</p><p>I  have already configured dkimproxy for outbound mails and it works fine.<br
/> now i need to configure dkimproxy for inbound mails on the same server where dkimproxy running for outbound mails.<br
/> Please help me in that,<br
/> because i folllowed the instruction given in below URL<br
/> i.e. <a
href="http://dkimproxy.sourceforge.net/postfix-inbound-howto.html" rel="nofollow">http://dkimproxy.sourceforge.net/postfix-inbound-howto.html</a></p><p>can you please provide me detail information about how to setup dkimproxy for inbound mails or steps<br
/> like any free article on internet ,</p><p> i followed above mention URL for settingup dkimproxy for inbound mails</p><p>Here is the my dkimproxy.in<br
/> &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br
/> # specify what address/port DKIMproxy should listen on<br
/> listen    127.0.0.1:10025</p><p># specify what address/port DKIMproxy forwards mail to<br
/> relay     127.0.0.1:10026</p><p>Dkimproxy inbound ports seen on server<br
/> =====================</p><p>tcp        0      0 127.0.0.1:10025             0.0.0.0:*                   LISTEN      24229/perl<br
/> tcp        0      0 127.0.0.1:10026             0.0.0.0:*                   LISTEN      15399/master</p><p>&amp; i successfully achieved, i have seen Dkimproxy inbound ports on my server<br
/> is it enough ?<br
/> one more thing , please tell me if i am missing anything that are necessary in setup of dkimproxy for inbound mails</p><p>And how to verify that your mails are getting signed,<br
/> or how to send mail for checking inbound mails<br
/> please suggest me because i am new to dkimproxy implementation .<br
/> Awaiting for your kind reply</p> ]]></content:encoded> </item> <item><title>By: Brandon</title><link>http://www.brandonchecketts.com/archives/getting-dkimproxy-installed-and-configured/comment-page-1#comment-1861</link> <dc:creator>Brandon</dc:creator> <pubDate>Fri, 25 Feb 2011 21:05:21 +0000</pubDate> <guid
isPermaLink="false">http://www.brandonchecketts.com/?p=189#comment-1861</guid> <description>@Manish,You&#039;ll probably need to make a change to master.cf which will send the authenticated messages through DKIMProxy</description> <content:encoded><![CDATA[<p>@Manish,</p><p>You&#8217;ll probably need to make a change to master.cf which will send the authenticated messages through DKIMProxy</p> ]]></content:encoded> </item> <item><title>By: Manish</title><link>http://www.brandonchecketts.com/archives/getting-dkimproxy-installed-and-configured/comment-page-1#comment-1855</link> <dc:creator>Manish</dc:creator> <pubDate>Thu, 24 Feb 2011 15:39:38 +0000</pubDate> <guid
isPermaLink="false">http://www.brandonchecketts.com/?p=189#comment-1855</guid> <description>Hi Brandon,How I can get mail signed using dkimproxy on SMTP gateway server for which the mails are send from different web nodes to this main SMTP gateway server to deliver it outside the world. Dkimproxy is installed and configured on main server and it&#039;s working fine but doesn&#039;t works when the mails are relayed through that server.Thanking you,
Manish</description> <content:encoded><![CDATA[<p>Hi Brandon,</p><p>How I can get mail signed using dkimproxy on SMTP gateway server for which the mails are send from different web nodes to this main SMTP gateway server to deliver it outside the world. Dkimproxy is installed and configured on main server and it&#8217;s working fine but doesn&#8217;t works when the mails are relayed through that server.</p><p>Thanking you,<br
/> Manish</p> ]]></content:encoded> </item> <item><title>By: Manish</title><link>http://www.brandonchecketts.com/archives/getting-dkimproxy-installed-and-configured/comment-page-1#comment-1854</link> <dc:creator>Manish</dc:creator> <pubDate>Wed, 23 Feb 2011 22:55:36 +0000</pubDate> <guid
isPermaLink="false">http://www.brandonchecketts.com/?p=189#comment-1854</guid> <description>HiI have One SMTP gateway server configured with dkimproxy and the mail sent from that server is getting signed with domainkeys and dkim but when the mail is sent from the relayed server to this server the mails are not getting signed. I have 30 mail nodes and all those nodes are setup to relay mails to the main SMTP gateway. I want all the mails sent by all of those 30 nodes to be signed through SMTP gateway. Any help would be appreciated.Thanking You,</description> <content:encoded><![CDATA[<p>Hi</p><p>I have One SMTP gateway server configured with dkimproxy and the mail sent from that server is getting signed with domainkeys and dkim but when the mail is sent from the relayed server to this server the mails are not getting signed. I have 30 mail nodes and all those nodes are setup to relay mails to the main SMTP gateway. I want all the mails sent by all of those 30 nodes to be signed through SMTP gateway. Any help would be appreciated.</p><p>Thanking You,</p> ]]></content:encoded> </item> <item><title>By: Ashrocks</title><link>http://www.brandonchecketts.com/archives/getting-dkimproxy-installed-and-configured/comment-page-1#comment-1830</link> <dc:creator>Ashrocks</dc:creator> <pubDate>Thu, 02 Dec 2010 19:26:08 +0000</pubDate> <guid
isPermaLink="false">http://www.brandonchecketts.com/?p=189#comment-1830</guid> <description>Hi Brandon,Your tutorial is commendable. I have used SPF validator so many times to check my Domain validation. Now i want to install domain key and dkim on my Debian5 installation.What perl modules or packages can i get from debian repository to proceed with this installation.Thank you for your help.Keep up good work</description> <content:encoded><![CDATA[<p>Hi Brandon,</p><p>Your tutorial is commendable. I have used SPF validator so many times to check my Domain validation. Now i want to install domain key and dkim on my Debian5 installation.</p><p>What perl modules or packages can i get from debian repository to proceed with this installation.</p><p>Thank you for your help.</p><p>Keep up good work</p> ]]></content:encoded> </item> <item><title>By: Postfix &#38; DKIMproxy woes: Connection Refused Drija</title><link>http://www.brandonchecketts.com/archives/getting-dkimproxy-installed-and-configured/comment-page-1#comment-1824</link> <dc:creator>Postfix &#38; DKIMproxy woes: Connection Refused Drija</dc:creator> <pubDate>Tue, 16 Nov 2010 21:31:09 +0000</pubDate> <guid
isPermaLink="false">http://www.brandonchecketts.com/?p=189#comment-1824</guid> <description>[...] have my server setup exactly like this article here: Getting DKIMproxy installed and configured, yet I am having the following [...]</description> <content:encoded><![CDATA[<p>[...] have my server setup exactly like this article here: Getting DKIMproxy installed and configured, yet I am having the following [...]</p> ]]></content:encoded> </item> <item><title>By: rasta</title><link>http://www.brandonchecketts.com/archives/getting-dkimproxy-installed-and-configured/comment-page-1#comment-1822</link> <dc:creator>rasta</dc:creator> <pubDate>Thu, 11 Nov 2010 00:02:30 +0000</pubDate> <guid
isPermaLink="false">http://www.brandonchecketts.com/?p=189#comment-1822</guid> <description>how would this work with multiple instances on postfix 2.7+</description> <content:encoded><![CDATA[<p>how would this work with multiple instances on postfix 2.7+</p> ]]></content:encoded> </item> <item><title>By: Brandon</title><link>http://www.brandonchecketts.com/archives/getting-dkimproxy-installed-and-configured/comment-page-1#comment-1798</link> <dc:creator>Brandon</dc:creator> <pubDate>Sat, 02 Oct 2010 20:32:32 +0000</pubDate> <guid
isPermaLink="false">http://www.brandonchecketts.com/?p=189#comment-1798</guid> <description>@Raul, try taking a look at /var/log/mail.info for any hints as to what is failing.</description> <content:encoded><![CDATA[<p>@Raul, try taking a look at /var/log/mail.info for any hints as to what is failing.</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (user agent is rejected)
Database Caching 5/22 queries in 0.007 seconds using disk

Served from: www.brandonchecketts.com @ 2012-02-07 18:11:19 -->
