Hello,

mouss pisze:
you need to configure mailman to submit mail to an smtpd listener that
results in signing. you have at least 3 ways:

- pass mail to an smtpd listener that uses dkim milter
- pass mail to an smtpd listener that passes mail to dkim proxy (but the
milter is better)
- pass mail to an smtpd listener that passes the mail to an amavisd-new
port where dkim signing is enabled

you can tell mailman which listener to use by editing mm_cfg.py:

SMTPHOST = '127.0.0.1'
SMTPPORT = 10125

Thank you! Thank you very much indeed! I just changed the port number to 10025 and it all works as expected. :) And of course, the stupid entry in master.cf was removed.

Thanks again!

Zbigniew Szalbot

Reply via email to