python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How can Postfix filter email (DKIM) without keeping the message in memory and without writing it to disc twice?
I need to DKIM sign possibly huge emails (up to 150MB). I’m running Postfix and so far want to keep that MTA.
Conceptually DKIM needs to go over the email twice: once to calculate and sign the checksu...
Robert Siemer
Votes: 0
Answers: 1
How to understand DKIM signing domains?
So i have a mail server say "mailer.com". Postfix handles mail for mailer.com also for "virtual.com" (postfix virtual domain).
So, when i create the DKIM key pair:
opendkim-genkey ...
zoneblue
Votes: 0
Answers: 1