Tagged Questions
2
votes
1answer
741 views
12.04 POSTFIX openDKIM no DKIM signature
I followed the instructions in this post
here's my postfix main.cf
smtpd_banner = $myhostname ESMTP $mail_name (Ubuntu)
biff = no
append_dot_mydomain = no
readme_directory = no
# TLS parameters
...
5
votes
2answers
7k views
Setup DKIM (DomainKeys) for Ubuntu, Postfix and Mailman
I'm running Ubuntu 12.04 with Postfix and Mailman. I want to set up DKIM. (DomainKeys Identified Mail, or DKIM is the successor to Yahoo's "DomainKeys". It incorporate's Cisco's Identified Mail).
...
2
votes
1answer
850 views
What package replaces dkim-filter in 12.04?
Previously, I was using the dkim-filter package in Ubuntu 10.04 LTS for DKIM.
That package is no longer in Ubuntu 12.04 LTS. What's the replacement or alternative?
opendkim, maybe?