
Flash Advertise
| Quick And Easy Setup For DomainKeys Using Ubuntu, Postfix And Dkim-Filter |
| 摘自: howtoforge.com 被阅读次数: 85 |
由 yangyi 于 2009-07-02 23:39:44 提供 |
This is a quick tutorial for setting up DomainKeys on Ubuntu (I used 6.06LTS - but should work the same on others) using dkim-filter with Postfix so emails from your domain will not constantly end up in Yahoo's spam filter. First install dkim-filter from the respositories: sudo apt-get install dkim-filter Next create a location for storing the public and private keys required: sudo mkdir /var/dkim-filter ...... Please access the below link to view the full content. Original link: http://www.howtoforge.com/quick-... |