<p>Hello list,</p>
<p>I'm planning to implement a 'signing' mail server, i.e., a mail server that adds a signature (disclaimer, actually) plus DKIM signature.</p>
<p>The latter I know can be performed by amavis, while the former performed by alertMIME.</p>
<p>The issue that makes this complicated is that I also want to utilize greylisting (using Postfix's postscreen) and spamfiltering (just in case the external accounts got cracked).</p>
<p>I'm guessing the order of processing would be:</p>
<p>1. TLS<br>
2. postscreen greylisting<br>
3. spamfiltering<br>
4. disclaimer append<br>
5. DKIM sign</p>
<p>Can you suggest how I can implement the above?</p>
<p>Thanks in advance!</p>
<p>Rgds,<br>
 </p>