Jul
18
2010

Java Geek Video

Check this out..

Bookmark and Share
Written by Aarat in: General Posts | Tags: , ,
Jul
12
2010

DKIM For Debian + Postfix

Here’s Quick Tutorial for how to setup dkim (AKA Domain Keys ) on Debian + Postfix.

1.) Install dkim-filter

apt-get install dkim-filter

2.) Create a key for each domain verified

mkdir -p /etc/dkim/keys/abc.com
cd /etc/dkim/keys/abc.com
dkim-genkey -r -d abc.com

Replace abc.com with the domain that this mail server should authenticate using DKIM

3. Add a line for each domain to dkim-keys.conf file (vim /etc/dkim-keys.conf)

*@abc.com:abc.com:/etc/dkim/keys/abc.com/default.private

Replace abc.com with the domain that this mail server should authenticate using DKIM

4. Add a TXT record to the DNS for the domain being authenticated using DKIM. The record is automatically created and stored in /etc/dkim/keys/abc.com/default.txt. You just need to add it to the DNS server. (cat /etc/dkim/keys/abc.com/default.txt)

Here’s a sample output:

default._domainkey IN TXT "v=DKIM1; g=*; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC8IQNYlS+8jyrbAxNsghsPrWYgOQQWI0Ab4e9MToZYLTBGI41V3Zet5Awrt19nMIUlTpuE+/YVnjP/pu3fgeYkoe6NUzp+oEcWAioQXBmx0njigac7iJ/I0naTP1xTrDacnwsTp/F+lMwGgjiHpaJA7iBmL0AfYMXlTBo5pFog2QIDAQAB" ; ----- DKIM default for abc.com

Repeat steps 2, 3 and 4 for every domain that this server should authenticate using DKIM.

5. Uncomment line 37 to make DKIM filter use the dkim-keys.conf file to look up domains available (vim /etc/dkim-filter.conf)

KeyList /etc/dkim-keys.conf

6. Add a inet socket that Postfix can communicate with (vim /etc/default/dkim-filter)

SOCKET="inet:8891@localhost"

7. Restart DKIM filter

/etc/init.d/dkim-filter restart

8. Configure Postfix to query DKIM filter using the socket created earlier. Add these lines to main.cf (vim /etc/postfix/main.cf)

milter_default_action = accept
milter_protocol = 2
smtpd_milters = inet:localhost:8891
non_smtpd_milters = inet:localhost:8891

9. Reload Postfix config

postfix reload

Courtesy: http://www.debiantutorials.net/setup-domainkeys-identified-mail-dkim-in-postfix/

Bookmark and Share
Written by Aarat in: General Posts | Tags: , ,
Jul
04
2010

Party Time!!!

Guys…

Here’s big news… There are lot of them

1.) I passed out of Sem IV and Sem V BCA

2.) Purchased a Virtual Private Server (Debian Lenny)

3.) Have unlimited FTP Bandwidth and Disk Space..

Still Expecting One more.. lets see how it goes…

Cheers!!

Bookmark and Share
Written by Aarat in: General Posts |
Jul
03
2010

its raining… awesome

its raining… awesome

Bookmark and Share
Written by Aarat in: Tweets |
Jul
03
2010

its gonna rain.. i am lovin it

its gonna rain.. i am lovin it

Bookmark and Share
Written by Aarat in: Tweets |
Jun
27
2010

Another Boring Saturday

I  am working on weekends and have week off on Monday and Tuesday .. It sucks. Rucha’s Daughter turns 1 Today so she had arranged party today. I wish I could be there.

I am really exicited reading sachinbhai’s blog regularly.. There’s always something new may be technical and non technical aswel

Bookmark and Share
Written by Aarat in: General Posts |
Jun
26
2010

Busy Days !!

Guys!!

I know i am unable to update my blog very often due to busy days.. So here’s the round up for that..

  • XDA Developers are trying to port froyo on HTC Tattoo.. I am also trying to download the Repo from AOSP git, lets see how it goes.
  • The Countdown is still on and its 111 days from today after which i will be having a very very beautiful wife whom I love the most in this world.
  • Guys have you ever tried contacting symantec for support?? I have called them many time and believe me it Sucks. There are records of wait time more than 4 hours and they play some bogus songs while holding.
  • Sachinbhai’s Server : I Visited sachinbhai’s office to setup their new i7 based server last week. Perfomance was awesome. Done setup for ADS and Hyper-V.They are all set on this.
  • Mom knows how to text now.. At last after many years my mom how to send Txt messages. I am Loving it !!
  • I am working for an US based IT company. The other day my landlord came to me and says I know guys working in IT company don’t have fix time to come back to home but yes time for going to work is fix. I said “Totally Agree” :-)
  • Bought a new Server on Rent with host-noc. Will be using it for email marketing, Lets see how it goes.

Thats all for now !! Hope will be updating the blog regularly.

Cheers!!

Happy Weekend

Bookmark and Share
Written by Aarat in: General Posts |
May
27
2010

Re:Gnome, KDE, IceWM or LXDE D…

Re:Gnome, KDE, IceWM or LXDE Desktop on your Android! – AndroidFanatic Community Forums: http://bit.ly/bQPEr6 via @addthis

Bookmark and Share
Written by Aarat in: Tweets |
May
06
2010

Upgrading to 10.04 LTS http://…

Upgrading to 10.04 LTS http://twitgoo.com/uqa2r

Bookmark and Share
Written by Aarat in: Tweets |
May
05
2010

Removed windows 7 and now usin…

Removed windows 7 and now using kubuntu as my primary os.. i m loving it

Bookmark and Share
Written by Aarat in: Tweets |

Copyright 2009 Aarat.com